{"id":1221,"date":"2015-03-02T09:47:00","date_gmt":"2015-03-02T09:47:00","guid":{"rendered":"http:\/\/sanjokai.kyoto.jp\/?p=1221"},"modified":"2015-03-02T09:47:00","modified_gmt":"2015-03-02T09:47:00","slug":"%e4%b8%89%e6%9d%a1%e4%bc%9a%e5%95%86%e5%ba%97%e8%a1%97100%e5%91%a8%e5%b9%b4%e8%a8%98%e5%bf%b5%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88%e3%80%8e100%e5%86%86%e5%a4%9c%e5%b8%82%e3%80%8f%e3%81%af%e5%a4%a7","status":"publish","type":"post","link":"https:\/\/sanjokai.kyoto.jp\/?p=1221","title":{"rendered":"\u4e09\u6761\u4f1a\u5546\u5e97\u8857100\u5468\u5e74\u8a18\u5ff5\u30a4\u30d9\u30f3\u30c8\u300e100\u5186\u591c\u5e02\u300f\u306f\u5927\u76db\u6cc1\u266a"},"content":{"rendered":"<h2>\u4e03\u5915\u591c\u5e02\u4e26\u307f\u306e\u4eba\u624b\u3067\u5927\u8cd1\u308f\u3044\u306e\u4e09\u6761\u4f1a100\u5186\u591c\u5e02\u3067\u3057\u305f\u2606<\/h2>\n<p><script src=\"..\/..\/SmartEditor\/js\/jquery-1.7.2.min.js\" language=\"JavaScript\"><\/script><script src=\"..\/..\/SmartEditor\/js\/expert_main.js\" language=\"JavaScript\"><\/script><script language=\"JavaScript\">\/\/ <![CDATA[\nvar editDoc;\nvar isEmpty = false;\nvar lastListTargetNode;\n\nfunction bd_init() {\n\tdocument.oncontextmenu = function() {return false;};\n\n\t\/\/--- Mod091019\n\tdocument.attachEvent(\"onfocus\", function(e) {\n\t\teditDoc.focus();\n\t} );\n\tdocument.attachEvent(\"onkeydown\", function(e) {\n\t\t\/\/editDoc.focus();\n\t\tif (e.keyCode == 116) {\n\t \t\te.keyCode = 0;\n\t\t\treturn false;\n\t\t}\n\t} );\n\n\teditDoc = oEditor;\n\n\teditDoc.attachEvent(\"oncontextmenu\", function(e) {\n\t\tbd_call(\"onContextMenu\");\n\t\treturn false;\n\t} );\n\n\teditDoc.attachEvent(\"onmouseup\", function(e) {\n\t\tif (document.selection.type == \"Control\") {\n\t\t\tvar o = document.selection.createRange()(0);\n\t\t\tbd_call(\"onObjectClicked\", o.tag);\n\t\t} else {\n\t\t\tvar x = e.x;\n\t\t\tvar y = e.y;\n\t\t\tif (onTemplate(x, y)) {\n\t\t\t\tbd_call(\"openBlockTemplate\");\n\t\t\t} else {\n\t\t\t\tif (onText(x, y)) {\n\t\t\t\t\tisEmpty = false;\n\t\t\t\t\tremoveClass(document.body, 'tmpl-up');\n\t\t\t\t\tremoveClass(document.body, 'txt-up');\n\t\t\t\t\tremoveClass(document.body, 'empty');\n\t\t\t\t\t_setBg();\n\t\t\t\t}\n\t\t\t\tbd_call(\"onTextAreaClicked\");\n\t\t\t}\n\t\t}\n\t} );\n\n\teditDoc.attachEvent(\"onmousemove\", function(e) {\n\t\tvar x = e.x;\n\t\tvar y = e.y;\n\t\tvar catched = false;\n\t\tif (onTemplate(x, y)) {\n\t\t\taddClass(document.body, 'tmpl-up');\n\t\t\tcatched = true;\n\t\t}\n\n\t\tif (onText(x, y)) {\n\t\t\tremoveClass(document.body, 'tmpl-up');\n\t\t\taddClass(document.body, 'txt-up');\n\t\t\tcatched = true;\n\t\t}\n\n\t\tif (catched == false) {\n\t\t\tremoveClass(document.body, 'tmpl-up');\n\t\t\tremoveClass(document.body, 'txt-up');\n\t\t}\n\t} );\n\n\tfunction addClass(elm, nm) {\n\t\tif (!hasClass(elm, nm)) {\n\t\t\telm.className = elm.className + ' ' + nm;\n\t\t}\n\t}\n\n\tfunction removeClass(elm, nm) {\n\t\tif (hasClass(elm, nm)) {\n\t\t\telm.className = elm.className.replace(nm, '');\n\t\t}\n\t}\n\n\tfunction hasClass(elm, nm) {\n\t\treturn (elm.className &#038;&#038; elm.className.indexOf(nm) > -1);\n\t}\n\n\tfunction onText(x, y) {\n\t\tvar w = $(window).width() \/ 2;\n\t\treturn (isEmpty == true\n\t\t\t\t&#038;&#038; w-260 < x &#038;&#038; x < w\n\t\t\t\t&#038;&#038; 187 < y &#038;&#038; y < 337);\n\t}\n\n\tfunction onTemplate(x, y) {\n\t\tvar w = $(window).width() \/ 2;\n\t\treturn (isEmpty == true\n\t\t\t\t&#038;&#038; w < x &#038;&#038; x < w+260\n\t\t\t\t&#038;&#038; 187 < y &#038;&#038; y < 337);\n\t}\n\n\teditDoc.attachEvent(\"onkeydown\", function(e) {\n\n\t\t\/\/--- Mod091015\n\t\tif (e.keyCode == 116) {\n\t \t\te.keyCode = 0;\n\t\t\treturn false;\n\t\t}\n\n\t\tif (e.ctrlKey &#038;&#038; e.keyCode != 17) {\n\t\t\tbd_call(\"onEditKeyDown\", String.fromCharCode(e.keyCode));\n\t\t\t_checkEmpty();\n\t\t\treturn false;\n\t\t}\n\t\tif (e.keyCode == 9) {\n\t\t\tbd_call(\"onTabPressed\");\n\t\t\t_checkEmpty();\n\t\t\treturn false;\n\t\t}\n\t\tif (e.keyCode == 8) {\n\t\t\tif (document.selection.type == \"Control\") {\n\t\t\t\tdocument.execCommand(\"delete\");\n\t\t\t\t_checkEmpty();\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t\t_checkEmpty();\n\t} );\n\n\t\/\/ set unselectable\n\tfor (var i=0; i<document.all.length; i++)\n\t\tdocument.all(i).unselectable = \"on\";\n\toEditor.unselectable = \"off\";\n\n}\n\nfunction bd_initContent() {\n\t_checkEmpty();\n}\n\nfunction _checkEmpty() {\n\tif (oEditor.innerHTML == '') {\n\t\tdocument.body.className = 'empty';\n\t\tisEmpty = true;\n\t} else {\n\t\tdocument.body.className = '';\n\t\tisEmpty = false;\n\t}\n\t_setBg();\n}\n\nfunction bd_setSelText(s) {\n\tif (document.selection.type == \"Text\") {\n\t\tvar r = document.selection.createRange();\n\t\tr.text = s;\n\t}\n}\n\nfunction bd_getSelText() {\n\tif (document.selection.type == \"Text\") {\n\t\tvar r = document.selection.createRange();\n\t\treturn r.text;\n\t}\n}\n\nfunction bd_getImageIds() {\n\tvar ids = new Array();\n\tvar objs = document.getElementsByTagName(\"img\");\n\tfor (var i=0; i<objs.length; i++) {\n\t\tids[i] = objs[i].tag;\n\t}\n\treturn ids.join(\",\");\n}\n\nfunction bd_setImageIds(idsStr) {\n\tvar ids = idsStr.split(\",\");\n\tvar objs = document.getElementsByTagName(\"img\");\n\tfor (var i=0; i<objs.length; i++) {\n\t\tif (i < ids.length) objs[i].tag = ids[i];\n\t}\n}\n\nfunction bd_insertImage(id, url) {\n\tdocument.execCommand(\"insertImage\", 0, url);\n\tvar img = document.selection.createRange()(0);\n\timg.tag = id;\n\n\tvar r = document.body.createTextRange();\n\tr.moveToElementText(img);\n\tr.move(\"character\", 1);\n\tr.select();\n\n\t_checkEmpty();\n}\n\nfunction bd_updateImage(id, url) {\n\tvar objs = document.getElementsByTagName(\"img\");\n\tfor (var i=0; i<objs.length; i++) {\n\t\tif (objs[i].tag == id) objs[i].src = url;\n\t}\n}\n\nfunction bd_formatInline(tag, cls) {\n\tif (document.queryCommandState(\"bold\")) document.execCommand(\"bold\");\n\tif (document.queryCommandState(\"italic\")) document.execCommand(\"italic\");\n\tif (document.queryCommandState(\"underline\")) document.execCommand(\"underline\");\n\tif (document.queryCommandState(\"strikeThrough\")) document.execCommand(\"strikeThrough\");\n\n\tswitch(tag) {\n\n\tcase \"strong\":\n\tcase \"b\":\n\t\tdocument.execCommand(\"bold\");\n\t\tbreak;\n\tcase \"i\":\n\t\tdocument.execCommand(\"italic\");\n\t\tbreak;\n\tcase \"u\":\n\t\tdocument.execCommand(\"underline\");\n\t\tbreak;\n\tcase \"strike\":\n\tcase \"s\":\n\t\tdocument.execCommand(\"strikeThrough\");\n\t\tbreak;\n\t}\n}\n\nfunction bd_formatBlock(tag, cls) {\n\tvar n = document.selection.createRange().parentElement();\n\n\twhile (n.name != undefined &#038;&#038; n.parentNode.id != \"oEditor\") {\n\t\tdocument.execCommand(\"Outdent\");\n\t\tn = document.selection.createRange().parentElement();\n\t\tif (n.tagName == \"A\") n = n.parentNode;\n\t}\n\n\tdocument.execCommand(\"formatBlock\", 0, \"<\"+ tag +\">\");\n\n\tn = document.selection.createRange().parentElement();\n\tn.className = cls;\n}\n\nfunction parseRanges(src) {\n\tvar strs = src.split('>');\n\treturn strs;\n}\n\nfunction bd_indent(tag, cls) {\n\tvar n = document.selection.createRange().parentElement();\n\n\tif (n.tagName == \"LI\" || n.parentNode.tagName == \"LI\") {\n\t\tvar clazz = (n.tagName == \"LI\") ? n.parentNode.className:n.parentNode.parentNode.className;\n\t\tdocument.execCommand(\"Indent\");\n\n\t\tif (clazz != '') {\n\t\t\tn = document.selection.createRange().parentElement();\n\t\t\tif (n.tagName != 'LI') n = n.parentNode;\n\t\t\tif (n.tagName == 'LI') {\n\t\t\t\tn.parentNode.className = clazz;\n\t\t\t}\n\t\t}\n\t} else {\n\t\tbd_formatList('ul', 'disc');\n\t}\n}\n\nfunction bd_formatList(tag, cls) {\n\tdocument.execCommand(\"formatBlock\", 0, \"\n\");\n\tvar n = document.selection.createRange().parentElement();\n\n\tswitch (tag) {\n\n\tcase \"ul\":\n\t\tif (n.parentNode.tagName != \"UL\") document.execCommand(\"InsertUnorderedList\");\n\t\tn = document.selection.createRange().parentElement();\n\t\tif (n.tagName != \"UL\") n = n.parentNode;\n\t\tn.className = cls;\n\t\tbreak;\n\tcase \"ol\":\n\t\tif (n.parentNode.tagName != \"OL\") document.execCommand(\"InsertOrderedList\");\n\t\tn = document.selection.createRange().parentElement();\n\t\tif (n.tagName != \"OL\") n = n.parentNode;\n\t\tn.className = cls;\n\t\tbreak;\n\tcase \"\":\n\t\tdocument.execCommand(\"Outdent\");\n\t\tbreak;\n\t}\n\n\tlastListTargetNode = n;\n}\n\nfunction bd_setListTemplate(cls) {\n\tlastListTargetNode.className = 'menu_menu-motion';\n\tif (cls &#038;&#038; cls!='')\n\t\tlastListTargetNode.setAttribute('data-template', cls);\n\telse\n\t\tlastListTargetNode.setAttribute('data-template', 'default');\n}\n\nvar _callIdForIE = 0;\nfunction bd_call(com, p1, p2, p3) {\n\ttop.status = \"call:\" + com +\",\"+ p1 +\",\"+ p2 +\",\"+ p3 +\",callIdForIE\"+ _callIdForIE++; \/\/=== Mod130210\n\t\/\/top.location.href = \"call:\" + com +\",\"+ p1 +\",\"+ p2 +\",\"+ p3;\n}\n\nfunction bd_debug(p1, p2, p3) {\n\ttop.status = \"call:\" +\"debug,\"+ p1 +\",\"+ p2 +\",\"+ p3;\n\t\/\/top.location.href = \"call:\" +\"debug,\"+ p1 +\",\"+ p2 +\",\"+ p3;\n}\n\nfunction bd_fontsize(sizeValue) {\n\tdocument.execCommand(\"fontsize\", false, sizeValue);\n}\n\nfunction bd_forecolor(colorValue) {\n\tdocument.execCommand(\"forecolor\", false, colorValue);\n}\n\nfunction bd_fontname(nameValue) {\n\tdocument.execCommand(\"fontname\", false, nameValue);\n}\n\nvar isBlack; \/\/=== Mod120521 by toru\nfunction bd_setBg( sw ) {\n\tisBlack = sw;\n\t_setBg();\n}\n\nfunction _setBg() {\n\tdocument.body.style.backgroundColor = ( isBlack ) ? '#aaaaaa' :\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t(isEmpty) ? '#ebebeb':'#ffffff';\n}\n\/\/ ]]><\/script><\/p>\n<div id=\"oEditor\" contenteditable=\"true\">\n<p>\u53bb\u308b10\u670825\u65e5\uff08\u571f\uff09\u306e\u5348\u5f8c17\uff1a00\u9803\u3088\u308a\u30b9\u30bf\u30fc\u30c8\u3057\u305f\u4e09\u6761\u4f1a\u5546\u5e97\u8857100\u5468\u5e74\u8a18\u5ff5\u4e8b\u696d\u306e\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u300e\u4e09\u6761\u4f1a100\u5186\u591c\u5e02\u300f\u306f\u3001\u5348\u5f8c19:00\u9803\u3088\u308a\u4eba\u624b\u3082\u30af\u30e9\u30a4\u30de\u30c3\u30af\u30b9\u306b\u266a<\/p>\n<p>\u79cb\u306e\u3053\u306e\u6642\u671f\u306b\u3053\u306e\u3088\u3046\u5927\u30a4\u30d9\u30f3\u30c8\u3092\u6253\u3064\u306e\u306f\u521d\u3081\u3066\u306e\u8a66\u307f\u3067\u3057\u305f\u304c\u3001\u7121\u4e8b\u5927\u76db\u6cc1\u306b\u7d42\u308f\u308a\u307e\u3057\u305f\u3002\u3054\u6765\u5834\u306e\u7686\u69d8\u3001\u95a2\u4fc2\u8005\u306e\u65b9\u3005\u3001\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3057\u305f\uff01\uff01<\/p>\n<p>\u307e\u305f\u3001\u5546\u5e97\u8857\u4e8b\u52d9\u6240\u524d\u3067\u306f10\u6708\u306b\u30ed\u30f3\u30b0\u30e9\u30f3\u30a4\u30d9\u30f3\u30c8\u3092\u884c\u3063\u3066\u3082\u3089\u3044\u307e\u3057\u305f\u4ff5\u8d8a\u5c71\u6c0f\u306e\u30d6\u30fc\u30b9\u3082\u3042\u308a\u3001\u7d42\u59cb\u5927\u5909\u306a\u8cd1\u308f\u3044\u3067\u975e\u5e38\u306b\u697d\u3057\u3044\u79cb\u306e\u591c\u9577\u3068\u306a\u308a\u307e\u3057\u305f\u3088\u266a<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"\u4e03\u5915\u591c\u5e02\u4e26\u307f\u306e\u4eba\u624b\u3067\u5927\u8cd1\u308f\u3044\u306e\u4e09\u6761\u4f1a100\u5186\u591c\u5e02\u3067\u3057\u305f\u2606 \u53bb\u308b10\u670825\u65e5\uff08\u571f\uff09\u306e\u5348\u5f8c17\uff1a00\u9803\u3088\u308a\u30b9\u30bf\u30fc\u30c8\u3057\u305f\u4e09\u6761\u4f1a\u5546\u5e97\u8857100\u5468\u5e74\u8a18\u5ff5\u4e8b\u696d\u306e\u30e1\u30a4\u30f3\u30a4\u30d9\u30f3\u30c8\u300e\u4e09\u6761\u4f1a100\u5186\u591c\u5e02\u300f\u306f\u3001\u5348\u5f8c19:00\u9803\u3088\u308a\u4eba\u624b\u3082\u30af\u30e9\u30a4\u30de<a href=\"https:\/\/sanjokai.kyoto.jp\/?p=1221\">\u2026\u7d9a\u304d\u3092\u8aad\u3080<\/a>","protected":false},"author":1,"featured_media":1223,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[96],"tags":[],"class_list":["post-1221","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-event"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/sanjokai.kyoto.jp\/index.php?rest_route=\/wp\/v2\/posts\/1221","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sanjokai.kyoto.jp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sanjokai.kyoto.jp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sanjokai.kyoto.jp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sanjokai.kyoto.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1221"}],"version-history":[{"count":0,"href":"https:\/\/sanjokai.kyoto.jp\/index.php?rest_route=\/wp\/v2\/posts\/1221\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sanjokai.kyoto.jp\/index.php?rest_route=\/wp\/v2\/media\/1223"}],"wp:attachment":[{"href":"https:\/\/sanjokai.kyoto.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1221"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sanjokai.kyoto.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1221"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sanjokai.kyoto.jp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}