無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
プードル-Gray
テンプレートイメージ表示ページへ戻る
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();"> <table border="0" cellpadding="0" cellspacing="0" align="center"> <tr><td background="http://img-cdn.jg.jugem.jp/d88/483037/20070516_241038.gif" width="11"></td><td width="750"> <!-- メインテーブル開始 --> <div id="body"> <!-- 上開始 --> <div id="head"> <!-- BEGIN title --> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> <!-- BEGIN calendar --> <div class="calendar">{calendar_horizontal_addzero}</div> <!-- END calendar --> </div> <!-- 上終了 --> <!-- 右開始 --> <div id="right"> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <div class="entry"> <!-- BEGIN entry --> <div class="line02"><br /></div> <table border="0" cellpadding="0" cellspacing="0" width="480" height="25"><tr><td> <div class="entry_title">{entry_title}</div> </td><td valign="bottom" width="160"> <div class="entry_date"> {entry_year}.{entry_month}.{entry_day}({entry_eng_week_short}){entry_time_only}</div> </td></tr></table> <div class="entry_body">{entry_description}</div> <a name="sequel"></a> <div class="entry_body">{entry_sequel}</div> <div class="entry_bottom">{user_name} / {category_name} / <a href="{entry_permalink}#comments">CM({comment_num_only})</a> / <a href="{entry_permalink}#trackback"> TB({trackback_num_only}) </a></div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="line02"><br /></div> <h3 class="cm_title01">この記事に対するコメント</h3> <!-- BEGIN comment --> <div class="entry_body">{comment_description}</div> <div class="cm_bottom"> {comment_name} / {comment_year}.{comment_month}.{comment_day}({comment_eng_week_short}){comment_hour_24}:{comment_minute}</div> <!-- END comment --> <div class="cm_title02">コメントする</div> <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: #cccccc; 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 class="line"><br /></div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="cm_title02">この記事のトラックバックURL</div> <div class="trackback_url">{trackback_url}</div> <div class="cm_title01">この記事に対するトラックバック</div> <!-- BEGIN trackback --> <div class="entry_body">{trackback_excerpt}</div> <div class="tb_bottom">{trackback_title} / {trackback_blog_name} / {trackback_year}.{trackback_month}.{trackback_day}({trackback_eng_week_short}){trackback_hour_24}:{trackback_minute}</div> <!-- END trackback --> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="line02"><br /></div> <div class="cm_title01">プロフィール</div> <div class="pf_name">{profile_name}</div> <div class="entry_body">{profile_description}</div> <!-- END profile_area --> <div class="line02"><br /></div> </div> <!-- 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="left"> <!-- BEGIN latest_entry --> <div class="links1"> <table border="0" cellpadding="0" cellspacing="0"><tr><td class="l1"> </td><td> <div class="linktitle">NEW ENTRIES</div> </td><td class="l2"> </td></tr></table> <div class="linktext">{latest_entry_list}</div> </div> <!-- END latest_entry --> <!-- BEGIN category --> <div class="links1"> <table border="0" cellpadding="0" cellspacing="0"><tr><td class="l1"> </td><td> <div class="linktitle">CATEGORIES</div> </td><td class="l2"> </td></tr></table> <div class="linktext">{category_list}</div> </div> <!-- END category --> <!-- BEGIN archives --> <div class="links1"> <table border="0" cellpadding="0" cellspacing="0"><tr><td class="l1"> </td><td> <div class="linktitle">ARCHIVES</div> </td><td class="l2"> </td></tr></table> <div class="linktext">{archives_list}</div> </div> <!-- END archives --> <!-- BEGIN freespace1 --> <div class="links1"> <table border="0" cellpadding="0" cellspacing="0"><tr><td class="l1"> </td><td> <div class="linktitle">{freespace_title1}</div> </td><td class="l2"> </td></tr></table> <div class="linktext02">{freespace_contents1}</div> </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="links1"> <table border="0" cellpadding="0" cellspacing="0"><tr><td class="l1"> </td><td> <div class="linktitle">{freespace_title2}</div> </td><td class="l2"> </td></tr></table> <div class="linktext02">{freespace_contents2}</div> </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="links1"> <table border="0" cellpadding="0" cellspacing="0"><tr><td class="l1"> </td><td> <div class="linktitle">{freespace_title3}</div> </td><td class="l2"> </td></tr></table> <div class="linktext02">{freespace_contents3}</div> </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="links1"> <table border="0" cellpadding="0" cellspacing="0"><tr><td class="l1"> </td><td> <div class="linktitle">{freespace_title4}</div> </td><td class="l2"> </td></tr></table> <div class="linktext02">{freespace_contents4}</div> </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="links1"> <table border="0" cellpadding="0" cellspacing="0"><tr><td class="l1"> </td><td> <div class="linktitle">{freespace_title5}</div> </td><td class="l2"> </td></tr></table> <div class="linktext02">{freespace_contents5}</div> </div> <!-- END freespace5 --> <!-- BEGIN recent_comment --> <div class="links1"> <table border="0" cellpadding="0" cellspacing="0"><tr><td class="l1"> </td><td> <div class="linktitle">RECENT COMMENTS</div> </td><td class="l2"> </td></tr></table> <div class="linktext" id="commentlist">{recent_comment_list}</div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="links1"> <table border="0" cellpadding="0" cellspacing="0"><tr><td class="l1"> </td><td> <div class="linktitle">RECENT TRACKBACK</div> </td><td class="l2"> </td></tr></table> <div class="linktext" id="tblist">{recent_trackback_list}</div> </div> <!-- END recent_trackback --> <!-- BEGIN link --> <div class="links1"> <table border="0" cellpadding="0" cellspacing="0"><tr><td class="l1"> </td><td> <div class="linktitle">LINKS</div> </td><td class="l2"> </td></tr></table> <div class="linktext">{link_list}</div> </div> <!-- END link --> <!-- BEGIN profile --> <div class="links1"> <table border="0" cellpadding="0" cellspacing="0"><tr><td class="l1"> </td><td> <div class="linktitle">PROFILE</div> </td><td class="l2"> </td></tr></table> <div class="linktext">{user_list}</div> </div> <!-- END profile --> <div class="links1"> <table border="0" cellpadding="0" cellspacing="0"><tr><td class="l1"> </td><td> <div class="linktitle">RECOMMEND</div> </td><td class="l2"> </td></tr></table> <!-- BEGIN amazon --> <div class="linktext03"><a href="{amazon_url}" target="_blank"><img src="{amazon_ImageUrlSmall}"><br /> {amazon_ProductName}</a><br /> {amazon_Creator}<br /> {amazon_comment}</div> <!-- END amazon --> </div> <!-- powered --> <div class="links1"> <table border="0" cellpadding="0" cellspacing="0"><tr><td class="l1"> </td><td> <div class="linktitle">OTHERS</div> </td><td class="l2"> </td></tr></table> <div class="linktext"> <ul> <li><a href="./admin/">admin</a></li> <li>material by <a href="http://lovecandied.com/"target="_blank">Candied</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: #cccccc; color: #333333; font-size: 10px;" value=" Go " class="button" /> </form> </div> <!-- /search/ --> </div> <!-- /powered/ --> <!-- mobile --> <div class="links1"> <table border="0" cellpadding="0" cellspacing="0"><tr><td class="l1"> </td><td> <div class="linktitle">MOBILE</div> </td><td class="l2"> </td></tr></table> <div class="linktext">{site_qrcode}</div> </div> <!-- //mobile --> <!-- BEGIN jugem_ad --> <div class="links1"> <table border="0" cellpadding="0" cellspacing="0"><tr><td class="l1"> </td><td> <div class="linktitle">SPONSORED LINKS</div> </td><td class="l2"> </td></tr></table> <div class="linktext02">{ad}</div> </div> <!-- END jugem_ad --> </div> <!-- 左終了 --> <!-- 下開始 --> <div id="foot"> <div class="copy"> <a href="#top">↑ TOP PAGE ↑</a><br /> {copyright}</div> </div> <!-- 下終了 --> </div> <!-- メインテーブル終了 --> </td><td background="http://img-cdn.jg.jugem.jp/d88/483037/20070516_241040.gif" width="11"></td></tr></table> <!-- ツリー化スクリプト --> <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'] = '├ '; /* ツリー用マーク(通常) */ gTreeOption['end'] = '└ '; /* ツリー用マーク(末端) */ gTreeOption['leef'] = '<br />\n'; /* 各枝の末尾 */ gTreeOption['top'] = '<br />\n'; /* ツリー本体の最初 */ gTreeOption['btm'] = ''; /* ツリー本体の最後 */ createTreeList('commentlist',gTreeOption); // 最新コメントリストのツリー化 createTreeList('tblist',gTreeOption); // 最新トラックバックリストのツリー化 // --> </script> </body> </html>
CSS
/* ------------------------- 基本設定 ------------------------- */ body { margin: 0px; padding: 0px; background: url(http://img-cdn.jg.jugem.jp/d88/483037/20070517_241971.gif); background-color: #f1f1f1; } a:link { color: #ff9cad; text-decoration: none; } a:visited { color: #ff9cad; text-decoration: none; } a:active { color: #ff9cad; text-decoration: none; } a:hover { color: #ff9cad; text-decoration: none; } div { margin: 0px; padding: 0px; font-family: "Verdana", "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅"; line-height: 150%; } h1, h3 { margin: 0px; padding: 0px; } ul { list-style-image: url(http://img-cdn.jg.jugem.jp/d88/483037/20070513_238895.gif); line-height:150%; margin: 0px 0px 0px 0px; padding:0px; } li { padding-bottom: 0px; color: #999999; } form { font-size: 10px; color: #000000; margin: 0px; padding: 0px; } input,textarea { color: #000000; font-size :12px; border: 3px double #333333; padding: 2px; } img { border:none; } /* ------------------------- レイアウト ------------------------- */ #body { width: 750px; background-color: #ffffff; margin: auto; margin-top: 0px; padding:0px; } #head { width: 750px; text-align: left; } #right { width: 480px; float: right; margin: 0px 5px 0px 0px; } #left { margin: 0px 500px 0px 0px; } #foot { clear: both; width: 750px; margin: auto; } /* ------------------------- 上 ------------------------- */ .site_title { font-family: "Comic Sans MS", "Verdana", "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅"; font-weight: bolder; padding: 30px 30px 10px 30px; font-size: 28px; text-align: left; } .site_title a {color: #ffc6ce; text-decoration: none; background:transparent;} .site_title a:link {color: #ffc6ce; text-decoration: none; background:transparent;} .site_title a:visited {color: #ffc6ce; text-decoration: none; background:transparent;} .site_title a:active {color: #ffc6ce; text-decoration: none; background:transparent;} .site_title a:hover {color: #ffc6ce; text-decoration: none; background:transparent;} .description { font-size: 12px; color: #999999; text-align: left; padding: 0px 40px 30px 40px; } .calendar { font-family: "Georgia", "Verdana", "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "Osaka‐等幅"; text-align: center; font-size: 10px; color: #666666; padding: 5px 0px 5px 0px; margin: 10px 0px 30px 0px; letter-spacing: 1px; } .calendar a {color: #333333; background-color: #ffe3e8; text-decoration: none;} .calendar a:link {color: #333333; background-color: #ffe3e8; text-decoration: none;} .calendar a:visited {color: #333333; background-color: #ffe3e8; text-decoration: none;} .calendar a:active {color: #333333; background-color: #ffe3e8; text-decoration: none;} .calendar a:hover {color: #333333; background-color: #ffe3e8; text-decoration: none;} /* ------------------------- 右 ------------------------- */ .entry_navi { text-align: center; font-size: 10px; color: #666666; padding: 0px 0px 0px 0px; margin: 0px 0px 5px 0px; } .entry_navi a:link { color: #666666; text-decoration: none; } .entry_navi a:visited { color: #666666; text-decoration: none; } .entry_navi a:active { color: #666666; text-decoration: none; } .entry_navi a:hover { color: #ff9cad; text-decoration: none; } .entry { width: 480px; margin: 0px 0px 0px 0px; padding: 10px 0px 10px 0px; } .entry_title { height: 37px; background:url(http://img-cdn.jg.jugem.jp/d88/483037/20070516_241021.gif) no-repeat; background-position: 0% 5%; font-size: 14px; line-height:120%; font-weight: bolder; text-align: left; color: #633100; margin: 0px 4px 0px 15px; padding: 10px 0px 0px 45px; border-bottom: 4px dotted #ffc6ce; } .entry_date { font-size: 10px; line-height:120%; text-align: right; color: #666666; margin: 0px 15px 0px 0px; padding: 0px 0px 3px 0px; border-bottom: 4px dotted #ffc6ce; } .entry_body { font-size: 12px; line-height: 150%; text-align: left; color: #000000; margin: 0px 0px 0px 0px; padding: 10px 20px 10px 20px; } .entry_bottom { font-size: 10px; line-height:120%; text-align: right; color: #333333; margin: 0px 0px 0px 0px; padding: 3px 15px 3px 15px; } .entry_bottom a:link { color: #333333; text-decoration: none; } .entry_bottom a:visited { color: #333333; text-decoration: none; } .entry_bottom a:active { color: #333333; text-decoration: none; } .entry_bottom a:hover { color: #ff9cad; text-decoration: none; } .cm_title01 { height: 37px; background:url(http://img-cdn.jg.jugem.jp/d88/483037/20070516_241021.gif) no-repeat; background-position: 0% 5%; font-size: 12px; line-height:120%; font-weight: bolder; text-align: left; color: #633100; margin: 0px 4px 0px 10px; padding: 10px 0px 0px 45px; } .cm_title02 { font-size: 12px; line-height:120%; font-weight: bolder; text-align: left; color: #633100; margin: 0px 0px 0px 0px; padding: 15px 0px 0px 25px; } .cm_bottom { font-size: 10px; line-height:120%; text-align: right; color: #333333; margin: 0px 15px 0px 15px; padding: 3px 5px 3px 5px; border-bottom: 2px dotted #ffc6ce; } .trackback_url { font-size: 10px; font-weight: normal; text-align: left; color: #ff9cad; margin: 0px 0px 0px 0px; padding: 15px 40px 15px 40px; } .tb_bottom { font-size: 10px; line-height:120%; text-align: right; color: #ff9cad; margin: 0px 15px 0px 15px; padding: 3px 5px 3px 5px; border-bottom: 2px dotted #ffc6ce; } .tb_bottom a:link { color: #ff9cad; text-decoration: none; } .tb_bottom a:visited { color: #ff9cad; text-decoration: none; } .tb_bottom a:active { color: #ff9cad; text-decoration: none; } .tb_bottom a:hover { color: #ff9cad; text-decoration: none; } .pf_name { font-size: 12px; line-height:120%; text-align: left; font-weight: bolder; color: #ff9cad; margin: 0px 15px 0px 15px; padding: 3px 5px 3px 5px; border-bottom: 2px dotted #ffc6ce; } ul.navi { margin: 10px 0px 30px 0px; list-style: none; text-align:center; font-size:10px; color: #333333; } ul.navi li{ display:inline; margin:0px 2px; color: #333333; } ul.navi li a:link { color: #666666; text-decoration: none; } ul.navi li a:visited { color: #666666; text-decoration: none; } ul.navi li a:active { color: #666666; text-decoration: none; } ul.navi li a:hover { color: #ff9cad; text-decoration: none; } .pict { border-style: none; margin: 5px 5px 5px 5px; } blockquote { font-size: 10px; color: #666666; margin: 20px 25px 20px 25px; padding: 10px; border: 1px dotted #ffdfdf; } .line { background:url(http://img-cdn.jg.jugem.jp/d88/483037/20070517_241414.gif) repeat-x; width: 460px; text-align:center; margin: 10px 10px 0px 10px; } .line02 { background:url(http://img-cdn.jg.jugem.jp/d88/483037/20070517_241414.gif) repeat-x; width: 460px; text-align:center; margin: 10px 10px 10px 10px; } /* ------------------------- 左 ------------------------- */ .links1 { margin: 20px 0px 0px 5px; } .l1 { background:url(http://img-cdn.jg.jugem.jp/d88/483037/20070516_241013.gif) no-repeat; background-position: 0% 0%; width: 36px; height: 31px; } .l2 { background:url(http://img-cdn.jg.jugem.jp/d88/483037/20070516_241015.gif) no-repeat; background-position: 0% 0%; width: 12px; height: 31px; } .linktitle { font-family: "verdana","arial","sans-serif"; background:url(http://img-cdn.jg.jugem.jp/d88/483037/20070516_241014.gif) repeat-x; font-size: 10px; font-weight: bolder; color: #ffffff; line-height: 100%; height: 31px; margin: 0px 0px 0px 0px; padding: 10px 10px 0px 10px; } .linktext { font-size: 10px; color: #333333; line-height: 150%; margin: 0px 0px 0px 0px; padding: 0px 35px 20px 25px; } .linktext a:link { color: #333333; text-decoration: none; } .linktext a:visited { color: #333333; text-decoration: none; } .linktext a:active { color: #333333; text-decoration: none; } .linktext a:hover { color: #ff9cad; text-decoration: none; } .linktext02 { font-size: 10px; color: #333333; line-height: 150%; margin: 0px 0px 0px 0px; padding: 5px 0px 20px 0px; } .linktext03 { font-size: 10px; color: #333333; line-height: 150%; margin: 0px 0px 0px 0px; padding: 5px 50px 10px 10px; } .search { margin: 0px 0px 0px 0px; padding: 0px 0px 15px 10px; } /* ------------------------- 下 ------------------------- */ .copy { font-size: 10px; font-weight: normal; text-align: center; color: #333333; padding: 30px 0px 30px 10px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑