無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
お散歩
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset={site_encoding}" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <title>{site_title}</title> <link rel="stylesheet" href="{site_css}" type="text/css" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="{site_rss}" /> <link rel="alternate" type="application/atom+xml" href="{site_atom}" /> <link rel="alternate" media="handheld" type="application/xhtml+xml" href="{mobile_url}" /> <script type="text/javascript" src="./template/js/cookie.js"></script> <script type="text/javascript"> <!-- // 記事の編集ページへのリンクを作成する Ver2.0 function makeEntryEditLink(entryPermalink) { // リンクの文字または、画像のタグ var linkTextOrImage = 'edit'; // リンクをクリックした再に、別ウィンドウを開くかどうか // 0:別ウインドウで開かない // 1:別ウインドウで開く var isNewWindow = 1; // ************** 設定ここまで ************** var linkTag = '<a href="'; linkTag += entryPermalink.replace('/?', '/admin/?mode=entry&') + '"'; if (isNewWindow == 1) linkTag += ' target="_blank"'; linkTag += '>' + linkTextOrImage + '</a>'; document.write(linkTag); } //--> </script> </head> <body onload="javascript:initval();"> <a name="top"></a> <div id="back"> <!-- HEADER --> <table id="head" border="0" cellpadding="0" cellspacing="0"> <tr><td height="20px;"> </td></tr> <tr valign="top"> <td width="510"><!-- BEGIN title --><h1 class="site_title">{blog_name}</h1><div class="description">{blog_description}</div><!-- END title --></td> </tr> <tr valign="bottom"><td align="right"> <img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060201_121124.gif"> </td></tr></table> <!-- /HEADER/ --> <!-- MAIN --> <div id="main"> <!-- BEGIN page --> <table id="navi" border="0" cellpadding="0" cellspacing="0" width="100%" height="20px"> <tr> <td width="150" class="cell_1"><span>ENTRY</span></td> <td class="cell_1" align="right"><span><a href="{prev_page_url}"><<new</a> | {page_now} / {page_num}pages | <a href="{next_page_url}">old>></a></span></td></tr> </table> <!-- END page --> <!-- BEGIN sequel --> <table id="navi" border="0" cellpadding="0" cellspacing="0" width="100%" height="20px"> <tr> <td width="150" class="cell_1" ><span>ENTRY</span></td> <td class="cell_1" align="right"><span><a href="{next_permalink}"><<new entry</a> | <a href="./">main</a> | <a href="{prev_permalink}">old entry>></a></span></td> </tr> </table> <!-- END sequel --> <!-- BEGIN entry --> <table id="entry" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top" rowspan="2"> <td class="state"> <ul> <li>{entry_title}</li> <li>{entry_date}</li> <li>{entry_time}</a></li> <li>{user_name}</li> <li>{category_name}</li> <li>{comment_num}</li> <li>{trackback_num}</li> <li><script type="text/javascript"> <!-- // 記事の編集ページへのリンクを作成する makeEntryEditLink('{entry_permalink}'); //--> </script></li> </ul> </td> <td class="entry_main"> <div class="entry_body"> {entry_description} <a name="sequel"></a> <div class="entry_more"> {entry_sequel} </div> </td> </tr> <tr><td><img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060131_120575.gif"></td></tr></div></table> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div id="comment"> <div class="title">Comment:</div> <!-- BEGIN comment --> <div class="tb" style=" border-bottom:1px dotted #808080;padding:10px 0; "> <div class="state">{comment_time}, {comment_name} wrote:</div> {comment_description} </div> <!-- END comment --> <div class="title" style="margin-top:15px; ">Add a comment:</div> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" /> <label for="name">name:</label><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" style="width:300px;" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:300px;" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:300px;" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:300px;"></textarea><br /> <br /> <input tabindex="5" type="submit" value="コメント送信" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookieに登録</label> </form> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div id="comment" style="margin-top:50px; "> <div class="title">Trackback:</div> <div class="tb_url">{trackback_url}</div> <!-- BEGIN trackback --> <div class="tb"> <div class="tb_title">{trackback_title} / {trackback_blog_name}</div> <div class="state">{trackback_time}</div> {trackback_excerpt} </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <table id="navi" border="0" cellpadding="0" cellspacing="0" width="100%" height="20px"> <tr> <td width="150" class="cell_1"><span>PROFILE</span></td> <td class="cell_1" align="right"> </td> </tr> </table> <table id="entry" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top" rowspan="2"> <td class="state"><ul><li>{profile_name}</li></ul></td> <td class="entry_main"> <div class="entry_body"> {profile_description} </div> </td> </tr> </div></table> <!-- END profile_area --> </div> <!-- /MAIN/ --> <!-- SIDE_1 --> <div id="side_1"> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="20px" style="background:url(http://img-cdn.jg.jugem.jp/8e5/69997/20060201_121125.gif);"> <tr><td align="right"> <a href="./admin">Login</a></td></tr> </table> <!-- BEGIN calendar --> <div class="linktitle"> <img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060131_120574.gif">CALENDAR</div> <div class="linktext"> <div class="calendar"> <table border="0" cellspacing="1" cellpadding="0"><tr><td class="weekday">S</td><td class="weekday">M</td><td class="weekday">T</td><td class="weekday">W</td><td class="weekday">T</td><td class="weekday">F</td><td class="weekday">S</td></tr></table> {calendar} </div></div> <!-- END calendar --> <!-- BEGIN selected_entry --> <div class="linktitle"> <img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060131_120574.gif">ENTRY(latest 5)</div> <div class="linktext"> {latest_entry_list} </div> <!-- END selected_entry --> <!-- BEGIN category --> <div class="linktitle"> <img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060131_120574.gif">CATEGORY</div> <div class="linktext"> {category_list} </div> <!-- END category --> <!-- BEGIN amazon --> <div class="linktitle"> <img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060131_120574.gif">RECOMMEND</div> <div class="linktext">{amazon_item}</div> <!-- END amazon --> <!-- BEGIN recent_comment --> <div class="linktitle"> <img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060131_120574.gif">COMMENT</div> <div class="linktext" id="commentlist"> {recent_comment_list} </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="linktitle"> <img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060131_120574.gif">TRACKBACK</div> <div class="linktext" id="tblist"> {recent_trackback_list} </div> <!-- END recent_trackback --> <!-- BEGIN profile --> <div class="linktitle"> <img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060131_120574.gif">PROFILE</div> <div class="linktext"> {user_list} </div> <!-- END profile --> <!-- BEGIN freespace1 --> <div class="linktitle"><img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060131_120574.gif">{freespace_title1}</div> <div class="blogpeople_text">{freespace_contents1}</div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="linktitle"><img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060131_120574.gif">{freespace_title2}</div> <div class="linktext">{freespace_contents2}</div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="linktitle"><img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060131_120574.gif">{freespace_title3}</div> <div class="linktext">{freespace_contents3}</div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="linktitle"><img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060131_120574.gif">{freespace_title4}</div> <div class="linktext">{freespace_contents4}</div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="linktitle"><img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060131_120574.gif">{freespace_title5}</div> <div class="linktext">{freespace_contents5}</div> <!-- END freespace5 --> <!-- BEGIN archives --> <div class="linktitle"> <img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060131_120574.gif">ARCHIVES</div> <div class="linktext" id="archivelist"> {archives_list} </div> <!-- END archives --> <!-- BEGIN link --> <div class="linktitle"> <img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060131_120574.gif">LINK</div> <div class="linktext" id="linklist"> {link_list} </div> <!-- END link --> <!-- search --> <div class="search"> <div class="title"> <img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060131_120574.gif">SEARCH</div> <form method="get" action=""> <input id="search" name="search" size="20" style="width:100px" /><input type="submit" value="Search" class="button" /> </form> </div> <!-- /search/ --> <!-- BEGIN jugem_ad --> <div class="linktitle"><img src="http://img-cdn.jg.jugem.jp/8e5/69997/20060131_120574.gif">SPONSORED LINKS</div> {ad} <!-- END jugem_ad --> <div class="linktext"> <a href="http://jugem.jp/?banner_id=temp">powered by JUGEM</a><br> <a href="./?mode=atom">Atom0.3</a> <a href="./?mode=rss">RSS1.0</a> </div> </div> <!-- /SIDE_1/ --> <!-- SIDE_2 --> <!-- /SIDE_2/ --> <br style="clear:both; "> <!-- FOOTER --> <div id="copy">{copyright}</div> <!-- /FOOTER/ --> </div> <script type="text/javascript"> <!-- function makeTreeElements (idName,objList) { if (!objList.innerHTML) return; var objLink = objList.getElementsByTagName('a')[0]; var linkUrl = objLink.getAttribute('href'); if (idName.indexOf('comment') > -1 || idName.indexOf('tb') > -1) { var tmpText = objList.innerHTML.split("⇒"); tmpText[0] = tmpText[0].slice(0,tmpText[0].search(/<BR/i)); this.base = Array('<a href="',linkUrl,'">',tmpText[0],'</a>').join(''); this.elem = objLink.innerHTML; } else if (idName.indexOf('entry') > -1) { var tmpText = objList.innerHTML; tmpText.match(/\((\d\d\/\d\d)\)/); this.base = Array('<strong>[',RegExp.$1,']</strong>').join(''); this.elem = Array('<a href="',linkUrl,'">',objLink.innerHTML,'</a>').join(''); } else if (idName.indexOf('link') > -1) { var tmpText = objList.innerHTML; if ( tmpText.match(/\[(.+)\](.+)/) ) { this.base = Array('<strong>[',RegExp.$1,']</strong>').join(''); this.elem = Array('<a href="',linkUrl,'" target="_blank">',RegExp.$2,'</a>').join(''); } } return this; } function createTreeList(idName,option) { // version 2.2 var objFocus = this.document.getElementById(idName); if (!objFocus) return; if (!objFocus.innerHTML) return; var objLists = objFocus.getElementsByTagName('li'); var linkList = new Array(); var outText = new Array(); if (objLists.length > 0) { for (i=0;i<objLists.length;i++) { var chckFlag = true; var elemText = new makeTreeElements(idName,objLists[i]); if (!elemText.base || !elemText.elem) return; for (j=0;j<linkList.length;j++) { if ( linkList[j].base.indexOf(elemText.base) > -1 ) { chckFlag = false; linkList[j][linkList[j].length] = elemText.elem; } } if (chckFlag) { var tmpNum = linkList.length; linkList[tmpNum] = new Array(); linkList[tmpNum][0] = elemText.elem; linkList[tmpNum].base = elemText.base; } } if (linkList.length > 0) { outText[outText.length] = '<ul>\n'; for (i=0;i<linkList.length;i++) { outText[outText.length] = Array('<li>',linkList[i].base,option.top).join(''); if (linkList[i].length > 0 && option.sort) linkList[i].reverse(); for (j=0;j<linkList[i].length;j++) { outText[outText.length] = (j == linkList[i].length - 1) ? option.end : option.list; outText[outText.length] = Array(linkList[i][j],option.leef).join(''); } outText[outText.length] = Array(option.btm,'</li>').join(''); } outText[outText.length] = '</ul>\n'; objFocus.innerHTML = outText.join(''); } } } var gTreeOption = new Array; gTreeOption['sort'] = false; /* ツリー内の表示順 true:並び替える false:そのまま */ gTreeOption['list'] = '<li class="lst">'; /* ツリー用マーク(通常) */ gTreeOption['end'] = '<li class="end">'; /* ツリー用マーク(末端) */ gTreeOption['leef'] = '</li>\n'; /* 各枝の末尾 */ gTreeOption['top'] = '<ul class="tree">'; /* ツリー本体の最初 */ gTreeOption['btm'] = '</ul>'; /* ツリー本体の最後 */ createTreeList('commentlist',gTreeOption); // 最新コメントリストのツリー化 createTreeList('tblist',gTreeOption); // 最新トラックバックリストのツリー化 createTreeList('linklist',gTreeOption); // リンクリストのツリー化 // --> </script> <script type="text/javascript"> <!-- ListSelector('archivelist',1,'月別アーカイブ'); /* アーカイブリストをプルダウン化 */ function ListSelector(idName,checkNum,selText) { if (!selText) selText = '移動先を選択'; var objFocus = this.document.getElementById(idName); if (!objFocus) return; var objLists = objFocus.getElementsByTagName('li'); if (objLists.length < checkNum) return; var outText = new Array(); outText[outText.length] = '<form class="listselector" action="#">'; outText[outText.length] = '<select onchange="window.location.href = this.value">'; outText[outText.length] = '<option value="">'; outText[outText.length] = selText; outText[outText.length] = '</option>'; for (i=0;i<objLists.length;i++) { var oAnchor = objLists[i].getElementsByTagName('a'); var txtLink = oAnchor[0].getAttribute('href'); var txtElem = oAnchor[0].firstChild.nodeValue; outText[outText.length] = '<option value="'; outText[outText.length] = txtLink; outText[outText.length] = '">'; outText[outText.length] = txtElem; outText[outText.length] = '</option>\n'; } outText[outText.length] = '</select></form>\n'; objFocus.innerHTML = outText.join(''); } // --> </script> <script type="text/javascript"> <!-- // Amazonを新規登録順に表示 function doReverseAmazon() { var amazonTagClassName = 'amazon'; var amazonTagName = 'div'; var newAmazonTagList = new Array(); var obj = document.getElementsByTagName(amazonTagName); for (var i = 0; i < obj.length; i++) { if (obj[i].className == amazonTagClassName) newAmazonTagList[newAmazonTagList.length] = obj[i].innerHTML; } var count = newAmazonTagList.length - 1; for (var i = 0; i < obj.length; i++) { if (obj[i].className == amazonTagClassName) { obj[i].innerHTML = newAmazonTagList[count]; count--; } } } doReverseAmazon(); //--> </script> </body> </html>
CSS
body { font-family:"Verdana","MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3",; font-size:10px; color:#999999; background:url(http://img-cdn.jg.jugem.jp/8e5/69997/20060201_121126.gif); margin:0px; padding:0px; } a:link { color: #696969; text-decoration: none; } a:visited { color: #92CDB9; text-decoration: none; } a:active { color: #92CDB9; text-decoration: none; } a:hover { color: #92CDB9; text-decoration: none; } table,td,tr,div,form { margin:0px; padding:0px; } img { border:none; } ul { list-style-type: none; line-height:120%; margin:0px; padding:0px; } input,textarea { color: #666; font-size :12px; border:1px #CCC solid; background-color:#FFF; padding: 2px; } /* レイアウト---------------------------------------------------------------------- */ #back { width:720px; border-right:1px solid #c0c0c0; border-left:1px solid #c0c0c0; margin:0px auto; padding:0px 10px; background:#FFF; } #head{ width:720px; background: #DEB887; border-bottom:3px #FFF solid; } #main { width:530px;float:left; } #side_1 { width:180px;float:left;margin-left:10px;} #side_2 { width:180px;float:left;margin-left:10px;} #copy { margin-top:30px; color:#696969; text-align:center; background:url(http://img-cdn.jg.jugem.jp/8e5/69997/20060201_121125.gif); } /* ヘッダー---------------------------------------------------------------------- */ #head .site_title { font-size:15px; margin:0px 10px; } #head .description { color:#696969; margin:0px 10px; } #head a:link { color: #FFFFFF; text-decoration: none; } #head a:visited { color: #FFFFFF; text-decoration: none; } #head a:active { color: #FFFFFF; text-decoration: none; } #head a:hover { color: #92CDB9; text-decoration: none; } /* ナビゲーション---------------------------------------------------------------------- */ #navi { color:#FFF; font-size:12px; margin-bottom:10px; } #navi .cell_1 { background:url(http://img-cdn.jg.jugem.jp/8e5/69997/20060201_121125.gif);} #navi .cell_2 { width:10px;} #navi .cell_2 img { width:10px; height:20px;} #navi span { margin: 0px 5px;} #navi a:link { color: #696969; text-decoration: none; } #navi a:visited { color: #696969; text-decoration: none; } #navi a:active { color: #FFF; text-decoration: none; } #navi a:hover { color: #FFF; text-decoration: none; } /* エントリー ---------------------------------------------------------------------- */ #entry { margin-bottom:20px; border-top:1px #DEB887 solid; border-right:1px #DEB887 solid; border-bottom:1px #DEB887 solid; border-left:none; } /* state部分 ---------*/ #entry .state { width:120px; color:#FFF; background:#DEB887; text-align:right; padding:0px 0px; } #entry .state ul { margin-right:5px; margin-bottom:10px; } .entry_title { font-size:12px; color:#FFF; margin-left:10px; margin-bottom:10px; } #entry .state a:link { color: #FFF; text-decoration: none; } #entry .state a:visited { color: #FFF; text-decoration: none; } #entry .state a:active { color: #FFF; text-decoration: none; } #entry .state a:hover { color: #92CDB9; text-decoration: none; } /* entry_main部分 ---------*/ #entry .entry_main { border:none;} .entry_body { font-size:11px; line-height:170%; margin-left:10px; margin-top:5px; } .entry_more { padding-top:10px; } blockquote { color: #999; border-left:3px solid; margin: 10px 5px; padding:0px 5px; } .pict { display:block; } /* コメント・トラックバック部分 ---------*/ #comment { color:#999999; line-height:150%; margin-left:160px; } #comment .title { color:#999999; font-weight:bolder; padding-bottom:5px; border-bottom:1px solid; } #comment .tb { border-bottom:1px dotted #808080; padding:10px 0; } #comment .state { color:#AEAEAE; background:url(./template/grid/img/arrow.gif) no-repeat; background-position:0px 6px; padding-left:9px; margin-bottom:5px; } #comment .tb_url { color:#999999; font-size:12px; } #comment .tb_title { font-weight: bold; } #set_cookie { border:none;background:none; } /* サイドメニュー---------------------------------------------------------------------- */ .linktitle { color:#DEB887; font-size:12px; margin-bottom:7px; } .linktext { padding-bottom:10px; } .linktext ul { margin:0px 0px 10px 10px; } .linktext li { background:url(./template/grid/img/arrow.gif) no-repeat; background-position:0px 4px; padding-left:9px; margin-bottom:5px; } form.listselector { margin: 0px; padding: 1px; text-align: left; } form.listselector select { color: #696969; } .blogpeople-main { overflow: auto; height: 270px; width: 170px; } .blogpeople_text { font-family: "Osaka-等幅","Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック"; color:#DEB887; font-size:9px; line-height: 120%; margin-bottom:15px; scrollbar-3dlight-color : #FFFFFF; scrollbar-arrow-color : #DEB887; scrollbar-base-color : #FFFFFF; scrollbar-darkshadow-color : #FFFFFF; scrollbar-highlight-color : #FFFFFF; scrollbar-shadow-color : #DEB887; scrollbar-track-color : #FFFFFF; } /* カレンダー ---------*/ .calendar { font-family: "Verdana"; text-align:center; line-height: 140%; margin-bottom:10px; } .calendar table { width:100%; margin:0px auto; text-align:center; } .weekday { padding: 2px;} .cell { padding: 2px;} .cell a:link {font-weight: bolder;} /* アマゾン ---------*/ .amazon { margin-bottom:20px; } .amazon_text { line-height:140%; } /* サーチ ---------*/ .search { margin-bottom:10px;} .search .title { color:#DEB887; font-size :12px;} .search input { color: #666; font-size :12px; border:1px #92CDB9 solid; background-color:#92CDB9; padding: 2px; } .search .button { margin-left:5px;} /* バナー ---------*/ .jugem_bana {margin-bottom:10px;} ul.tree { list-style: none; margin: 0px; padding: 0px; } ul.tree li { margin: 0px; padding: 0px 0px 0px 16px; background-image: url(http://img-cdn.jg.jugem.jp/8e5/69997/20041008_1608958.gif); background-repeat: no-repeat; } ul.tree li.end { background-image: url(http://img-cdn.jg.jugem.jp/8e5/69997/20041008_1608957.gif); }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑