無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
navi
テンプレートイメージ表示ページへ戻る
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" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <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> <script type="text/javascript"> <!-- var startX=[], endX=[]; var tmpCount=[], divCount=[], edging=[]; var h=[], x=[], i=[], j=[], timer1=[]; function getLEFT(idname){ if(document.all) return document.all(idname).style.pixelLeft; else if(document.getElementById) return (document.getElementById(idname).style.left != '')? parseInt(document.getElementById(idname).style.left) : ''; } function naviDisplay(idName, v1, v2, v3) { var left = getLEFT("id2"); if(left=="-195"){ v1=-195; v2=0; v3=8; slidelayer(idName, v1, v2, v3); }else{ v1=0; v2=-195; v3=8; slidelayer(idName, v1, v2, v3); } } function slidelayer(idName, v1, v2, v3){ startX[idName]=v1; endX[idName]=v2; tmpCount[idName]=0 ; divCount[idName]=v3; edging[idName]=100 ; move(idName); } function move(idName){ if(tmpCount[idName]++<divCount[idName]){ h[idName]=tmpCount[idName]/divCount[idName]; x[idName]=(endX[idName]-startX[idName])*(h[idName]+edging[idName]/(100*Math.PI)*Math.sin( Math.PI*h[idName]))+startX[idName]; //x[idName]=(endX[idName]-startX[idName])*h[idName]+startX[idName]; moveLayer(idName); timer1[idName]=setTimeout('move("'+idName+'")',10 ); } } function moveLayer(idName){ if(!document.getElementById) return; var targetObj=document.getElementById(idName); with(targetObj){ style.left=x[idName]+'px'; } } // --> </script> </head> <body onload="javascript:initval();"> <a name="top" id="top"></a> {gmo_header_src} <!-- wrapper --> <div id="id2" style="left: -195px;"> <!-- js navigatoer --> <div id="navigation"> <div class="block_left"> <div class="navi_title"> <!--Navigator name--> navigation menu <!--Navigator name--> </div> <!-- BEGIN category --> <dl> <dt>Categories</dt> <dd class="block"> <!-- BEGIN category_items --><div class="block"><a href="./?cid={category_item_id}">{category_item_name} [{category_item_num}]</a></div><!-- END category_items --> </dd> </dl> <!-- END category --> <!-- BEGIN archives --> <dl> <dt>Archives</dt> <dd> <!-- BEGIN archives_items --><div class="block"><a href="./?month={archives_item_id}">{archives_item_eng} [{archives_item_num}]</a></div><!-- END archives_items --> </dd> </dl> <!-- END archives --> <!-- BEGIN selected_entry --> <dl> <dt>Selected entries</dt> <dd> <!-- BEGIN selected_entry_items --><div class="block"><a href="./?eid={selected_entry_item_id}">{selected_entry_item_title} [ {selected_entry_item_date} ]</a></div><!-- END selected_entry_items --> </dd> </dl> <!-- END selected_entry --> <!-- BEGIN recent_comment --> <dl> <dt>Recent comments</dt> <dd> <!-- BEGIN recent_comment_items --><div class="block"><a href="./?eid={recent_comment_item_entry_id}#comments">{recent_comment_item_title} ⇒ <br />by {recent_comment_item_name} [ {recent_comment_item_date} ] </a></div><!-- END recent_comment_items --> </dd> </dl> <!-- END recent_comment --> <!-- 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 recent_trackback --> <dl> <dt>Recent trackback</dt> <dd> <!-- BEGIN recent_trackback_items --><div class="block"><a href="./?eid={recent_trackback_item_entry_id}#trackback">{recent_trackback_item_title} ⇒ <br />{recent_trackback_item_blog_name} [{recent_trackback_item_date}]</a></div><!-- END recent_trackback_items --> </dd> </dl> <!-- END recent_trackback --> <!-- BEGIN profile --> <dl> <dt>Profile</dt> <dd> {user_list} </dd> </dl> <!-- End profile --> <!-- BEGIN link --> <dl> <dt>Links</dt> <dd> {link_list} </dd> </dl> <!-- END link --> <!-- moblie --> <dl> <dt>Mobile</dt> <dd> <div class="mobile">{site_qrcode}</div> </dd> </dl> <!-- End moblie --> <!-- others--> <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> <!-- End others--> </div> <div class="block_right"> <div class="navigation_btn" onclick="naviDisplay('id2');" onkeypress="naviDisplay('id2');"> Navigation </div> </div> <br class="clear" /> <div class="navigation_bottom"></div> </div> <!-- End js navigatoer --> <!-- content --> <div id="content"> <!-- header --> <div id="header"> <div class="block_left"> <!-- BEGIN title --> <h1>{blog_name}</h1> <p>{blog_description}</p> <!-- END title --> <!-- BEGIN calendar --> <dl> <dt class="calendar_title">{calendar_this_year}/{calendar_this_month}</dt> <dd class="calendar"> {calendar_horizontal_only}<br /> <a href="/?month={calendar_prev_yearmonth}"> prev month</a> | <a href="/?month={calendar_next_yearmonth}">next month</a> </dd> </dl> <!-- End calendar --> </div> <div class="block_right"> <!-- BEGIN 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/navi/img/search_btn.gif" alt="search this site." value="Search" /> </form> </dd> </dl> <!-- End search/--> </div> <br class="clear" /> </div> <!-- End header --> <!-- wrapper2 --> <div id="wrapper2"> <!-- main --> <div id="main"> <!-- 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> <div class="entry_summary">{entry_date} | by {user_name}</div> <div class="entry">{entry_description}</div> <a name="sequel"></a> <div class="entry">{entry_sequel}</div> <br class="clear" /> <div class="ml_15"> <ul class="state"> <li>{category_name}</li> <li>{entry_time}</li> <li>{comment_num}</li> <li>{trackback_num}</li> <li>{pookmark_link} <a href="{pookmark_url}">pookmark</a></li> </ul> {trackback_auto_discovery} </div> </div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments" id="comments"></a> <div class="entry_detail"> <dl id="com_area"> <dt class="title">Comment</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_detail"> <dl id="com_form"> <dt class="title">Add Comment</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 /> <div class="submit_area"> <div class="submit"><input tabindex="5" type="image" src="./template/navi/img/submit_btn.gif" value="submit" /></div> <div class="cookie"><input type="checkbox" name="set_cookie" value="1" id="set_cookie"><label for="set_cookie"> Cookieに登録</label></div> <br class="clear" /> </div> </form> </dd> </dl> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback" id="trackback"></a> <div class="entry_detail"> <dl id="tb_form"> <dt class="title">Trackback URL</dt> <dd><input type="text" value="{trackback_url}" class="input" /></dd> </dl> </div> <div class="entry_detail"> <dl id="tb_area"> <dt class="title">Trackback</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"> <h2>Profile</h2> <div class="profile_name">{profile_name}</div> <div class="profile_entry"> {profile_description} </div> </div> <!-- END profile_area --> </div> <!-- End main --> <!-- side --> <div id="side"> <!-- BEGIN jugem_ad --> <dl> <dt>Sponsored links</dt> <dd><div class="adsense">{ad}</div></dd> </dl> <!-- END jugem_ad --> <!-- BEGIN amazon --> <dl> <dt>Recommend</dt> <dd> <div class="adsense">{amazon_item}</div> </dd> </dl> <!-- END amazon --> <!-- powered --> <dl> <dt>Powered</dt> <dd> <div class="adsense2">{powered}</div> </dd> </dl> <!-- //powered --> </div> <!-- END side menu --> <br class="clear" /> </div> <!-- END wrapper2--> <!-- BEGIN footer --> <div id="footer"> <div class="block_left"> <div id="page_area"> <!-- BEGIN page --> <div class="page_navi">{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" /> <!-- BEGIN address --> <address class="copyright">{copyright}</address> <!-- END address --> </div> </div> <div class="block_right"></div> <br class="clear" /> </div> <!-- END footer --> </div> <!-- END content --> <br class="clear" /> </div> <!-- End wrappaer--> </body> </html>
CSS
* { margin: 0; padding: 0; } html { color: #666666; font-size: 11px; font-family: "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", "Verdana", sans-serif; } body { } .entry img.pict { padding:3px; border: 1px #ccc solid; } /* =================================== */ /* レイアウトの設定 */ /* =================================== */ /* 全体を囲うblock */ #id2 { width: 1040px; position: absolute; left: -195px; background: #fff; } #navigation { width: 223px; margin: 0; background: url(./template/navi/img/navi_bg.gif) repeat-y; float: left; } #header { width: 780px; } #wrapper2 { width: 780px; margin-top: 35px; } #main { width: 570px; float: left; } #side { width: 200px; float: right; } #footer { width: 780px; } /* #main,#side用のblock */ #content { width: 780px; margin: 0 auto; float: right; } #content #main { float:left; width: 495px; } /*ページ送り*/ #page_area { width: 570px; margin:10px 0 0 0; } /* フッター */ #footer .block_left { width: 570px; height: 100px; float: left; border-bottom: #CACACA 15px solid; display:block; } #footer .block_right { width: 200px; height: 100px; margin-left: 10px; float: right; display: inline; border-bottom: #CACACA 15px solid; } address { padding: 5px 0 0 0; margin-top: 50px; text-align:center; font : 11px "Trebuchet MS", Trebuchet; font-style:normal; color:#666; } /* =================================== */ /* リンクカラーの設定 */ /* =================================== */ /* 全般 */ a { color: #5C98C6; text-decoration: none; } a:link { color: #5C98C6; text-decoration: none; } a:visited { color: #5C98C6; text-decoration: none; } a:active { color: #5C98C6; text-decoration: none; } a:hover { color: #E44AB8; text-decoration: none; } /* ヘッダー */ #header a { color: #E44AB8; text-decoration: none; font-weight:bolder; } #header a:link { color: #E44AB8; text-decoration: none; font-weight:bolder; } #header a:visited { color: #E44AB8; text-decoration: none; font-weight:bolder; } #header a:active { color: #E44AB8; text-decoration: none; font-weight:bolder; } #header a:hover { color: #E44AB8; text-decoration: none; font-weight:bolder; } /* サイドコンテンツ */ #side a { color: #5C98C6; text-decoration: none; } #side a:link { color: #5C98C6; text-decoration: none; } #side a:visited { color: #5C98C6; text-decoration: none; } #side a:active { color: #5C98C6; text-decoration: none; } #side a:hover { color: #E44AB8; text-decoration: none; } /* カレンダー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; } .clear { clear: both; font: 0/0 sans-serif; } .ml_15 { margin-left: 15px; } img { border: none; } /* =================================== */ /* #header */ /* =================================== */ #header .block_left { width: 570px; height: 150px; float: left; background: #E1E1E1; border-top: #CACACA 15px solid; border-bottom: #CACACA 15px solid; } #header .block_right { width: 200px; height: 150px; float: right; margin-left: 10px; background: #E1E1E1; border-top: #CACACA 15px solid; border-bottom: #CACACA 15px solid; display: inline; } #header .block_right dl { width: 180px; margin: 92px auto 0; font-weight: bold; font-size:11px; font-family : "Verdana" ,sans-serif; } #header h1 { padding: 20px 0 0 25px; font-family : "Verdana" ,sans-serif; font-size:22px; } #header p { margin: 5px 0 0 25px; } /*カレンダー*/ .calendar_title { margin: 20px 0 0 25px; font-family: "Arial"; font-size: 19px; font-weight: bolder; letter-spacing:-1.25pt; } .calendar { margin: 0 0 20px 25px; font-family: "Verdana"; font-size: 9px; } /* サイト内検索 */ #header input.search { border:1px solid #ccc; padding: 2px; margin: 8px 0; } /* =================================== */ /* #main */ /* =================================== */ /*エントリーナビゲーション*/ #main .entry_navi{ margin:0 0 10px 0; padding-top:10px; text-align:center; } /* エントリー部分全体 */ #main .entry_area { width:570px; margin-bottom: 60px; border-bottom: #666666 1px dotted; padding-bottom:20px; } #main .entry_detail { width:570px; margin-bottom: 60px; } /* エントリータイトル */ #main h2 { font-size:16px; padding: 2px 0 6px 35px; background:url(./template/navi/img/entry_title_arrow.gif) no-repeat; background-position: left top; border-bottom: #666 1px dotted; } #main h2 a, #main h2 a:link, #main h2 a:visited, #main h2 a:active, #main h2 a:hover { color: #666; text-decoration: none; } /* エントリー作成者 */ .entry_summary { text-align:right; margin:8px 15px 0 35px; font-size:10px; font-family:"Verdana", san-serif; } /* エントリー時刻 */ #main .entry_date { padding: 5px; } /* エントリー本文 */ #main .entry { margin:13px 15px 20px; font-size: 12px; line-height:160%; font-family:"MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", "Verdana", sans-serif; } /* エントリー情報 */ #main ul.state li { display:inline; border-left:1px solid #666; padding-left:5px; font-size: 10px; font-family:"Verdana", sans-serif; } .post_comment_link { margin: 30px 0 10px 30px; font-size:10px; font-weight: bolder; } .post_comment_link a img {border: none;} /*コメント、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 { margin: 0 0 15px 0; padding: 5px 10px; background-color: #E1E1E1; font-size: 11px; font-family:"Verdana", Trebuchet; font-weight:bolder; } .profile_name { margin:10px 15px 0; font-size:12px; font-weight:bold; } .profile_entry { margin:5px 15px 0; } /* コメント本文 */ .com_desc { padding: 0 10px; } /* コメントユーザー情報 */ dl#com_area dd { padding:5px 10px; margin: 5px 0 15px 0; border-bottom:1px dotted #666; text-align:left; } dl#com_area dd ul { list-style-type:none; text-align:right; font-size:10px; font-size: 10px; font-family:"Verdana", sans-serif; } 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: 1px solid #CCC; width: 200px; padding:3px; } /* コメントフォーム textarea */ dl#com_form dd textarea { width: 350px; margin: 0 0 10px 0; padding: 3px; border: 1px solid #CCC; } .submit_area { width: 350px; margin-bottom:10px; } .submit { float:left; } .cookie { margin:4px 0 0 10px; float:left; } /* TBフォーム */ dl#tb_form dd { padding: 0 15px 10px; } dl#tb_form dd input.input { border: 1px solid #CCC; padding: 4px 4px 4px 15px; width: 300px; background: url(./template/navi/img/a_arrow2.gif) no-repeat; background-position: 6px 9px; background-color: #E1E1E1; } /* 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:10px; } .tb_state ul { list-style-type:none; } .tb_state li { display:inline; border-left:1px solid #666; padding-left:5px; } /* プロフィール */ dl#profile_area { margin-bottom:10px; } dl#profile_area .txt_bold { padding:4px; margin-bottom:4px; } dl#profile_area dd { padding:4px; } /* =================================== */ /* サイドコンテンツ */ /* =================================== */ /*サイドコンテンツヘッダー画像*/ #side dl { margin-bottom:20px; background: #E1E1E1; border-left: #9D9D9D 1px solid; border-right: #9D9D9D 1px solid; border-bottom: #9D9D9D 2px solid; } /* サイドタイトル */ #side dt { padding: 6px 0 6px 6px; background:url(./template/navi/img/side_menutitle_bg.gif) ; color: #fff; font-size: 11px; font-family:"Verdana", Trebuchet; font-weight:bolder; } #side dd{ padding:0; line-height: 1.2em; } #side .adsense{ padding: 15px 0 0 5px; } #side .adsense2{ padding: 5px 0 5px 5px; } #side ul { list-style-type:none; } #side li { } #side .block a, .block a:link, .block a:visited { display: block; padding: 6px 6px 6px 16px; background: url(./template/navi/img/a_arrow2.gif) no-repeat; background-position: 6px 9px; border-bottom: #B8B8B8 solid 1px; color: #5C98C6; text-decoration: none; display: block; } #side .block a:hover { display: block; padding: 6px 6px 6px 16px; background: url(http://img-cdn.jg.jugem.jp/323/182351/20060608_55853.gif) no-repeat; background-position: 6px 9px; background-color: #CCCCCC; border-bottom:#B8B8B8 solid 1px; color: #E44AB8; text-decoration: none; display: block; } .mobile { margin:10px 0; text-align: center; } /* =================================== */ /* Navigation */ /* =================================== */ .navi_title { width: 192px; height: 45px; margin: 30px 0px; padding-top: 65px; background: url(./template/navi/img/navi_title.gif) no-repeat; background-position: center center; font: 12px "Verdana", sans-serif; font-weight: bold; color: #E44AB8; text-align: center; } .navigation_bottom { width: 223px; height: 15px; background: url(./template/navi/img/navi_bottom.gif) no-repeat; background-position: left bottom; } #navigation .block_left { float:left; } #navigation .block_right { width:27px; float:right; } #navigation .block_right .navigation_btn { position: relative; z-index: 1; display: block; width: 27px; height: 111px; margin-top: 190px; text-indent: -9999px; text-decoration: none; background: url(https://imaging.jugem.jp/template/navi/img/navigation_btn.gif) left top no-repeat; cursor:pointer; } .navigation_btn a, .navigation_btn a:link, .navigation_btn a:visited, .navigation_btn a:hover { position: relative; z-index: 1; display: block; width: 27px; height: 111px; margin-top: 190px; text-indent: -9999px; text-decoration: none; background: url(https://imaging.jugem.jp/template/navi/img/navigation_btn.gif) left top no-repeat; } #navigation dl { width: 180px; /* total 192px */ margin: 0 0 20px 10px; background: #E1E1E1; border-left: #50707A 1px solid; border-right: #50707A 1px solid; border-bottom: #50707A 2px solid; } /* サイドタイトル */ #navigation dt { padding: 6px 0 6px 6px; background:url(./template/navi/img/navi_menutitle_bg.gif) ; color: #fff; font-size: 11px; font-family:"Verdana", Trebuchet; font-weight:bolder; } #navigation dd{ padding:0; line-height: 1.2em; } #navigation .block a, .block a:link, .block a:visited { display: block; padding: 6px 6px 6px 16px; background: url(https://imaging.jugem.jp/template/navi/img/a_arrow1.gif) no-repeat; background-position: 6px 9px; border-bottom: #C3CBCD solid 1px; color: #5C98C6; text-decoration: none; display: block; } #navigation .block a:hover { display: block; padding: 6px 6px 6px 16px; background: url(https://imaging.jugem.jp/template/navi/img/a_arrow2.gif) no-repeat; background-position: 6px 9px; background-color: #CCCCCC; border-bottom:#C3CBCD solid 1px; color: #E44AB8; text-decoration: none; display: block; } #navigation .adsense{ padding: 15px 0 0 5px; } #navigation ul { margin: 0; padding-left: 20px; list-style-type: disc; } #navigation li { margin: 7px 0; padding: 3px 15px 3px 0; } /* =================================== */ /* ページ送り */ /* =================================== */ #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.
ページの先頭へ↑