無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
wn1
テンプレートイメージ表示ページへ戻る
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 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();"> {gmo_header_src} <div id="page" id="top"> <!-- header --> <div id="header"> <!-- BEGIN title --> <h1 class="site-name">{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> </div> <!-- /header/ --> <!-- content --> <div id="main" class="narrowcolumn"> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry_area"> <h2><a href="{entry_permalink}">{entry_title}</a></h2> <ul class="state"> <li>{entry_date}</li> <li>{category_name}</li> <li>{entry_time}</li> <li>{comment_num}</li> <li>{trackback_num}</li> <li>{pookmark_link}</li> <li>by {user_name}</li> </ul> <div class="entry">{entry_description}</div> <a name="sequel"></a> <div class="entry">{entry_sequel}</div> <br class="clear" /> {trackback_auto_discovery} </div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments" id="comments"></a> <div class="entry_area"> <dl id="com_area"> <dt class="title">コメント</dt> <!-- BEGIN comment --> <dt class="com_desc">{comment_description}</dt> <dd> <ul> <li>{comment_name}</li> <li>{comment_time}</li> </ul> </dd> <!-- END comment --> </dl> </div> <div class="entry_area"> <dl id="com_form"> <dt class="title">コメントする</dt> <dd> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" class="input" /> <label for="name">name:</label><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" class="input" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" class="input" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" class="input" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="5"></textarea><br /> <input tabindex="5" type="image" src="./template/piano/img/submit.gif" value="コメント送信" /><br /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"><label for="set_cookie">入力情報を登録しますか?</label> </form> </dd> </dl> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback" id="trackback"></a> <div class="entry_area"> <dl id="tb_form"> <dt class="title">この記事のトラックバックURL</dt> <dd><input type="text" value="{trackback_url}" class="input" /></dd> </dl> </div> <div class="entry_area"> <dl id="tb_area"> <dt class="title">トラックバック</dt> <!-- BEGIN trackback --> <dt class="tb_title">{trackback_title}</dt> <dd>{trackback_excerpt}</dd> <dd class="tb_state"> <ul> <li>{trackback_blog_name}</li> <li>{trackback_time}</li> </ul> </dd> <!-- END trackback --> </dl> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry_area"> <dl id="profile_area"> <dt class="title">プロフィール</dt> <dd class="txt_bold">{profile_name}</dd> <dd>{profile_description}</dd> </dl> </div> <!-- END profile_area --> </div> <!-- /content/ --> <!-- side --> <div id="sidebar"> <!-- BEGIN calendar --> <dl> <dt>calendar</dt> <dd class="calendar"> {calendar} </dd> </dl> <!-- END calendar --> <!-- BEGIN jugem_ad --> <dl> <dt>sponsored links</dt> <dd> {ad} </dd> </dl> <!-- END jugem_ad --> <!-- BEGIN freespace1 --> <dl> <dt>{freespace_title1}</dt> <dd> {freespace_contents1} </dd> </dl> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <dl> <dt>{freespace_title2}</dt> <dd> {freespace_contents2} </dd> </dl> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <dl> <dt>{freespace_title3}</dt> <dd> {freespace_contents3} </dd> </dl> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <dl> <dt>{freespace_title4}</dt> <dd> {freespace_contents4} </dd> </dl> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <dl> <dt>{freespace_title5}</dt> <dd> {freespace_contents5} </dd> </dl> <!-- END freespace5 --> <!-- BEGIN selected_entry --> <dl> <dt>selected entries</dt> <dd> {selected_entry_list} </dd> </dl> <!-- END selected_entry --> <!-- BEGIN category --> <dl> <dt>categories</dt> <dd> {category_list} </dd> </dl> <!-- END category --> <!-- BEGIN archives --> <dl> <dt>archives</dt> <dd> {archives_list} </dd> </dl> <!-- END archives --> <!-- BEGIN recent_comment --> <dl> <dt>recent comment</dt> <dd> {recent_comment_list} </dd> </dl> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <dl> <dt>recent trackback</dt> <dd> {recent_trackback_list} </dd> </dl> <!-- END recent_trackback --> <!-- BEGIN amazon --> <dl> <dt>recommend</dt> <dd> {amazon_item} </dd> </dl> <!-- END amazon --> <!-- BEGIN link --> <dl> <dt>links</dt> <dd> {link_list} </dd> </dl> <!-- END link --> <!-- BEGIN profile --> <dl> <dt>profile</dt> <dd> {user_list} </dd> </dl> <!-- END profile --> <!-- search --> <dl> <dt>search this site.</dt> <dd> <form method="get" action="./"> <input id="search" name="search" size="20" style="width:110px" class="search" /> <input type="image" src="./template/piano/img/search.gif" alt="search this site." value="Search" /> </form> </dd> </dl> <!-- /search/ --> <!-- powered --> <dl> <dt>others</dt> <dd> <ul> <li><a href="./admin/">管理者ページ</a></li> <li><a href="./?mode=rss">RSS1.0</a></li> <li><a href="./?mode=atom">Atom0.3</a></li> </ul> </dd> </dl> <!-- moblie --> <dl> <dt>mobile</dt> <dd> {site_qrcode} </dd> </dl> <!-- //moblie --> <!-- powered --> <dl> <dt>powered</dt> <dd> {powered} </dd> </dl> <!-- //powered --> </div> <!-- /side/ --> <br class="clear" /> <div id="page_area"> <!-- BEGIN page --> <div class="page_navi" style=" ">{prev_page_link} | {page_now}/{page_num}PAGES | {next_page_link}</div> <!-- END page --> <div class="page_top"><a href="#top">このページの先頭へ▲</a></div> <br class="clear" /> </div> <div id="footer"> <address class="copyright">{copyright}</address> <p>designed by <a href="http://www.web-nouhau.com">ウェブデザイナー WN</a>. template by <a href="http://webnouhau.jugem.jp/">webnouhau</a>.</p> </div> </div> </body> </html>
CSS
body { font-size: 62.5%; /* Resets 1em to 10px */ font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; background:#f9f9f9 url('http://img-cdn.jg.jugem.jp/537/1212460/20090305_218634.gif') center repeat-y; color: #666; text-align: center; } #page { background-color:#f0f0f0; text-align: left; background-color: white; margin: 0px auto; padding: 0; width: 840px;} #header { text-align: center; width: 840px; height: 180px; margin:20px 0px 20px 0px; background: url('http://img-cdn.jg.jugem.jp/537/1212460/20090305_218633.gif') no-repeat bottom center;} #content { font-size: 1.2em } .widecolumn .entry p { font-size: 1.05em; } .narrowcolumn .entry, .widecolumn .entry { line-height: 1.4em; } .widecolumn { line-height: 1.6em; } .narrowcolumn .postmetadata { text-align: center; } .thread-alt { background-color: #f8f8f8; } .thread-even { background-color: white; } .depth-1 { border: 1px solid #ddd; } .even, .alt { border-left: 1px solid #ddd; } small { font-family: Arial, Helvetica, Sans-Serif; font-size: 0.9em; line-height: 1.5em; } h2, h3 { font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight: bold; } h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description { margin:0px; padding:4px; text-decoration: none; font-weight: normal; text-align: left;} .site-name{ margin-top:15px; color: #fff; font-size: 18pt; text-align: center;} .site-name a{ color: #fff; font-size: 18pt; text-align: center;} .description { color: #fff; font-size: 9pt; text-align: center;} h2 { font-size: 1.6em; } h2.pagetitle { font-size: 1.6em; } #sidebar h2 { border:1px solid #f0f0f0; margin:0px 0px 10px 0px; padding:5px 10px 5px 10px; background:#f9f9f9; color:#999; font-family: 'Lucida Grande', Verdana, Sans-Serif; font-size: 9pt; font-weight: normal; text-decoration: none;} h3 { font-size: 1.3em; } h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #cc0000;} h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite { text-decoration: none;} .entry p a:visited { color: #b85b5a; } .commentlist li, #commentform input, #commentform textarea { font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; } .commentlist li ul li { font-size: 1em; } .commentlist li { font-weight: bold; } .commentlist li .avatar { float: right; border: 1px solid #eee; padding: 2px; background: #fff; } .commentlist cite, .commentlist cite a { font-weight: bold; font-style: normal; font-size: 1.1em; } .commentlist p { font-weight: normal; line-height: 1.5em; text-transform: none; } #commentform p { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; } .commentmetadata { font-weight: normal; } #sidebar { font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif; } small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color: #777; } code { font: 1.1em 'Courier New', Courier, Fixed; } acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; } a, h2 a:hover, h3 a:hover { color: #06c; text-decoration: none; } a:hover { color: #147; text-decoration: underline; } /* End Typography & Colors */ /* Begin Structure */ body { margin: 0 0 20px 0; padding: 0; } .narrowcolumn { border-top:5px solid #f0f0f0; float: left; padding:20px 0 20px 0px; margin: 0px 0 0; width: 520px;} .widecolumn { padding: 10px 0 20px 0; margin: 5px 0 0 150px; width: 450px; } .post { margin: 0 0 40px; /* text-align: justify; */ } .post hr { display: block; } .widecolumn .post { margin: 0; } .narrowcolumn .postmetadata { padding-top: 5px; } .widecolumn .postmetadata { margin: 30px 0; } .widecolumn .smallattachment { text-align: center; float: left; width: 128px; margin: 5px 5px 5px 0px; } .widecolumn .attachment { text-align: center; margin: 5px 0px; } .postmetadata { margin: 10px 0px; clear: both; } .clear { clear: both; } #footer { padding: 20px 0px 10px 0px; border-top:1px solid #cccccc; margin: 10px 0px; clear: both;} #footer p { margin: 0; padding: 0px 0px 0px 0px; text-align: center;} /* End Structure */ h2.pagetitle { margin-top: 30px; text-align: center; } h3.comments { padding: 0; margin: 40px auto 20px ; } /* End Headers */ /* Begin Images */ p img { padding: 0; max-width: 100%; } /* Using 'class="alignright"' on an image will (who would've thought?!) align the image to the right. And using 'class="centered', will of course center the image. This is much better than using align="center", being much more futureproof (and valid) */ img.centered { display: block; margin-left: auto; margin-right: auto; } img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; } img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; } .alignright { float: right; } .alignleft { float: left } /* End Images */ /* Begin Lists Special stylized non-IE bullets Do not work in Internet Explorer, which merely default to normal bullets. */ html>body .entry ul { margin-left: 0px; padding: 0 0 0 30px; list-style: none; padding-left: 10px; text-indent: -10px; } html>body .entry li { margin: 7px 0 8px 10px; } .entry ul li:before, #sidebar ul ul li:before { content: "\00BB \0020"; } .entry ol { padding: 0 0 0 35px; margin: 0; } .entry ol li { margin: 0; padding: 0; } .postmetadata ul, .postmetadata li { display: inline; list-style-type: none; list-style-image: none; } /* Begin Sidebar */ #sidebar{ float:right; border-top:5px solid #f0f0f0; padding: 20px 0 10px 0; margin-left1: 540px; width: 300px;} #sidebar form { margin: 0;} /* End Sidebar */ #sidebar ul, #sidebar ul ol { margin: 0; padding: 0;} #sidebar ul li { list-style-type: none; list-style-image: none; margin-bottom: 15px;} #sidebar ul p, #sidebar ul select { margin: 3px 0 8px;} #sidebar ul ul, #sidebar ul ol { margin: 3px 0 0 10px;} #sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px;} ol li, #sidebar ul ol li { list-style: decimal outside;} #sidebar ul ul li, #sidebar ul ol li { margin: 3px 0 0; padding: 0;} /* End Entry Lists */ /* Begin Form Elements */ #searchform { margin: 10px auto; padding: 5px 3px; text-align: center; } #sidebar #searchform #s { width: 108px; padding: 2px;} #sidebar #searchsubmit { padding: 1px;} .entry form { /* This is mainly for password protected posts, makes them look better. */ text-align:center; } select { width: 130px; } #commentform input { width: 170px; padding: 2px; margin: 5px 5px 1px 0; } #commentform { margin: 5px 10px 0 0; } #commentform textarea { width: 100%; padding: 2px; } #respond:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } #commentform #submit { margin: 0 0 5px auto; float: right; } /* End Form Elements */ /* Begin Comments*/ .alt { margin: 0; padding: 10px; } .commentlist { padding: 0; /* text-align: justify; */ } .commentlist li { margin: 15px 0 10px; padding: 5px 5px 10px 10px; list-style: none; } .commentlist li ul li { margin-right: -5px; margin-left: 10px; } .commentlist p { margin: 10px 5px 10px 0; } .children { padding: 0; } #commentform p { margin: 5px 0; } .nocomments { text-align: center; margin: 0; padding: 0; } .commentmetadata { margin: 0; display: block; } /* End Comments */ /* Begin Various Tags & Classes */ acronym, abbr, span.caps { cursor: help; } acronym, abbr { border-bottom: 1px dashed #999; } blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; } blockquote cite { margin: 5px 0 0; display: block; } .center { text-align: center; } .hidden { display: none; } hr { display: none; } a img { border: none; } .navigation { display: block; text-align: center; margin-top: 10px; margin-bottom: 60px; } /* End Various Tags & Classes*/ /* =================================== */ /* レイアウトの設定 */ /* =================================== */ /* 全体を囲うblock */ /* #main,#side用のblock */ #content { width: 710px; margin: 0 auto; } #content #main { float:left; width: 495px; } #content #side { float:right; width: 200px; background: #FFF url(./template/piano/img/side_bg.gif) repeat-y; } /*ページ送り*/ #page_area { margin:10px 0 0 0; } /* フッター */ address { padding: 5px 0 0 0; margin: 5px 15px 0; border-top:1px solid #ECECEC; text-align:center; font : 80%/1.5em "Trebuchet MS", Trebuchet; font-weight: bolder; font-style:normal; color:#666; } /*フッター画像*/ #footer-old { height:20px; background: #FFF url(./template/piano/img/footer.gif) no-repeat; } /* =================================== */ /* リンクカラーの設定 */ /* =================================== */ /* 全般 */ a { color: #2A2666; text-decoration: underline; } a:link { color: #2A2666; text-decoration: underline; } a:visited { color: #2A2666; text-decoration: underline; } a:active { color: #2A2666; text-decoration: none; } a:hover { color: #FFF; text-decoration: none; background:#CCC;} /* ヘッダー */ #header a { color: #FFF; text-decoration: none; } #header a:link { color: #FFF; text-decoration: none; } #header a:visited { color: #FFF; text-decoration: none; } #header a:active { color: #FFF; text-decoration: none; } #header a:hover { color: #FFF; text-decoration: none; background:none; } /* サイドコンテンツ */ #side a { color: #2A2666; text-decoration: none; } #side a:link { color: #2A2666; text-decoration: none; } #side a:visited { color: #2A2666; text-decoration: none; } #side a:active { color: #2A2666; text-decoration: none; } #side a:hover { color: #FFF; text-decoration: none; background:#CCC;} /* カレンダーcell */ .calendar .cell a { color: #2A2666; text-decoration: none; background:#EFEFEF; display:block; height:100%; padding:0.55em 0 0 0;} .calendar .cell a:link { color: #2A2666; text-decoration: none; } .calendar .cell a:visited { color: #2A2666; text-decoration: none; } .calendar .cell a:active { color: #2A2666; text-decoration: underline; } .calendar .cell a:hover { color: #26CFFF; text-decoration: underline; } /* =================================== */ /* 装飾の設定 */ /* =================================== */ blockquote { border: 1px dotted #CCC; padding:0.2em; margin:10px; } .left { float: left; } .right { float: right; } .clear { clear : both; font : 0/0 sans-serif; } .submit { } /* =================================== */ /* #header */ /* =================================== */ #header h1 { padding: 65px 0 0 25px; font-family : "arial"; font-size:large; } #header p { margin: 5px 0 0 25px; } /* =================================== */ /* #main */ /* =================================== */ /*エントリーナビゲーション*/ #main .entry_navi{ margin:0 0 10px 0; padding-top:20px; text-align:center; } /* エントリー部分全体 */ #main .entry_area { width:495px; padding-top:20px; } /* エントリータイトル */ #main h2 { font-size:medium; padding-left:38px; padding-top:12px; padding-bottom:10px; background:url(http://img-cdn.jg.jugem.jp/537/1212460/20090305_218722.gif) no-repeat; background-position:left; } #main h2 a{ color:#c00; background:#fff; } /* エントリー時刻 */ #main .entry_date { padding: 5px; } /* エントリー本文 */ #main .entry { margin:10px 0px; } /* エントリー情報 */ #main ul.state li { display:inline; border-left:1px solid #666; padding-left:5px; font-size:0.8em; } /*コメント、TB、プロフィールタイトル*/ dl#com_area dt.title, dl#com_form dt.title, dl#tb_form dt.title, dl#tb_area dt.title, dl#profile_area dt.title { border-bottom:1px solid #EFEFEF; margin: 0 0 10px 0; font-weight:bolder; } /* コメント本文 */ .com_desc { padding: 0 10px; } /* コメントユーザー情報 */ dl#com_area dd { padding:5px 10px; margin: 5px 0 15px 0; border-bottom:1px solid #EFEFEF; text-align:right; font-size:0.8em; } dl#com_area dd ul { list-style-type:none; } dl#com_area dd li { display:inline; border-left:1px solid #666; padding-left:5px; } /* コメントフォーム */ dl#com_form dd { padding: 0 10px 10px; } dl#com_form dd input.input { border-left:1px solid #CCC; border-top:1px solid #CCC; border-right:1px solid #EFEFEF; border-bottom:1px solid #EFEFEF; padding: 1px 0; width:200px; } /* コメントフォーム textarea */ dl#com_form dd textarea { border:1px solid #CCC; width:300px; margin: 0 0 10px 0; } /* TBフォーム */ dl#tb_form dd { padding: 0 10px 10px; } dl#tb_form dd input.input { border-left:1px solid #CCC; border-top:1px solid #CCC; border-right:1px solid #EFEFEF; border-bottom:1px solid #EFEFEF; padding: 1px 0; width:300px; } /* TBタイトル */ dl#tb_area dt.tb_title { padding: 0 10px; } /* TB本文 */ dl#tb_area dd { padding: 0 10px; } /* TBユーザー情報 */ dl#tb_area dd.tb_state { padding:5px 10px; margin: 5px 0 15px 0; text-align:right; font-size:0.8em; } .tb_state ul { list-style-type:none; } .tb_state li { display:inline; border-left:1px solid #666; padding-left:5px; } /* =================================== */ /* サイドコンテンツ */ /* =================================== */ /*サイドコンテンツヘッダー画像*/ #side .side_header { position:relative; top:-45px; padding:10px 15px 0 15px; background: url(./template/piano/img/side_header.gif) no-repeat; } /*サイドコンテンツフッター画像*/ #side .side_footer { height:30px; background: url(./template/piano/img/side_bottomgif.gif) no-repeat; } #side dl { margin-bottom:20px; } /* サイドタイトル */ #side dt { padding-left:15px; background:url(./template/piano/img/side_list.gif) no-repeat; background-position:left; font-family:"Trebuchet MS", Trebuchet; font-weight:bolder; } #side dd{ padding:5px 0 0 0; background:url(./template/piano/img/dd.gif) no-repeat; line-height: 1.2em; } #side ul { margin-left:4px; list-style-type:none; } #side li { margin: 3px 0 0 0; padding-left:8px; background:url(./template/piano/img/side_disc.gif) no-repeat 0 8px; } /* サイト内検索 */ #side input.search { border-left:1px solid #CCC; border-top:1px solid #CCC; border-right:1px solid #EFEFEF; border-bottom:1px solid #EFEFEF; padding: 1px 0; margin-bottom:5px; } /*カレンダー*/ .calendar { font-size: 0.8em; } .calendar_month { font-family: "Verdana"; color: #666666; } .cell { border-left:1px solid #CCC; border-top:1px solid #CCC; border-right:1px solid #EFEFEF; border-bottom:1px solid #EFEFEF; width: 22px; height: 20px; background:#FCFCFC; text-align:center; vertical-align:middle; } /* =================================== */ /* ページ送り */ /* =================================== */ #page_area .page_navi { float:left; width:345px; } #page_area .page_top { float:right; width:150px; text-align:right; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑