無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
harvest
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- DLありがとうございます。ご使用の際はお手数ですが以下の規約をご一読の上、ご使用ください。 OS:WindowsXP、ブラウザ:IE6/Lunascape3(Lite)/Firefox2にて 動作確認しております。その他の環境で不具合がございましても対応できない事もございます。(というか所詮素人ですのでそこまで詳しくありません。ごめんなさい) ●禁止事項● ■使用画像の加工・使用画像のみ抜き取って他所で使用 ■UTFでのテンプレート公開(再配布に該当します) ■18禁(アダルト)・宗教・誹謗中傷等の公序良俗に反したブログでの使用 ※BL・同人は可 ■『OTHERS』部、または最下段の素材屋さん及び当ブログのリンクを消す事 ※カスタマイズ時にはこれに該当しない場合もあります。詳しくは↓を参照 ●OKな事● ■カスタマイズ(特に制限なし) ※画像をご自分で用意したものと差し替える際には中途半端に残さないよう、丸ごと差し替えてください。その際には素材屋さんのリンクは必ず消してください。素材屋さんが迷惑しますので。 http://apricot-b.jugem.jp/ 製作者:杏 --> <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 type="text/css" href="{gmo_header_css}" rel="stylesheet" media="screen,print" /> <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> </head> <body onload="javascript:initval();"> <a name="top"></a> <!-- メインテーブル開始 --> <div id="body"> <table border="0" cellpadding="0" cellspacing="0" height="100%"><tr><td valign="top" class="t1"> <!-- 左上開始 --> <div id="head"> <!-- BEGIN title --> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> </div> <!-- 左上終了 --> <!-- 左開始 --> <div id="left"> <!-- BEGIN entry --> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <div class="entry"> <div class="entry_date">{entry_date} {entry_time} <a href="#top">▲</a></div> <div class="e_b"> <h2 class="entry_title">{entry_title}</h2> <div class="entry_body">{entry_description}</div> <a name="sequel"></a> <div class="entry_more">{entry_sequel}</div> <div class="entry_bottom">{user_name} | {category_name} | {comment_num} | {trackback_num}</div> </div> {trackback_auto_discovery} </div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <h3 class="cm_title">COMMENT</h3> <!-- BEGIN comment --> <div class="entry_body">{comment_description}</div> <div class="cm_bottom">{comment_name} | {comment_time}</div> <!-- END comment --> <div class="entry_body"> <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:200px;" /><br /> <label for="email">email:</label><br /> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:200px;" /><br /> <label for="url">url:</label><br /> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:200px;" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:300px;" class="bars"></textarea><br /> <br /> <input tabindex="5" type="submit" style="background-color: #e4caa8; color: #333333; font-size: 10px;" value="コメント送信" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie" /> <label for="set_cookie">Cookieに登録</label> </form> </div> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="entry"> <h3 class="cm_title">TRACKBACK</h3> <!-- BEGIN trackback --> <div class="entry_body">{trackback_excerpt}</div> <div class="cm_bottom">{trackback_title} | {trackback_blog_name} | {trackback_time}</div> <!-- END trackback --> <div class="tb_title">この記事のトラックバックURL</div> <div class="trackback_url">{trackback_url}</div> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry"> <div class="e_b"> <div class="entry_title">{profile_name}</div> <div class="entry_body">{profile_description}</div> </div> </div> <!-- END profile_area --> <!-- BEGIN page --> <ul class="navi"> <li>{prev_page_link}</li> <li>{page_now}/{page_num}PAGES</li> <li>{next_page_link}</li> </ul> <!-- END page --> </div> <!-- 左終了 --> <!-- 左下開始 --> <div id="foot"> <div class="copy"> <a href="#top">↑ TOP PAGE ↑</a><br /> {copyright}<br /> </div> </div> <!-- 左下終了 --> </td><td width="20"><img src="http://img-cdn.jg.jugem.jp/d88/483037/20070618_262222.gif" alt="blank" width="20" /></td><td valign="top" class="t1"> <!-- 右開始 --> <div id="right"> <!-- BEGIN calendar --> <div class="links_c"> <img src="http://img-cdn.jg.jugem.jp/d88/483037/20070906_308164.gif" alt="l_k" /> <div class="calendar">{calendar_addzero}</div> <img src="http://img-cdn.jg.jugem.jp/d88/483037/20070906_308164.gif" alt="l_k" /> </div> <!-- END calendar --> <!-- BEGIN latest_entry --> <div class="links1"> <div class="linktitle">NEW ENTRIES</div> <div class="linktext">{latest_entry_list}</div> </div> <!-- END latest_entry --> <!-- BEGIN category --> <div class="links1"> <div class="linktitle">CATEGORIES</div> <div class="linktext">{category_list}</div> </div> <!-- END category --> <!-- BEGIN archives --> <div class="links1"> <div class="linktitle">ARCHIVES</div> <div class="linktext">{archives_list}</div> </div> <!-- END archives --> <!-- BEGIN freespace1 --> <div class="links1"> <div class="linktitle">{freespace_title1}</div> <div class="linktext02">{freespace_contents1}</div> </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="links1"> <div class="linktitle">{freespace_title2}</div> <div class="linktext02">{freespace_contents2}</div> </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="links1"> <div class="linktitle">{freespace_title3}</div> <div class="linktext02">{freespace_contents3}</div> </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="links1"> <div class="linktitle">{freespace_title4}</div> <div class="linktext02">{freespace_contents4}</div> </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="links1"> <div class="linktitle">{freespace_title5}</div> <div class="linktext02">{freespace_contents5}</div> </div> <!-- END freespace5 --> <!-- BEGIN recent_comment --> <div class="links1"> <div class="linktitle">RECENT COMMENTS</div> <div class="linktext" id="commentlist">{recent_comment_list}</div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="links1"> <div class="linktitle">RECENT TRACKBACKS</div> <div class="linktext" id="tblist">{recent_trackback_list}</div> </div> <!-- END recent_trackback --> <!-- BEGIN link --> <div class="links1"> <div class="linktitle">LINKS</div> <div class="linktext">{link_list}</div> </div> <!-- END link --> <!-- BEGIN profile --> <div class="links1"> <div class="linktitle">PROFILE</div> <div class="linktext">{user_list}</div> </div> <!-- END profile --> <div class="links1"> <div class="linktitle">RECOMMEND</div> <div class="linktext02"> <!-- BEGIN amazon --> <div class="ama_pict"><a href="{amazon_url}" target="_blank"><img src="{amazon_ImageUrlSmall}" alt="{amazon_ProductName}" /></a></div> <a href="{amazon_url}" target="_blank"><div class="ama_name">{amazon_ProductName}</div></a> <span style="color: #c7a16f;">{amazon_Creator}</span><br /> {amazon_comment} <br style="clear: both;" /> <!-- END amazon --> </div> </div> <!-- powered --> <div class="links1"> <div class="linktitle">OTHERS</div> <div class="linktext"> <ul> <li><a href="./admin/">admin</a></li> <li>material by <a href="http://www.geocities.jp/choco_asa/" target="_blank">choco*choco</a></li> <li>template by <a href="http://apricot-b.jugem.jp/"target="_blank">Apricot+B</a></li> <li>powered by <a href="https://jugem.jp/" target="_blank">JUGEM</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> </ul> </div> <!-- search --> <div class="search"> <form method="get" action=""> <input id="search" name="search" value=" search this site." size="20" style="width:140px" class="form" /> <input type="submit" style="background-color: #e4caa8; color: #333333; font-size: 10px;" value="Go" class="button" /> </form> </div> <!-- /search/ --> </div> <!-- /powered/ --> <!-- BEGIN jugem_ad --> <div class="linktext02">{ad}</div> <!-- END jugem_ad --> <!-- mobile --> <div class="linktext">{site_qrcode}</div> <!-- //mobile --> </div> <!-- 右終了 --> </td></tr></table> </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); // 最新トラックバックリストのツリー化 // --> </script> </body> </html>
CSS
/* ################################################# 基本の設定 ################################################# */ /* ---------- スクロールバーの色(未対応ブラウザあり) ---------- */ html { scrollbar-3dlight-color:#d3bea9; scrollbar-arrow-color:#d3bea9; scrollbar-darkshadow-color:#d3bea9; scrollbar-face-color:#ffffff; scrollbar-highlight-color:#ffffff; scrollbar-shadow-color:#ffffff; scrollbar-track-color:#ffffff; } /* ---------- 全体の背景 ---------- */ body { background:url(http://img-cdn.jg.jugem.jp/d88/483037/20070906_308070.gif); margin: 0px; padding: 0px; } /* ---------- 全体のリンク色 ---------- */ a:link { color: #555555; text-decoration: none; } a:visited { color: #555555; text-decoration: none; } a:active { color: #555555; text-decoration: none; } a:hover { color: #ffffff; background-color: #8c6239; text-decoration: none; } /* ---------- 全体のフォント ---------- */ div { margin: 0px; padding: 0px; font-family: "Verdana", "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅"; line-height: 150%; } /* ---------- 見出し ---------- */ h1, h2, h3 { margin: 0px; padding: 0px; } /* ---------- リストマーク ---------- */ ul { list-style-image: url(http://img-cdn.jg.jugem.jp/d88/483037/20070906_308080.gif); line-height:100%; margin: 0px; padding: 0px; } /* ---------- リスト内の文字(リンクなし部分) ---------- */ li { padding-bottom: 3px; color: #e7a544; } /* ---------- 画像枠の削除 ---------- */ img { border: none; } /* ---------- コメント・サーチのフォーム ---------- */ form { font-size: 10px; color: #333333; margin: 0px; padding: 0px; } input,textarea { color: #333333; font-size :12px; border:1px solid #c7a16f; padding: 2px; } /* ---------- カラム枠 ---------- */ .t1 { background-color: #ffffff; border-left:1px solid #000000; border-right:1px solid #000000; } /* ################################################# レイアウト ################################################# */ /* ----------------------------------- */ /* 全体幅 */ /* ここを増やすと右部分が増えます。 */ /* ----------------------------------- */ #body { width: 750px; margin: auto; } /* ---------- 上(タイトル) ---------- */ #head { background: url(http://img-cdn.jg.jugem.jp/d88/483037/20070906_308071.gif) no-repeat; background-position: 95% 100%; height: 150px; margin-bottom: 30px; } /* ---------- 左(記事部) ---------- */ #left { width: 480px; margin: 0px; } /* ---------- 右(リストメニュー) ---------- */ #right { margin: 0px; } /* ---------- 下(copyright) ---------- */ #foot { margin: 0px; } /* ################################################# 左上(#head内) ################################################# */ /* ---------- ブログタイトル ---------- */ .site_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-weight: bolder; padding: 20px 170px 10px 20px; font-size: 18px; text-align: left; } .site_title a {color: #9d4b14; text-decoration: none; background-color: transparent;} .site_title a:link {color: #9d4b14; text-decoration: none; background-color: transparent;} .site_title a:visited {color: #9d4b14; text-decoration: none; background-color: transparent;} .site_title a:active {color: #9d4b14; text-decoration: none; background-color: transparent;} .site_title a:hover {color: #9d4b14; text-decoration: none; background-color: transparent;} /* ---------- ブログ説明 ---------- */ .description { font-size: 10px; color: #333333; text-align: left; padding: 0px 170px 30px 20px; } /* ################################################# 左(#left内) ################################################# */ /* ---------- エントリーナビ ---------- */ .entry_navi { text-align: center; font-size: 10px; color: #555555; padding: 0px 0px 5px 0px; } /* ---------- エントリー枠(CM/TB/PF共通) ---------- */ .entry { margin: 10px; margin-bottom: 30px; } /* ---------- エントリー日時 ---------- */ .entry_date { font-size: 10px; line-height:120%; text-align: right; color: #333333; padding: 3px 10px 3px 10px; } .entry_date a:link { color: #333333; text-decoration: none; } .entry_date a:visited { color: #333333; text-decoration: none; } .entry_date a:active { color: #333333; text-decoration: none; } .entry_date a:hover { color: #333333; text-decoration: underline; background-color: transparent;} /* ---------- 記事枠 ---------- */ .e_b { background-color: #e4caa8; border-top: 1px solid #f2e6d6; border-left: 1px solid #f2e6d6; border-bottom: 1px solid #c7a16f; border-right: 1px solid #c7a16f; } /* ---------- エントリータイトル(PF共通) ---------- */ .entry_title { background: url(http://img-cdn.jg.jugem.jp/d88/483037/20070906_308074.gif) no-repeat; background-position: 2% 50%; background-color: #ffffff; font-size: 12px; line-height:120%; font-weight: bolder; text-align: left; color: #9d4b14; padding: 5px 10px 5px 35px; margin: 10px; border-top: 1px solid #c7a16f; border-left: 1px solid #c7a16f; border-bottom: 1px solid #f2e6d6; border-right: 1px solid #f2e6d6; } /* ---------- エントリー本文(CM/TB/PF共通) ---------- */ .entry_body { font-size: 12px; line-height: 150%; text-align: left; color: #333333; padding: 5px 20px 5px 20px; } .entry_body a:link { color: #8c6239; text-decoration: none; } .entry_body a:visited { color: #8c6239; text-decoration: none; } .entry_body a:active { color: #8c6239; text-decoration: none; } .entry_body a:hover { color: #ffffff; text-decoration: none;} /* ---------- エントリー続き ---------- */ .entry_more { font-size: 12px; line-height: 150%; text-align: left; color: #333333; padding: 10px 20px 5px 20px; } .entry_more a:link { color: #8c6239; text-decoration: none; } .entry_more a:visited { color: #8c6239; text-decoration: none; } .entry_more a:active { color: #8c6239; text-decoration: none; } .entry_more a:hover { color: #ffffff; text-decoration: none;} /* ---------- エントリー・名前/カテゴリ/CM・TBへのリンク ---------- */ .entry_bottom { font-size: 10px; line-height:120%; text-align: right; color: #ffffff; padding: 10px 10px 5px 10px; } .entry_bottom a {color: #ffffff; text-decoration: none;} .entry_bottom a:link {color: #ffffff; text-decoration: none;} .entry_bottom a:visited {color: #ffffff; text-decoration: none;} .entry_bottom a:active {color: #ffffff; text-decoration: none;} .entry_bottom a:hover {color: #ffffff; text-decoration: underline; background-color: transparent;} /* ---------- コメントタイトル(TB共通) ---------- */ .cm_title { background: url(http://img-cdn.jg.jugem.jp/d88/483037/20070906_308179.gif) no-repeat; background-position: 2% 50%; background-color: #ffffff; font-size: 12px; line-height:120%; font-weight: bolder; text-align: left; color: #9d4b14; padding: 5px 10px 5px 35px; margin: 10px; border-bottom: 1px solid #c7a16f; } /* ---------- コメント・名前/日時(TB共通) ---------- */ .cm_bottom { background-color: #e4caa8; font-size: 10px; line-height:120%; text-align: right; color: #ffffff; padding: 3px 10px 3px 10px; margin: 0px 10px 15px 10px; border-top: 1px solid #f2e6d6; border-left: 1px solid #f2e6d6; border-bottom: 1px solid #c7a16f; border-right: 1px solid #c7a16f; } .cm_bottom a {color: #ffffff; text-decoration: underline;} .cm_bottom a:link {color: #ffffff; text-decoration: underline;} .cm_bottom a:visited {color: #ffffff; text-decoration: underline;} .cm_bottom a:active {color: #ffffff; text-decoration: underline;} .cm_bottom a:hover {color: #ffffff; text-decoration: underline; background-color: transparent;} /* ---------- トラックバックタイトル(下) ---------- */ .tb_title { font-size: 10px; line-height:120%; font-weight: bolder; text-align: left; color: #c7a16f; padding: 10px 0px 10px 40px; } /* ---------- トラックバックURL ---------- */ .trackback_url { font-size: 10px; text-align: left; color: #555555; padding: 2px 5px 2px 5px; border: 2px dotted #f2e6d6; margin: 0px 40px 10px 40px; } /* ---------- ページ送り ---------- */ ul.navi { list-style: none; text-align:center; font-size:10px; padding: 0px 0px 5px 0px; } ul.navi li{ display:inline; margin:0px 2px; color: #555555; } /* ---------- 投稿画像枠 ---------- */ .pict { border-style: none; margin: 10px; } /* ---------- 引用文枠 ---------- */ blockquote { font-size: 10px; color: #333333; margin: 20px 20px 20px 20px; padding: 10px; border-right: 1px solid #ffffff; border-left: 1px solid #ffffff; } /* ################################################# 左下(#foot内) ################################################# */ /* ---------- copyright ---------- */ .copy { font-size: 10px; text-align: center; color: #333333; padding: 50px 0px 30px 0px; } /* ################################################# 右(#right内) ################################################# */ /* ---------- カレンダー ---------- */ .links_c { width: 175px; text-align: center; margin: 15px 25px 30px 30px; } .calendar { font-family: "Verdana", "MS UI Gothic","ヒラギノ角ゴ Pro W3", "Osaka‐等幅"; font-size: 10px; color: #333333; padding: 0px 15px; margin: 0px; } .calendar a {color: #ffffff; background-color: #e7a544; text-decoration: none; font-weight: bolder;} .calendar a:link {color: #ffffff; background-color: #e7a544; text-decoration: none; font-weight: bolder;} .calendar a:visited {color: #ffffff; background-color: #e7a544; text-decoration: none; font-weight: bolder;} .calendar a:active {color: #ffffff; background-color: #e7a544; text-decoration: none; font-weight: bolder;} .calendar a:hover {color: #ffffff; background-color: #e7a544; text-decoration: none; font-weight: bolder;} .cell{ padding: 0px 2px 0px 2px; } /* ---------- メニュー枠 ---------- */ .links1 { margin: 0px; padding: 0px 10px 25px 10px; } /* ---------- メニュータイトル ---------- */ .linktitle { background: url(http://img-cdn.jg.jugem.jp/d88/483037/20070906_308078.gif) no-repeat; background-position: 1% 50%; font-family: "verdana","arial","sans-serif"; font-size: 12px; font-weight: bolder; color: #9d4b14; line-height: 100%; padding: 6px 0px 6px 25px; margin-bottom: 5px; } /* ---------- メニューリスト(テキスト他) ---------- */ .linktext { font-size: 10px; color: #666666; line-height: 150%; padding: 5px 10px 10px 20px; } /* ---------- メニューリスト(フリースペース他) ---------- */ .linktext02 { font-size: 10px; color: #666666; line-height: 150%; padding: 10px 0px 10px 0px; } /* ---------- サーチ ---------- */ .search { padding: 10px 0px 0px 10px; } /* ---------- アマゾン ---------- */ .ama_pict { float: left; padding: 0px 10px 10px 0px; } .ama_name { font-weight: bolder; } /* ################################################# CM/TBのツリー化 ################################################# */ ul.tree { line-height:150%; list-style-image: none; padding: 5px 0px; } ul.tree li { background-image: url(http://img-cdn.jg.jugem.jp/d88/483037/20070607_254695.gif); background-repeat: no-repeat; list-style: none; padding: 0px 0px 0px 13px; } ul.tree li.end { background-image: url(http://img-cdn.jg.jugem.jp/d88/483037/20070607_254696.gif); }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑