無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
Young Leaves
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<?xml version="1.0" encoding="EUC-JP"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=EUC-JP" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <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();"> <div id="page"> <!-- BEGIN title --> <div id="header"> <h1 id="top"><span>{blog_name}</span></h1> <h2><span>{blog_description}</span></h2> <hr /> </div> <!-- END title --> <!-- ***▼ content ▼*** --> <div id="content"> <!-- ***▼ main ▼*** --> <div id="main"> <!-- BEGIN sequel --> <div class="navi"><ul> <li class="prev-entry">{prev_entry}</li> <li class="main"><a href="./">main</a></li> <li class="next-entry">{next_entry} </li> </ul></div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <div class="entry-header"><h3>{entry_title}</h3></div> <div class="entry-body"> <div class="date">{entry_date}</div> <div class="note">{entry_description}</div> <!-- more --> <div class="more"><p>{entry_sequel}</p></div> <!-- /more --> </div> <div class="entry-footer"> <div class="info"><ul> <li class="name"><span>{user_name}</span></li> <li class="time"><span>{entry_time}</span></li> <li class="category">{category_name}</li> <li class="count-com">{comment_num}</li> <li class="count-tb">{trackback_num}</li> <li class="return"><a href="#top">▲</a></li> </ul></div> </div> </div> {trackback_auto_discovery} <hr /> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="comment-area"> <!-- BEGIN comment --> <div class="comment-header"><h4><span>Comment</span></h4></div> <div class="comment-body"> <a name="{comment_id}" id="{comment_id}"></a> <div class="note">{comment_description}</div> </div> <div class="comment-footer"> <div class="info"><ul> <li class="name"><span>{comment_name}</span></li> <li class="time"><span>{comment_time}</span></li> </ul></div> </div> <!-- END comment --> <!-- comment form --> <div class="comment-form"> <div class="comment-header"><h4><span>Submit Comment</span></h4></div> <div class="comform-body"> <div class="note"> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <dl> <dt><label for="name">name:</label></dt> <dd><input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" /></dd> <dt><label for="email">email:</label></dt> <dd><input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" /></dd> <dt><label for="url">url:</label></dt> <dd><input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" /></dd> <dt><label for="description">comments:</label></dt> <dd><textarea tabindex="4" id="description" name="description" rows="8" cols="50"></textarea><br /> <input tabindex="5" type="submit" value="Submit" onclick="javascript:setval();" class="submit" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie" /> <label for="set_cookie">Cookieに登録</label></dd> </dl> <p><input type="hidden" name="entry_id" value="{entry_id}" /></p> </form> </div> </div> <div class="comform-footer"></div> </div> <!-- comment form --> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <div class="trackback-area"> <h4><span>Trackback URL:</span></h4> <p>{trackback_url}</p> <!-- BEGIN trackback --> <div class="tb-header"><h4><span>Trackback</span></h4></div> <div class="tb-body"> <a name="{trackback_id}" id="{trackback_id}"></a> <strong>{trackback_title}</strong> <div class="note">{trackback_excerpt}</div> </div> <div class="tb-footer"> <div class="info"><ul> <li class="name"><span>{trackback_blog_name}</span></li> <li class="time"><span>{trackback_time}</span></li> </ul></div> </div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="profile-area"> <div class="profile-header"><h3><span>{profile_name}</span></h3></div> <div class="profile-body"> <div class="note">{profile_description}</div> </div> <div class="profile-footer"></div> </div> <!-- END profile_area --> <!-- BEGIN page --> <div class="navi"><ul> <li class="prev">{prev_page_link}</li> <li class="now">{page_now}</li> <li class="page-num">{page_num} PAGES</li> <li class="next">{next_page_link}</li> </ul></div> <!-- END page --> </div> <!-- ***▲ main ▲*** --> <!-- ***▼ side ▼*** --> <div id="side"> <!-- ブロック1 --> <div id="block-1"> <!-- BEGIN selected_entry --> <div id="recent" class="hide" onMouseover="this.className='show'" onMouseout="this.className='hide'"> <h5><span>RECENT ENTRIES</span></h5> <div class="box"> {selected_entry_list} </div> </div> <hr /> <!-- END selected_entry --> <!-- BEGIN archives --> <div id="archive" class="hide" onMouseover="this.className='show'" onMouseout="this.className='hide'"> <h5><span>ARCHIVES</span></h5> <div class="box"> {archives_list} </div> </div> <hr /> <!-- END archives --> <!-- BEGIN category --> <div id="category" class="hide" onMouseover="this.className='show'" onMouseout="this.className='hide'"> <h5><span>CATEGORY</span></h5> <div class="box"> {category_list} </div> </div> <hr /> <!-- END category --> <!-- BEGIN recent_comment --> <div id="recent-comment" class="hide" onMouseover="this.className='show'" onMouseout="this.className='hide'"> <h5><span>RECENT COMMENTS</span></h5> <div class="box"> <ul> <!-- BEGIN recent_comment_items --> <li><a href="./?eid={recent_comment_item_entry_id}#{recent_comment_item_comment_id}"> {recent_comment_item_title}</a>{recent_comment_item_name}[{recent_comment_item_date}]</li> <!-- END recent_comment_items --> </ul> </div> </div> <hr /> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div id="recent-trackback" class="hide" onMouseover="this.className='show'" onMouseout="this.className='hide'"> <h5><span>RECENT TRACKBACKS</span></h5> <div class="box"> <ul><li>{recent_trackback_item_title}<br /><a href="./?eid={recent_trackback_item_entry_id}#{recent_trackback_item_trackback_id}">{recent_trackback_item_blog_name}</a>[{recent_trackback_item_date}]</li></ul> </div> </div> <hr /> <!-- END recent_trackback --> <div id="recommend" class="hide" onMouseover="this.className='show'" onMouseout="this.className='hide'"> <h5><span>RECOMMEND</span></h5> <div class="box"> <!-- BEGIN amazon --> <ul> <li class="image"><a href="{amazon_url}"><img src="{amazon_ImageUrlSmall}" alt="amazon image" /></a></li> <li class="productname"><a href="{amazon_url}">{amazon_ProductName}</a></li> <li class="creator">{amazon_Creator}</li> <li class="comment">{amazon_comment}</li> </ul> <!-- END amazon --> </div> </div> <hr /> <!-- BEGIN link --> <div id="link" class="hide" onMouseover="this.className='show'" onMouseout="this.className='hide'"> <h5><span>LINKS</span></h5> <div class="box"> {link_list} </div> </div> <hr /> <!-- END link --> <!-- BEGIN profile --> <div id="profile" class="hide" onMouseover="this.className='show'" onMouseout="this.className='hide'"> <h5><span>PROFILE</span></h5> <div class="box"> {user_list} </div> </div> <hr /> <!-- END profile --> </div> <!-- /ブロック1 --> <!-- ブロック2 --> <div id="block-2"> <!-- BEGIN freespace1 --> <div class="free"> <h5>{freespace_title1}</h5> <div class="box"> {freespace_contents1} </div> </div> <hr /> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="free"> <h5>{freespace_title2}</h5> <div class="box"> {freespace_contents2} </div> </div> <hr /> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="free"> <h5>{freespace_title3}</h5> <div class="box"> {freespace_contents3} </div> </div> <hr /> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="free"> <h5>{freespace_title4}</h5> <div class="box"> {freespace_contents4} </div> </div> <hr /> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="free"> <h5>{freespace_title5}</h5> <div class="box"> {freespace_contents5} </div> </div> <hr /> <!-- END freespace5 --> <!-- search --> <div id="search-area" class="hide" onMouseover="this.className='show'" onMouseout="this.className='hide'"> <h5><span>SEARCH</span></h5> <div class="box"> <form method="get" action=""> <p><input id="search" name="search" size="20" /> <input type="submit" value="Search" class="submit" /></p> </form> </div> </div> <hr /> <!-- /search --> <!-- mobile --> <div id="mobile" class="hide" onMouseover="this.className='show'" onMouseout="this.className='hide'"> <h5><span>MOBILE</span></h5> <div class="box"> <div id="qrcode">{site_qrcode}</div> </div> </div> <hr /> <!-- /mobile --> <!-- others --> <div id="others" class="hide" onMouseover="this.className='show'" onMouseout="this.className='hide'"> <h5><span>OTHERS</span></h5> <div class="box"> <ul> <li id="template">Template by <a href="http://snowstar46.jugem.jp/" target="46">46</a></li> <li><a href="./admin/">Admin</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> </ul> </div> </div> <hr /> <!-- /others --> <!-- BEGIN jugem_ad --> <div id="sponsor"> <h5><span>SPONSORED LINK</span></h5> <div id="ad">{ad}</div> </div> <hr /> <!-- END jugem_ad --> </div> <!-- /ブロック2 --> </div> <!-- ***▲ side ▲*** --> </div> <!-- ***▲ content ▲*** --> <!-- *** footer *** --> <div id="footer"> <address><span>{copyright}</span></address> </div> <!-- *** /footer *** --> </div> </body> </html>
CSS
@charset "EUC-JP"; /* 基本設定 ------------------------------------------------------------------------ */ * { margin:0px; padding:0px; } body { margin:0px auto; color:#776655; text-align:center; color:#666666; font-family:'Helvetica','Trebuchet MS', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', Osaka; } /* Mac IE 用 \*//*/ body { } /* */ hr { display:none; } img { border:0px; } /* フォントサイズ ------------------------------------★ */ body { font-size:14px; line-height:1.5; } table { font-size:inherit; font:100%; } small { font-size:inherit; font:100%; } pre, code { font:115% monospace; } /* Basis - 14px */ .f10 { font-size:72%; } /* 10px (eq.x-small) */ .f12 { font-size:85.7%; } /* 12px */ .f13 { font-size:93%; } /* 13px (eq.small) */ .f16 { font-size:114.5%; } /* 16px (eq.medium) */ .f18 { font-size:128.6%; } /* 18px (eq.large) */ .f20 { font-size:142.9%; } /* 20px */ .f24 { font-size:171.5%; } /* 24px */ /* Win IE 用 \*/ * html body { line-height:1.5; font-size:88%; } * html small { font:x-small; } * html pre { font-size:100%; } * html code { font-size:100%; } * html select { line-height:1.5; } * html input { line-height:1.5; } * html textarea { line-height:1.5; } /* */ /* リンク ------------------------------------★ */ a { text-decoration:none; color:#77ccee; } a:link { } a:visited { color:#999999; } a:hover { color:#ffbbbb; } a:active { } /* 見出し ------------------------------------★ */ h1, h2, h3, h4, h5, h6 { font-weight:normal; } h1 { margin:0px 15px 40px; position:relative; top:40px; } h2 { margin:0px 15px; color:#ffffff; font-size:93%; } h3 { margin:0px; padding:5px 0px 0px 30px; height:40px; color:#776655; background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242831.gif) no-repeat; font-size:100%; line-height:1; } h4 { } h5 { } h6 { } /* Win IE 用 \*/ * html h1 { } * html h2 { } /* */ /* テキスト ------------------------------------★ */ p { margin:auto auto 1em; } address { font-style:normal; } strong { } em { } del { } blockquote { margin:10px 0px; padding:5px; background:#eeeeee; } /* フォーム ------------------------------------★ */ input { border:1px solid #999999; } textarea { width:140px; border:1px solid #999999; } form { } select { } option { } .submit { color:#aacc11; background-color:#ffffff; } .checkbox { border:0px; background-color:transparent; } /* Win IE 用 \*/ * html textarea { width:160px; } * html #set_cookie { border:none; } /* */ /* Mac IE 用 \*//*/ input { padding:0px 3px 3px; } .submit { margin:3px 0px 0px; padding:0px 3px 3px; } #set_cookie { border:none; } /* */ /* リスト ------------------------------------★ */ ol { margin: 0px 0px 0px 1px; padding: 0px; } ol li { } ul { margin: 0px 0px 0px 1px; padding: 0px; } ul li { } dl { margin:0px 10px; } dt { margin:0px 0px 2px; text-align:left; } dd { margin:0px 0px 10px; text-align:left; } dd p { margin:5px 0px 0px; } /* テーブル ------------------------------------★ */ table { border:0px; border-collapse:collapse; border-spacing:0px; } td { } /* 囲み ------------------------------------★ */ #page { margin:0px auto; width:800px; font-size:93%; text-align:center; } #content { margin:20px auto; padding:40px 0px 0px; width:740px; text-align:left; position:relative; } /* ヘッダー ------------------------------------★ */ #header { margin:0px auto; padding:0px; height:150px; background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242852.gif) no-repeat; text-align:left; } h1 a { padding:0px; background-image:none; } h1 a:link, h1 a:visited { color:#887766; } /* ページナビ ------------------------------------★ */ .navi { margin:0px auto 30px; padding:15px; text-align:center; border:1px solid #dddddd; } .navi a { padding:0px; background-image:none; } .navi ul { } .navi li { margin:0px 5px; padding:0px 5px; display:inline; } /* Win IE 用 \*/ * html .navi { margin:30px auto; position:static; } /* */ .main { border-right:2px solid #776655; border-left:2px solid #776655; } .prev-entry { } .next-entry { } .now { border-right:2px solid #776655; border-left:2px solid #776655; } .page-num { } .prev { } .next { } /* メイン ------------------------------------------------------------------------ */ #main { margin:0px 0px 0px; width:440px; float:left; } /* エントリー ------------------------------------★ */ .entry { margin:0px 0px 60px; } .entry-header { height:30px; } .entry-body { } .entry-footer { padding:0px 0px 20px; background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242822.gif) repeat-x left bottom; } /* 追記 */ .more{ margin:0px; padding:0px 15px; } /* 日付 */ .date { margin:0px; padding:15px 15px 10px; color:#776655; text-align:right; } /* 本文 */ .note { margin:0px; padding:0px 15px; } .note p { } .jgm_entry_desc_mark { } .note img { margin:0px 0px 10px; } .note ul { margin:0px 0px 0px 20px; } .note li { margin:0px 0px 5px; } /* エントリー情報 */ .info { margin:0px 15px; text-align:right; font-size:93%; clear:both; position:relative; } .info ul { margin:0px; padding:0px; list-style:none; } .info li { margin:0px; padding:0px 5px; display:inline; border-right:2px solid #776655; } .info .name { border-left:2px solid #776655; } .info a { padding:0px; background-image:none; } .info .time { } .category, .count-com, .count-tb { } /* レビュー */ .note .jugem_review { margin:0px 0px 10px; padding:10px 10px 15px; background:#eeeeee; line-height:25px; } .note .jugem_review img { margin:5px 0px 0px; } .note .jugem_review td { color:#667777; line-height:25px; } .note .review_detail { margin:-5px 0px 0px; padding:0px 0px 10px; } .note .review_detail img { margin:0px; float:clear; } .note .jugem_review a { padding:0px; background-image:none; } /* Win IE 用 \*/ * html .note .review_detail img { margin:-10px 0px 5px; } /* */ /* プロフィール */ .profile-area { margin:0px 0px 60px; } .profile-header { height:30px; } .entry-body { } .profile-footer { padding:0px 0px 20px; background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242822.gif) repeat-x left bottom; } .profile-area .note { margin-top:20px; } /* コメント ------------------------------------★ */ .comment-area { } .comment-area h4 { margin:0px; padding:0px 10px; color:#667777; } .comment-area ul { list-style:none; } .comment-area .note { background-image:none; } .comment-area .info { color:#667777; } .comment-header { } .comment-footer { margin:0px auto 30px; } /* コメントフォーム */ .comment-form h4 { } .comment-form { margin:0px 0px 20px; } .comment-form form { margin:0px 10px; } .comment-form input { margin:5px 0px; } /* トラックバック ------------------------------------★ */ .trackback-area .note { margin:0px; padding:20px 0px 0px; background-image:none; } .trackback-area h4 { padding:0px 10px; color:#667777; } .trackback-area p { padding:10px; } .trackback-area ul { padding:0px 10px; list-style:none; } .tb-body { padding:10px; } /* Win IE 用 \*/ * html .tb-body { padding:0px 10px; } /* */ /* サイド ------------------------------------------------------------------------ */ #side { margin:0px 0px; width:240px; float:right; } #side h5 { margin:10px 10px 0px; height:30px; text-align:left; } #side h5 span { display:none; } #side ul { text-align:left; } #side strong, #side p { text-align:left; } #side a { padding:0px 0px 0px 20px; background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242853.gif) no-repeat left top; } #side a:visited { background-position:0px -30px; } #side a:hover { background-position:0px -15px; } /* 左 ------------------------------------------------------------------------ */ #block-1 { } /* 右 ------------------------------------------------------------------------ */ #block-2 { } /* 表示切り替え */ .hide { padding-bottom:10px; } .hide .box { display:none; } .show { } .show .box { padding:10px; display:block; } /* RECENT ENTRIES */ #recent { margin:0px 5px 20px; border:1px solid #dddddd; } #recent h5 { background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242847.gif) no-repeat; } #recent ul { list-style:none; } /* ARCHIVES */ #archive { margin:0px 5px 20px; border:1px solid #dddddd; } #archive h5 { background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242835.gif) no-repeat; } #archive ul { list-style:none; } /* CATEGORY */ #category { margin:0px 5px 20px; border:1px solid #dddddd; } #category h5 { background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242836.gif) no-repeat; } #category ul { list-style:none; } /* RECENT COMMENTS */ #recent-comment { margin:0px 5px 20px; border:1px solid #dddddd; } #recent-comment h5 { background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242843.gif) no-repeat; } #recent-comment ul { list-style:none; } /* RECENT TRACKBACKS */ #recent-trackback { margin:0px 5px 20px; border:1px solid #dddddd; } #recent-trackback h5 { background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242848.gif) no-repeat; } #recent-trackback ul { list-style:none; } /* RECOMMEND */ #recommend { margin:0px 5px 20px; border:1px solid #dddddd; text-align:center; } #recommend h5 { background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242849.gif) no-repeat; } #recommend ul { margin:0px 0px 10px; padding:10px; list-style:none; position:relative; } #recommend li { margin-bottom:5px; padding:0px; height:auto; line-height:1.5; } #recommend a { padding:0px; background-image:none; } #recommend .image { } #recommend .creator { } #recommend .productname { } #recommend .comment{ padding:10px; background:#eeeeee; text-align:left; } /* LINKS */ #link { margin:0px 5px 20px; border:1px solid #dddddd; } #link h5 { background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242840.gif) no-repeat; } #link ul { list-style:none; } /* PROFILE */ #profile { margin:0px 5px 20px; border:1px solid #dddddd; } #profile h5 { background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242845.gif) no-repeat; } #profile ul { list-style:none; } /* FREE SPEACE */ #side .free { margin:0px 5px 20px; border:1px solid #dddddd; text-align:center; } #side .free .box { margin:10px; } #side .free h5 { padding:5px 0px 0px 30px; height:30px; color:#bbbbbb; background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242839.gif) no-repeat; text-align:left; line-height:1; font-weight:normal; font-size:114.5%; } #side .free a { padding:0px; background-image:none; } #side .free div { margin:0px auto; } /* SEARCH */ #search-area { margin:0px 5px 20px; border:1px solid #dddddd; } #search-area h5 { background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242850.gif) no-repeat; } #search-area form { margin:5px 10px 20px; } #search-area p { position:relative; z-index:2; } #search-area input { width:120px; } #search-area .submit { width:50px; } /* MOBILE */ #mobile { margin:0px 5px 20px; border:1px solid #dddddd; } #mobile h5 { background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242841.gif) no-repeat; } #mobile .box { padding:0px; } #qrcode { padding:10px; text-align:center; position:relative; } /* OTHERS */ #others { margin:0px 5px 20px; border:1px solid #dddddd; } #others h5 { background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242842.gif) no-repeat; } #others ul { list-style:none; } /* SPONSOR */ #sponsor { margin:0px 5px 20px; border:1px solid #dddddd; } #sponsor h5 { background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242851.gif) no-repeat; } #ad { padding:10px 0px; text-align:center; } /* POWERD */ #powerd p { margin:0px 0px 0px 5px; display:inline; } /* フッター ------------------------------------★ */ #footer { margin:30px auto 0px; padding:50px 20px; height:20px; *height:120px; background:url(http://img-cdn.jg.jugem.jp/c8f/678807/20080602_2242861.gif) no-repeat; clear:both; } #footer a { padding:0px; background-image:none; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑