CINXE.COM
資料詳細:東京都立図書館
<!DOCTYPE html> <HTML lang="ja"> <HEAD> <meta charset="UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name = "udlicense" content = "ttt" /> <TITLE>資料詳細:東京都立図書館</TITLE> <!--[if gt IE 7]><!--> <link rel="stylesheet" href="/winj/css/pc/basic.css" media="screen,print"> <link rel="stylesheet" href="/winj/css/pc/jquery.autocomplete.css" media="screen" > <!--<![endif]--> <script src="/winj/script/pc/jquery.js"></script> <script src="/winj/script/pc/run.js"></script> <script type="text/javascript"> var href = window.location.href; if ((!href) || (href && href.indexOf("opac/top") > -1)) { window.location.href = "search-detail.do"; } </script> </HEAD> <BODY onload="init();"> <div id="header" role="banner"> <div class="inner"> <h1 id="hdg-site"> <a href="http://www.library.metro.tokyo.lg.jp/"> <img src="../img/pc/accs/logo.gif" alt="東京都立図書館" width="196px" height="35px" align="left"> </a> <br> </h1> <table> <tr> <td width="570"> <p><font color="red"><図書館からのお知らせ 詳細は以下をクリックしてください><br></font> <a href="https://www.library.metro.tokyo.lg.jp/system_information/index.html" target="_blank">・メンテナンス日程、IDの有効期限、資料の表示や利用休止に関するお知らせです。</a> <br> <br> <span id="noticeTitle" style="color:red;display:none;"><最新のお知らせ></span> <br> <span id="noticeArea" style="display:none;"></span> <input id="noticeYear" type="hidden" value="年"> <input id="noticeMonth" type="hidden" value="月"> <input id="noticeDate" type="hidden" value="日"> <input id="noticeUpdate" type="hidden" value="更新"> <script type="text/javascript"> $(function() { $.ajax({ type: 'GET', url: '/winj/opac/rss.xml', dataType: 'xml', async: false, success: function(data) { var addLinkFlg = false; $(data).find("item").each(function(i) { var item = $(this); var title = item.find("title").text(); var link = item.find("link").text(); var pubDate = item.find("pubDate"); if(title != null && link != null && pubDate != null ){ var pubDateText = pubDate.text(); if(pubDateText != null && pubDateText.length > 0){ var updateDate = new Date(pubDateText); var noticeYear = $("#noticeYear").val(); var noticeMonth = $("#noticeMonth").val(); var noticeDate = $("#noticeDate").val(); var noticeUpdate = $("#noticeUpdate").val(); var addLink = noticeUpdate + " " + updateDate.getFullYear() + noticeYear + (updateDate.getMonth() + 1) + noticeMonth + updateDate.getDate() + noticeDate; var linkText = "・" + title + "<br>(" + addLink + ")"; var noticeLink = $("<a></a>",{ href: link, target: "_blank" }); noticeLink.html(linkText); $("#noticeArea").prepend(noticeLink); addLinkFlg = true; return false } } }); if(addLinkFlg){ $("#noticeTitle").show(); $("#noticeArea").show(); } } }); }); </script> <script type="text/javascript"> function setCookie( $cookieName, $cookieValue, $days ){ var $dateObject = new Date(); $dateObject.setTime( $dateObject.getTime() + ( $days*24*60*60*1000 ) ); var $expires = "expires=" + $dateObject.toGMTString(); document.cookie = $cookieName + "=" + $cookieValue + "; " + $expires; } function getCookie( $cookieName ){ var $cookies = document.cookie.split(';'); for( var $i=0; $i < $cookies.length; $i++ ){ var $cookie = $cookies[$i].trim().split( '=' ); if( $cookie[0] == $cookieName ){ return $cookie[1]; } } return ""; } function deleteCookie( $cookieName ){ document.cookie = $cookieName + "=; expires=Thu, 01 Jan 1970 00:00:00 GMT"; } function displayCookie( $cookieName, $output ){ var $cookieValue = getCookie( $cookieName ); document.getElementById( $output ).innerHTML = $cookieValue; } function dispHelp2(){ var wH = cman_calH("DISP", "1"); // 最大高さの計算 var wW = cman_calW("DISP", "1"); // 最大横幅の計算 var wOption = "height=" + wH + ", width=" + wW; var winObj = ''; var winObj = window.open("http://172.17.32.109:8080/winj/pdf/sample.pdf", "_blank"); winObj.focus(); try{ winObj.resizeTo(wW,wH); } catch(e){ } delete winObj; } function dispHelp(){ var wH = cman_calH("DISP", "1"); // 最大高さの計算 var wW = cman_calW("DISP", "1"); // 最大横幅の計算 var wOption = "height=" + wH + ", width=" + wW; var winObj = ''; winObj = window.open("https://catalog.library.metro.tokyo.lg.jp/winj/help.html", "_blank"); winObj.focus(); try{ winObj.resizeTo(wW,wH); } catch(e){ } delete winObj; } function cman_calH( argDispOrHtml, argSize ){ var wH = argDispOrHtml == "HTML" ? document.documentElement.clientHeight : screen.availHeight; if(!wH){return 100;} switch ( argSize ) { case "1": break; case "2": wH = Math.floor(wH / 2); break; case "3": wH = Math.floor(wH / 3); break; case "4": wH = Math.floor(wH / 4); break; default : wH = 100; break; } if(wH < 100){return 100;}else{return wH;} } function cman_calW( argDispOrHtml, argSize ){ var wW = argDispOrHtml == "HTML" ? document.documentElement.clientWidth : screen.availWidth; if(!wW){return 100;} switch ( argSize ) { case "1": break; case "2": wW = Math.floor(wW / 2); break; case "3": wW = Math.floor(wW / 3); break; case "4": wW = Math.floor(wW / 4); break; default : wW = 100; break; } if(wW < 100){return 100;}else{return wW;} } </script> <SCRIPT type="text/javascript"> <!-- function dmjopen() { djopan = document.getElementById("dmjopen"); djopan.style.display ="none"; djclose = document.getElementById("dmjclose"); djclose.style.display =""; djm = document.getElementById("daimojin"); djm.style.display =""; } function dmjclose() { djopan = document.getElementById("dmjopen"); djopan.style.display =""; djclose = document.getElementById("dmjclose"); djclose.style.display ="none"; djm = document.getElementById("daimojin"); djm.style.display ="none"; } // --> </SCRIPT> </p> </font> </td> <td> <div id="dmjopen" style="text-align: right; display: none"><a href="javascript:dmjopen();">>読み上げ・色変換・文字サイズ</a></div> <div id="dmjclose" style="text-align: right"><a href="javascript:dmjclose();" >>閉じる</a></div> <div id="daimojin" style="text-align: right"> <div> <a href="javascript:ud5d_UnZoom();"><img style="border:0;" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_size_small.png" alt="縮小" title="文字や画像の大きさを小さくします"></a><img id="ud5d_size" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_size_level1.png" alt=""><a href="javascript:ud5d_Zoom();"><img style="border:0;" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_size_large.png" alt="拡大" title="文字や画像の大きさを大きくします"></a> <a href="javascript:ud5d_MgnRotary();"><img style="border:0;" id="ud5d_margin" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_line_level1.png" alt="行間の拡大" title="行間の幅を変更します"></a> <a href="javascript:ud5d_ColorRotary();"><img style="border:0;" id="ud5d_color" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_color1.png" alt="色の変更" title="背景の色、文字の色、リンクの色の組み合わせを、4つのパターンから選択します"></a> <a href="javascript:ud5d_FilterRotary();"><img style="border:0;" id="ud5d_filter" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_reverse_off.png" alt="画像色の反転" title="ホームページ上にある画像を白黒反転、グレースケールに変更します"></a> <a href="javascript:ud5d_MiniPalette();"><img style="border:0;" id="ud5d_subpalette" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_minipalette_off.png" alt="ミニパレット" title="ミニパレットの表示の有効・無効を選択します"></a> <a href="javascript:ud5d_Reset();"><img style="border:0;" id="ud5d_reset" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_reset.png" alt="設定を戻す" title="変更されたUD大文字ん。の設定を元に戻します"></a> <a href="javascript:ud5d_TTSRestart();"><img style="border:0;" id="ud5d_ttsreplay" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_play_top.png" alt="先頭から再生" title="ホームページの先頭から音声読上げを開始します"></a> <a href="javascript:ud5d_TTSPrev();"><img style="border:0;" id="ud5d_ttsplayprev" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_play_back.png" alt="戻る" title="1つ前の文章を読上げ、停止します"></a> <a href="javascript:ud5d_TTSStop();"><img style="border:0;" id="ud5d_ttsstop" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_play_stop.png" alt="停止" title="再生ボタンで開始された音声読上げを停止します"></a> <a href="javascript:ud5d_TTSStart();"><img style="border:0;" id="ud5d_ttsplay" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_play_start.png" alt="再生" title="ホームページの音声読上げを開始します"></a> <a href="javascript:ud5d_TTSNext();"><img style="border:0;" id="ud5d_ttsplaynext" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_play_next.png" alt="次へ" title="1つ次の文章を読上げ停止します"></a> <a href="javascript:ud5d_TTSVolumeRotary();"><img style="border:0;" id="ud5d_ttsvolue" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_volume_level3.png" alt="音量" title="音声読上げしている声の大きさを5段階で変更します"></a> <a href="javascript:ud5d_TTSSpeedRotary();"><img style="border:0;" id="ud5d_ttsspeed" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_speed_level3.png" alt="速さ" title="音声読上げしている読む速さを5段階で変更します"></a> <a href="javascript:ud5d_TTSVoiceChange();"><img style="border:0;" id="ud5d_ttsvoice" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_voice_man.png" alt="本文とリンクで男女の声を切替える" title="音声読上げしている声を本文とリンクで声色を変更します"></a> <a href="javascript:ud5d_TTSAltPlayChange();"><img style="border:0;" id="ud5d_ttsaltplay" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_pictureplay_on.png" alt="画像を読み上げる" title="ホームページ中の画像のALT属性の音声読上げの有無を変更します"></a> <a href="javascript:ud5d_TTSTextDisplayChange();"><img style="border:0;" id="ud5d_ttstextdisplay" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_playtext_off.png" alt="音声読上げテキストを拡大表示する" title="音声読上げテキストの拡大表示の有無を変更します"></a> <a href="javascript:ud5d_Furigana();"><img style="border:0;" id="ud5d_furigana" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_ruby_off.png" alt="ふりがなを振る" title="ホームページの文章にふりがなを振ります"></a> <a href="javascript:ud5d_Romaji();"><img style="border:0;" id="ud5d_romaji" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_romaji_off.png" alt="ローマ字を振る" title="ホームページの文章にローマ字ふりがなを振ります"></a> <a href="javascript:ud5d_Help();"><img style="border:2;" id="ud5d_help" src="https://aspud.daimojin.com/ud5asp/ud_dai5c/images/uddai_howto.png" alt="使い方" title="UD大文字ん。の使い方を表示します"></a> <script type="text/javascript" defer src="https://aspud.daimojin.com/ud5asp/ud_dai5c/ud5c.js" charset="utf-8"></script> </div> </div> <div style="padding: 8px; height: 36px;" id="box-utility"> <ul class="list-linear"> <li><a href="/winj/opac/search-detail.do?lang=ja">日本語</a></li> <li><a href="/winj/opac/search-detail.do?lang=en">English</a></li> </div> </td> </tr> </table> <div id="help001" style="text-align: right;padding-top: 30px;"><button class="btn-tml4" type="button" onclick="dispHelp()" >ヘルプ</button> <div id="nav-global" role="navigation" style="margin-top: 40px;"> <ul class="col-7"> <li><a href="/winj/opac/search-detail.do" class="" onclick="deleteCookie( 'currentData' );">蔵書検索<BR> </a></li> <li><a href="https://crosssearch.library.metro.tokyo.lg.jp/">都内図書館等<BR>統合検索</a></li> <li><a href="https://search.ebscohost.com/login.aspx?profile=eds-main&group=main&custid=ns241381&authtype=ip,guest">ディスカバリー<BR>サービス</a></li> <li><a href="/winj/reference/entry.do" class="" onclick="deleteCookie( 'currentData' );">レファレンス申込<BR>・事例検索</a></li> <li><a href="/winj/opac/newly.do" class="" onclick="deleteCookie( 'currentData' );">新着・展示資料<BR> </a></li> <li><a href="/winj/opac/login.do?dispatch=/opac/mylibrary.do&every=1" class="">登録利用者<BR>サービス</a></li> <li><a href="https://catalog.library.metro.tokyo.lg.jp/iLisvirtual/?keycode=2&type=1&count=100" target="_blank">Digital<br>BookShelf<br>(電子書架)</a></li> </ul> </div> </div> </div> <SCRIPT type="text/javascript"> <!-- var execFlag = 0; function execSubSearch(){ if(execFlag == 1){ return false; } execFlag = 1; return true; } // --> </SCRIPT> <hr> <ul id="nav-guide"> <li> <a href="/winj/opac/search-detail.do?lang=ja">蔵書検索</a> > </li> <li class="search-area"> </li> </ul> <noscript>本サイトにはJavaScriptの利用を前提とした機能がございます。<br>お客様の環境では一部の機能がご利用いただけない可能性がございますので、ご了承ください。</noscript> <SCRIPT type="text/javascript"> <!-- function execPrint(connect) { var args = new Array(); args[0] = window; args[1] = "/winj/JnlpServlet?jnlpname=print.jnlp&connecturl=" + connect; args[2] = "/winj/" + connect; var subWin = showModalDialog("/winj/opac/printdialog.do",args,"dialogHeight:100px;dialogWidth:300px"); } function dispEbook() { var bibid = document.BlankForm.bibid.value; var url = "/winj/opac/ebook.do?bibid=" + bibid; win = window.open(url,"ebook",""); } function execReserveBasket(holid){ document.BlankForm.holid.value=holid; document.BlankForm.submit_btn_reserve_basket.click(); } function execVot(idx,vottp){ document.BlankForm.idx.value=idx; document.BlankForm.hid_vottp.value=vottp; document.BlankForm.submit_btn_evaluate.click(); } function execReview(){ document.BlankForm.submit_btn_review_regist.click(); } function execRevReport(idx){ document.BlankForm.idx.value=idx; document.BlankForm.submit_btn_review_report.click(); } function execReviewList(){ document.BlankForm.submit_btn_review_list.click(); } function execTagReport(){ document.BlankForm.submit_btn_tag_report.click(); } function execTag(){ document.BlankForm.submit_btn_tag.click(); } function execShelf(){ document.BlankForm.submit_btn_shelf.click(); } function execPrintCallSlips( holid ) { var args = new Array(); args[0] = window; args[1] = "/winj/JnlpServlet?jnlpname=print.jnlp&connecturl=CallSlipsPrintServlet&key=" + holid; args[2] = "/winj/CallSlipsPrintServlet?key=" + holid; var subWin = showModalDialog("/winj/opac/printdialog.do",args,"dialogHeight:100px;dialogWidth:300px"); } function execPrintAcceptance( holid ) { var args = new Array(); args[0] = window; args[1] = "/winj/JnlpServlet?jnlpname=print.jnlp&connecturl=AcceptancePrintServlet&key=" + holid; args[2] = "/winj/AcceptancePrintServlet?key=" + holid; var subWin = showModalDialog("/winj/opac/printdialog.do",args,"dialogHeight:100px;dialogWidth:300px"); } function tblClose(tblId){ document.getElementById(tblId).style.display = "none"; document.getElementById(tblId + 'CloseBtn').style.display = "none"; document.getElementById(tblId + 'ExpandBtn').style.display = ""; } function tblExpand(tblId){ document.getElementById(tblId).style.display = ""; document.getElementById(tblId + 'CloseBtn').style.display = ""; document.getElementById(tblId + 'ExpandBtn').style.display = "none"; } function execMailCopyBasket(holid, holcd){ document.BlankForm.holid.value=holid; document.BlankForm.holcd.value=holcd; document.BlankForm.submit_btn_mail_copy_basket.click(); } function hideQrcode(){ document.getElementById('overlay').style.display = "none"; } function dispQrcode(mode, url){ getQRCODE(mode,url); var retUrl = document.BlankForm.hid_qrcode.value; document.BlankForm.hid_qrcode.value = ''; window.open(retUrl,'_blank'); } function resizeQrcode(size){ var url = document.BlankForm.hid_qrcode.value; var num = 200; if(size=='L'){ num = 250; document.getElementById('btn_qrcode_l').disabled = true; document.getElementById('btn_qrcode_m').disabled = false; document.getElementById('btn_qrcode_s').disabled = false; }else if(size=='S'){ num = 150; document.getElementById('btn_qrcode_l').disabled = false; document.getElementById('btn_qrcode_m').disabled = false; document.getElementById('btn_qrcode_s').disabled = true; }else{ num = 200; document.getElementById('btn_qrcode_l').disabled = false; document.getElementById('btn_qrcode_m').disabled = true; document.getElementById('btn_qrcode_s').disabled = false; } $('#qrcode').html(""); $('#qrcode').qrcode({ text: url, width: num, height: num, background : "#fff", foreground : "#000" }); } function dispAIBookTop(){ var wH = cman_calH("DISP", "1"); // 最大高さの計算 var wW = cman_calW("DISP", "1"); // 最大横幅の計算 var wOption = "height=" + wH + ", width=" + wW; var wkbibid = document.BlankForm.bibid.value; var winObj = ''; //var url = "https://tokyo-metro-library-explore.remote-attend-e.com/search/public/?ssdid=" + wkbibid + "&pom=parent&nr=15&sc=1&bs=auto&popup=1"; //var url = "https://ml-gpt-7.remote-attend-e.com/search/inspection/?ssdid=" + wkbibid + "&pom=parent&nr=50&sc=1&bs=auto&popup=1"; //var url = "https://tokyo-metro-library-explore.remote-attend-e.com/search/inspection/?ssdid=" + wkbibid + "&pom=parent&nr=50&sc=1&bs=auto&popup=1"; var url = "https://tokyo-metro-library-explore.remote-attend-e.com/search/public/?ssdid=" + wkbibid + "&pom=parent&nr=100&sc=1&bs=auto&popup=1"; winObj = window.open(url, "_blank"); winObj.focus(); try{ winObj.resizeTo(wW,wH); } catch(e){ } delete winObj; } function dispAIBook(){ var wH = cman_calH("DISP", "1"); // 最大高さの計算 var wW = cman_calW("DISP", "1"); // 最大横幅の計算 var wOption = "height=" + wH + ", width=" + wW; //var wkbibidNowdata = document.getElementById("bibidNow").value; var wkbibidNowdata = document.BlankForm.bibid.value; var winObj = ''; //var url = "https://tokyo-metro-library-explore.remote-attend-e.com/search/public/?ssdid=" + wkbibidNowdata + "&pom=parent&nr=15&sc=1&bs=auto&popup=1"; //var url = "https://ml-gpt-7.remote-attend-e.com/search/inspection/?ssdid=" + wkbibidNowdata + "&pom=parent&nr=50&sc=1&bs=auto&popup=1"; //var url = "https://tokyo-metro-library-explore.remote-attend-e.com/search/inspection/?ssdid=" + wkbibidNowdata + "&pom=parent&nr=50&sc=1&bs=auto&popup=1"; var url = "https://tokyo-metro-library-explore.remote-attend-e.com/search/public/?ssdid=" + wkbibidNowdata + "&pom=parent&nr=100&sc=1&bs=auto&popup=1"; winObj = window.open(url, "_blank"); winObj.focus(); try{ winObj.resizeTo(wW,wH); } catch(e){ } delete winObj; } // --> </SCRIPT> <style type="text/css"> table tbody th, table tbody td{ vertical-align:top; } <!-- #bibTbl tbody th, #bibTbl tbody td{ vertical-align:middle; } --> </style> <div id="contents" class="lyt-04"> <div id="main" role="main" class="detail"> <div class="hdg-lyt"> <h1 class="hdg-l1 icon-search-detail">資料詳細</h1> <ul class="link-list-linear text"> <li><a href="/winj/opac/search-detail.do">蔵書検索</a></li> <li><a href="/winj/opac/tky-search-contents.do">雑誌記事検索</a></li> <li><a href="/winj/opac/search-genre.do">ジャンル検索</a></li> </ul> </div> <div class="nav-area"> <p class="nav-btn"> <button class="btn-tml" type="button" onclick="location.href='/winj/opac/login.do?dispatch=/opac/switch-detail.do'">ログイン</button> </p> </div> <form name="BlankForm" method="post" action="/winj/opac/book-detail.do"> <input type="hidden" name="hid_session" value="841DA3597FFBF34BECF5CBA2450EFBA6"> <input type="hidden" name="bibid" value="1101973283"> <input type="hidden" name="idx" value=""> <input type="hidden" name="hid_vottp" value="0"> <input type="hidden" name="holid" value=""> <input type="hidden" name="holcd" value=""> <div style="display:none;"> <input type="submit" name="submit_btn_reserve_basket" value="予約かご"> <input type="submit" name="submit_btn_shelf" value="本棚"> <input type="submit" name="submit_btn_mail_copy_basket" value="郵送複写"> </div> <ul class="link-back-list-linear"> <li> </li> <li> </li> </ul> <div class="nav-area"> <ul class="pager-02 top"> <li class="center">1 件中、 1 件目</li> </ul> </div> <div class="lyt-indent"> <div class="lyt-image report state hook-tag"> <p class="link-image"> <span class="image"> <span class="image-edge"><img src="/winj/img/pc/books/image-watosho.gif" alt="" oncontextmenu="return false;" ondragstart="return false;"></span> <span class="title"> [ 和図書 ] バチカンの国際陰謀 世界最大の情報国家の世界戦略 </span> </span> </p> <div class="column info"> <p> 赤間剛/著 -- 現代書館 -- 1993.5 -- </p> </div> </div> </div> <div class="box"> </div> <h2 class="hdg-l2-03">所蔵</h2> <p> 所蔵は <em class="em-02">1</em> 件です。 </p> <span style = "font-size:100%; color:#FF0000"> </span> <table class="tbl-03 center vertical-middle"> <thead> <tr> <td style="border-bottom:none;">所蔵館</td> <td style="border-bottom:none;">所蔵場所</td> <td style="border-bottom:none;">資料区分</td> <td style="border-bottom:none;">請求記号</td> <td style="border-bottom:none;">資料コード</td> <td style="border-bottom:none;">所蔵状態</td> <td colspan="2" style="border-bottom:none;">資料の利用</td> </tr> <tr> <td>配架日</td> <td>協力貸出</td> <td>利用状況</td> <td>返却予定日</td> <td>資料取扱</td> <td>予約数</td> <td>付録注記</td> <td>備考</td> </tr> </thead> <input type="hidden" id="bibidNow" name="bibidNow" value="1101973283"> <tbody> <tr> <td style="border-top-width:2px">多摩</td> <td style="border-top-width:2px">書庫</td> <td style="border-top-width:2px">一般図書</td> <td style="border-top-width:2px">/1982/3095/93</td> <td style="border-top-width:2px">1125757169</td> <td style="border-top-width:2px"> </td> <td colspan="2" style="border-top-width:2px"> <a type="button" class="btn-10 icon-test" onclick="dispDBook('https://catalog.library.metro.tokyo.lg.jp/iLisvirtual/?keycode=1&holcd=1125757169&type=1&count=50&autoMode=1');">Digital BookShelf</a> </td> </tr> <tr> <td>1993/06/17</td> <td> 可能(館内閲覧) </td> <td> 利用可 </td> <td> </td> <td></td> <td> <span style = "font-size:110%; color:#FF0000; font-weight:bold""> 0 </span> </td> <td></td> <td> 2022年度移送 </td> </tr> </tbody> </table> <p class="height_adjustment_01"></p> Eメールによる郵送複写申込みは、「東京都在住」の登録利用者の方が対象です。 <p class="height_adjustment_02"></p> <div class="box_bubble"> <ul class="bubble_head_list-linear"> <li class="group"><ul class="bubble_list-linear"> <li> <span class="bubble_tip"><input type="button" name="btn_qrcode_ufinity" value="統合検索" onclick="dispQrcode('ufinity','');" class="btn-02"><span class="description_bubble"><b>統合検索</b><br>都内図書館の所蔵を<br>横断検索します。</span></span> <span class="bubble_tip"><input type="button" name="ai_book" value="類似資料 AI Shelf" onclick="dispAIBook();" class="btn-02"><span class="description_bubble"><b>類似資料 AI Shelf</b><br>この資料に類似した資料を<br>AIが紹介します。</span></span> </li> <li> </li> </ul></li> </ul> </div> <script type="text/javascript"> function dispDBook(url){ var wH = cman_calH("DISP", "1"); // 最大高さの計算 var wW = cman_calW("DISP", "1"); // 最大横幅の計算 var wOption = "height=" + wH + ", width=" + wW; var winObj = ''; winObj = window.open(url, "_blank"); winObj.focus(); try{ winObj.resizeTo(wW,wH); } catch(e){ } delete winObj; } function cman_calH( argDispOrHtml, argSize ){ var wH = argDispOrHtml == "HTML" ? document.documentElement.clientHeight : screen.availHeight; if(!wH){return 100;} switch ( argSize ) { case "1": break; case "2": wH = Math.floor(wH / 2); break; case "3": wH = Math.floor(wH / 3); break; case "4": wH = Math.floor(wH / 4); break; default : wH = 100; break; } if(wH < 100){return 100;}else{return wH;} } function cman_calW( argDispOrHtml, argSize ){ var wW = argDispOrHtml == "HTML" ? document.documentElement.clientWidth : screen.availWidth; if(!wW){return 100;} switch ( argSize ) { case "1": break; case "2": wW = Math.floor(wW / 2); break; case "3": wW = Math.floor(wW / 3); break; case "4": wW = Math.floor(wW / 4); break; default : wW = 100; break; } if(wW < 100){return 100;}else{return wW;} } </script> <p></p> <p class="nav-top"><a href="#top">ページの先頭へ</a></p> <details open> <summary> <h2 class="hdg-l2-03">資料詳細 <span style="float:right;"> <img id="bibTblCloseBtn" src="/winj/img/pc/icons/closed.png" alt="閉じる" width="23" onclick="tblClose('bibTbl');"> <img style="display:none" id="bibTblExpandBtn" src="/winj/img/pc/icons/expand.png" alt="TTKYP55031" width="23" onclick="tblExpand('bibTbl');"> </span> </h2> <table class="tbl-04_2" id="bibTbl"> <tbody> <tr> <th class="w-25">ISBN</th> <td> 4-7684-6624-9 </td> </tr> <tr> <th class="w-25">タイトル</th> <td> バチカンの国際陰謀 </td> </tr> <tr> <th class="w-25">タイトルカナ</th> <td> バチカン ノ コクサイ インボウ </td> </tr> <tr> <th class="w-25">タイトル関連情報</th> <td> 世界最大の情報国家の世界戦略 </td> </tr> <tr> <th class="w-25">タイトル関連情報読み</th> <td> セカイ サイダイ ノ ジョウホウ コッカ ノ セカイ センリャク </td> </tr> <tr> <th class="w-25">著者名</th> <td> <a href="/winj/opac/book-detail.do?searval=%E8%B5%A4%E9%96%93%E5%89%9B&searcol=author">赤間剛</a> /著 </td> </tr> <tr> <th class="w-25">著者名典拠番号</th> <td> <p style="word-break:break-all;"> <a href="/winj/opac/book-detail.do?searval=110000011890000&searcol=oatyid">110000011890000</a> </p> </td> </tr> <tr> <th class="w-25">出版地</th> <td> 東京 </td> </tr> <tr> <th class="w-25">出版者</th> <td> 現代書館 </td> </tr> <tr> <th class="w-25">出版者カナ</th> <td> ゲンダイショカン </td> </tr> <tr> <th class="w-25">出版年</th> <td> 1993.5 </td> </tr> <tr> <th class="w-25">ページ数</th> <td> 206p </td> </tr> <tr> <th class="w-25">大きさ</th> <td> 20cm </td> </tr> <tr> <th class="w-25">特定事項に属さない注記</th> <td> 奥付の書名(誤植):バチカンの世界戦略 </td> </tr> <tr> <th class="w-25">税込価格</th> <td> 1854 </td> </tr> <tr> <th class="w-25">分類:都立NDC10版</th> <td> 198.2 </td> </tr> <tr> <th>資料情報1</th> <td> 『バチカンの国際陰謀 世界最大の情報国家の世界戦略』 赤間剛/著 現代書館 1993.5(所蔵館:多摩 請求記号:/1982/3095/93 資料コード:1125757169) </td> </tr> <tr> <th>URL</th> <td>https://catalog.library.metro.tokyo.lg.jp/winj/opac/switch-detail.do?lang=ja&bibid=1101973283</td> </tr> </tbody> </table> </details> <p class="nav-top"><a href="#top">ページの先頭へ</a></p> <SCRIPT class="nc_script" type="text/javascript"> <!-- function getQRCODE(mode,url){ if(mode=="TRC"){ url = "https://www.d-library.jp/TOKYO/g0102/libcontentsinfo/?conid="; }else if(mode=='EBSCO'){ //url = "http://search.ebscohost.com/login.aspx?direct=true&db=nlebk&lang=ja&site=ehost-live&ebv=EB&ppid=pp_COVER&AN="; url = "https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN="; }else if(mode=="ufinity"){ url = getSearchStr(); } document.BlankForm.hid_qrcode.value = url; // $('#qrcode').html(""); // $('#qrcode').qrcode({ // text: url, // width: 200, // height: 200, // background : "#fff", // foreground : "#000" // }); } function getSearchStr(){ return "https://uf-pub01.ufinity.jp/cassV3metro/usrsrh.do?tenantId=metro&ufi_flg=true&mode=detail&tab_num=3&sc_locale=ja&site=all&cattp=&sort=year%2CDESC&dispnum=20&isbn=4-7684-6624-9&displayCookieSaveButton=true"; } // --> </SCRIPT> <input type="hidden" name="hid_qrcode" value="" /> </form> </div> <hr> <div id="sub"> </div> <hr> </div> <DIV align="right"><a href="#top">ページの先頭へ</a></DIV> <div style="border-top: 1px solid #b3b3b3; background: #cce6d9;"> <div style="width: 984px; margin: 0 auto; font-size: 90%; text-align: center; color: #000000;"> <div id="accs"> <span style = "margin-left:50px; margin-right:50px color: #000000;"> <a style="color: #000000;" href="http://www.library.metro.tokyo.lg.jp/tabid/2192/Default.aspx">サイトポリシー</a> </span> <span style = "margin-left:50px; margin-right:50px"> <a style="color: #000000;" href="http://www.library.metro.tokyo.lg.jp/tabid/2197/Default.aspx">個人情報について</a> </span> <span style = "margin-left:50px; margin-right:50px"> <a style="color: #000000;"href="https://www.library.metro.tokyo.lg.jp/tabid/2198/Default.aspx">ご意見・お問合わせ</a> </span> <br><br> <span style="margin-left:50px;">都立中央図書館 〒106-8575 港区南麻布5-7-13 03-3442-8451(<a style="color: #000000;" href="https://www.library.metro.tokyo.lg.jp/access/#central" >地図</a>)</span> <br> <span style="margin-left:50px;">都立多摩図書館 〒185-8520 国分寺市泉町2-2-26 042-359-4020(<a style="color: #000000;" href="https://www.library.metro.tokyo.lg.jp/access/#tama" >地図</a>)</span> </div> </div> <p style="color: #000000;" id="copyright" role="contentinfo">Copyright (C) Tokyo Metropolitan Library</p> </div> </div> <script type="text/javascript" defer src="https://aspud.daimojin.com/ud5asp/ud_dai5c/ud5c.js" charset="utf-8"></script> <script type="text/javascript" src="/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=761849300" async></script></BODY> </HTML>