無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
separate 地味風味
テンプレートイメージ表示ページへ戻る
HTML・CSSをコピーして使う
HTML
<?xml version="1.0" encoding="{site_encoding}"?> <!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" xml:lang="ja" 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" /> <link rel="stylesheet" href="{site_css}" type="text/css" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="{site_rss}" /> <link rel="alternate" type="application/atom+xml" href="{site_atom}" /> <title>{site_title}</title> </head> <body> <a name="top"></a> <table id="container1" border="0" cellspacing="0" cellpadding="0" align="center"> <!-- ↓********** タイトル --> <tr> <!-- ↓タイトル画像ランダム表示 --> <SCRIPT language="JavaScript"> <!-- var imgMax = 5; var imgRandom = Math.floor(Math.random() * imgMax); if(imgRandom == 0) document.write('<td colspan="2" background="http://honey.s55.xrea.com/blog/title01.gif">'); else if(imgRandom == 1) document.write('<td colspan="2" background="http://honey.s55.xrea.com/blog/title02.gif">'); else if(imgRandom == 2) document.write('<td colspan="2" background="http://honey.s55.xrea.com/blog/title03.gif">'); else if(imgRandom == 3) document.write('<td colspan="2" background="http://honey.s55.xrea.com/blog/title04.gif">'); else if(imgRandom == 4) document.write('<td colspan="2" background="http://honey.s55.xrea.com/blog/title05.gif">'); // --> </SCRIPT> <!-- ↑タイトル画像ランダム表示 --> <!-- ↓タイトル画像ランダム表示しない場合は下のいずれかのように指定 --> <!-- <td colspan="2" background="http://honey.s55.xrea.com/blog/title02.gif"> --> <!-- <td colspan="2" bgcolor="#cccccc"> --> <!-- ↑タイトル画像ランダム表示しない場合は上のいずれかのように指定 --> <div id="head"> <!-- BEGIN title --> <h1 class="site_title">{blog_name}</h1> <h1 class="description">{blog_description}</h1> <!-- END title --> </div> </td> </tr> <!-- ↑********** タイトル --> <tr valign="top"> <!-- ↓********** 左部分 --> <td class="left_border"> <!-- left START --> <div id="left"> <!-- 画像のランダム表示を行う場合はJavaScript ONでないと正しく表示されません --> <div class="description2">Java Script ON 推奨<br>タイトル画像をランダム表示しています</div> <!-- ↓***** カレンダー --> <!-- calendar START --> <div class="left_links"> <div class="left_title"><b>calendar </b>■</div> <div class="left_text"> <div class="calendar">{calendar2}</div> </div> <div class="border"> </div> </div> <!-- calendar END --> <!-- ↑***** カレンダー --> <!-- ↓***** RECCOMEND --> <div class="recommend"> <div class="left_title"><b>recommend </b>■</div> <!-- BEGIN amazon --> <div class="left_text"> <div style="text-align:left;"> <div style="margin-left:auto;margin-right:auto;"> {amazon_item} </div> </div> </div> <!-- END amazon --> </div> <div class="border"> </div> <!-- ↑***** RECCOMEND --> <!-- ↓***** リンク --> <!-- BEGIN link --> <div class="left_links"> <div class="left_title"><b>links </b>■</div> <div class="left_text">{link_list}</div> <div class="border"> </div> </div> <!-- END link --> <!-- ↑***** リンク --> <!-- ↓***** others --> <div class="left_links"> <div class="left_title"><b>others </b>■</div> <div class="left_text"> <ul> <li><a href="https://jugem.jp/" target="_blank" title="ブログのレンタルならJUGEM(じゅげむ)">Powered by JUGEM</a> <li><a href="./?mode=rss">RSS 1.0</a> <li><a href="./?mode=atom">ATOM 0.3</a> <!-- <li><a href="http://.jugem.jp/admin/" target="_blank">Admin</a> --> </ul> </div> <div class="border"> </div> </div> <!-- ↑***** others --> <!-- ↓***** QRcode --> <div class="left_links"> <div class="left_title"><b>QR code </b>■</div> <div class="left_text"> {site_qrcode}<br> 携帯のバーコードリーダー使うと、このBlogのURLが読み込めるらしい </div> </div> <!-- ↑***** QRcode --> {ad} </div> <!-- left END --> </td> <!-- ↑********** 左部分 --> <!-- ↓********** 中央部分 --> <td> <table id="container2" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td bgcolor="#e0e0e0"> <!-- mid START --> <div id="mid"> <!-- ↓***** ナビゲータ --> <!-- BEGIN sequel --> <div class="entry_navi">{prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- ↑***** ナビゲータ --> <!-- ↓***** 記事 --> <!-- BEGIN entry --> <div class="entry"> <div class="entry_date">{entry_date}</div> <div class="entry_title">{entry_title}</div> <div class="entry_body">{entry_description}</div> <div class="entry_more">{entry_sequel}</div> <div class="entry_state">{category_name} : {entry_time} : {comment_num} : {trackback_num} : author {user_name}</div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- ↑***** 記事 --> <!-- ↓***** コメント欄 --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <!-- ↓***** 投稿されたコメント --> <div class="entry_date">COMMENTS</div> <!-- BEGIN comment --> <div class="entry_com_name"><ul><li> {comment_name} at {comment_time}</ul></div> <div class="entry_body"><div class="entry_comment">{comment_description}</div></div> <!-- END comment --> <!-- ↑***** 投稿されたコメント --> <!-- ↓***** コメント記入欄 --> <div class="entry_date">MAKE COMMENT</div> <div class="entry_body"> <form action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" /> <label for="name">name:</label><br /> <input class="form_border" type="text" tabindex="1" name="name" id="name" value="{cookie_name}" /><br /> <label for="email">email:</label><br /> <input class="form_border" type="text" tabindex="2" name="email" id="email" value="{cookie_email}" /><br /> <label for="url">url:</label><br /> <input class="form_border" type="text" tabindex="3" name="url" id="url" value="{cookie_url}" /><br /> <label for="description">comments:</label><br /> <textarea class="form_border" tabindex="4" id="description" name="description" rows="12" cols="50" style="width:360px;"></textarea><br /> <br /> <input class="form_border" type="submit" value=" Submit " /> <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"> <div class="entry_date">TRACKBACK URL</div> <div class="entry_body">{trackback_url}</div> <div class="entry_date">TRACKBACK</div> <!-- BEGIN trackback --> <div class="entry_title">{trackback_title}</div> <div class="entry_body">{trackback_excerpt}</div> <div class="entry_state">{trackback_blog_name} : {trackback_time}</div> <!-- END trackback --> </div> <!-- END trackback_area --> <!-- ↑***** トラックバック --> <!-- ↓***** プロフィール --> <!-- BEGIN profile_area --> <div class="entry"> <div class="entry_date">PROFILE</div> <div class="entry_title">{profile_name}</div> <div class="entry_body">{profile_description}</div> </div> <!-- END profile_area --> <!-- ↑***** プロフィール --> </div> <!-- mid END --> </td> <!-- ↑********** 中央部分 --> <!-- ↓********** 右部分 --> <td class="right_border"> <!-- right START --> <div id="right"> <!-- ↓***** miniMoblog --> <div class="right_title"><b>mini moblog </b>■</div> <div class="left_text"> <center><script type="text/javascript" language="javascript" src="http://pi.jugem.jp/moblog_read.php?moblogid=21601" charset="euc-jp"></script></center> テスト表示しています。実際に使う時にはJUGEPIでコードを生成して、ソースの"moblogid"以降を変更して使って下さい。<br> 13072184@pi.jugem.jp<br>pass=5510 </div> <div class="border"> </div> <!-- ↑***** miniMoblog --> <!-- ↓***** miniBBS --> <div class="right_title"><b>mini BBS </b>■</div> <script type="text/javascript" language="javascript" src="http://pi.jugem.jp/bbs_read.php?bbsid=45587&width=180&mode=nostyle&num=5&button=up" charset="euc-jp"></script> <div class="border"> </div> <!-- ↑***** miniBBS --> <!-- ↓***** 最新記事 --> <!-- BEGIN latest_entry --> <div class="right_title"><b>new entries </b>■</div> <div id="newentrylist">{latest_entry_list}</div> <div class="border"> </div> <!-- END latest_entry --> <!-- ↑***** 最新記事 --> <!-- ↓***** 最新コメント --> <!-- BEGIN recent_comment --> <div class="right_title"><b>recent comments </b>■</div> <div id="commentlist">{recent_comment_list}</div> <div class="border"> </div> <!-- END recent_comment --> <!-- ↑***** 最新コメント --> <!-- ↓***** 最新トラックバック --> <!-- BEGIN recent_trackback --> <div class="right_title"><b>recent trackback </b>■</div> <div id="tblist">{recent_trackback_list}</div> <div class="border"> </div> <!-- END recent_trackback --> <!-- ↑***** 最新トラックバック --> <!-- ↓***** カテゴリ --> <!-- BEGIN category --> <div class="right_title"><b>categories </b>■</div> <div class="right_text">{category_list}</div> <div class="border"> </div> <!-- END category --> <!-- ↑***** カテゴリ --> <!-- ↓***** アーカイブ --> <!-- BEGIN archives --> <div class="right_title"><b>archives </b>■</div> <div class="right_text">{archives_list}</div> <div class="border"></div> <!-- END archives --> <!-- ↑***** アーカイブ --> <!-- ↓***** プロフィール --> <!-- BEGIN profile --> <div class="right_title"><b>profile </b>■</div> <div class="right_text">{user_list}</div> <div class="border"> </div> <!-- END profile --> <!-- ↑***** プロフィール --> <!-- ↓***** ログイン(コメントにしてある) --> <!-- <div class="right_title"><b>login </b>■</div> <div class="login"> <form action="./admin/?mode=login" method="post"> id:<input class="form_border" type="text" name="account_name" style="width:110px" /><br /> pass:<input class="form_border" type="password" name="password" style="width:110px" /><br /> <input class="form_border" type="submit" name="" value=" Login " /> </form> </div> <div class="border"> </div> --> <!-- ↑***** ログイン --> <!-- ↓***** 検索 --> <div class="right_title"><b>search </b>■</div> <div class="right_text">Search this site.</div> <div class="search"> <form method="get" action=""> <input id="search" name="search" size="20" style="width:150px" class="form" /> <input type="submit" value="Search" class="button" /> </form> </div> <!-- right END --> </td> <!-- ↑********** 右部分 --> </tr> </table> </td> </tr> <tr> <!-- ↓********** フッタ部分 --> <td colspan="2"> <div id="footer"> <div class="copyright"> Copyright (C) 2004 <a href="http://paperboy.co.jp/" target="_blank" title="paperboy&co.">paperboy&co.</a> All Rights Reserved. </div> </div> </td> <!-- ↑********** フッタ部分 --> </tr> </table> <!-- ↓******************** ツリー化表示スクリプト ******************** --> <!-- 詳細については http://nz.jugemers.net/log/eid31.html をご覧下さい --> <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('entrylist',gTreeOption); // エントリリストのツリー化 createTreeList('commentlist',gTreeOption); // 最新コメントリストのツリー化 createTreeList('tblist',gTreeOption); // 最新トラックバックリストのツリー化 createTreeList('linklist',gTreeOption); // リンクリストのツリー化 // --> </script> <!-- ↑******************** ツリー化表示スクリプト ******************** --> </body> </html>
CSS
body { margin: 0px; padding: 0px; background: #e0e0e0; scrollbar-arrow-color: #999999; scrollbar-base-color: #e0e0e0; scrollbar-face-color: #e0e0e0; scrollbar-highlight-color: #e0e0e0; scrollbar-3d-light-color: #e0e0e0; scrollbar-shadow-color: #cccccc; scrollbar-track-color: #e0e0e0; scrollbar-darkshadow-color: #999999; } a {text-decoration: none;} a:link {color: #486685; text-decoration: none;} a:active {color: #486685; text-decoration: none;} a:visited {color: #7B99B8; text-decoration: none;} a:hover {color: #333333; text-decoration: none;} ul { margin: 0px 0px 0px 10px; padding: 0px; } li { list-style-type: square; color: #999999; } form{ margin:0px; } .site_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-weight: bolder; font-size: 25px; color: #000; margin: 10px 0px 10px 20px; } .site_title a {color: #666666; text-decoration: none;} .site_title a:link {color: #666666; text-decoration: none;} .site_title a:visited {color: #666666; text-decoration: none;} .site_title a:active {color: #666666; text-decoration: none;} .site_title a:hover {color: #ffffff;text-decoration: none; } .description { width: 420px; font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #666666; margin: 0px 0px 0px 20px; } .description2 { width: 190px; font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #666666; padding: 5px 0px 9px 20px; text-align: left; background-color: #e0e0e0; } blockquote { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #808080; margin: 20px 10px 20px 10px; padding: 10px; border: 1px solid #ECECEC; border-left: 10px solid #ECECEC; } .pict { background: #999999; margin: 5px 5px 5px 5px; padding: 8px; border-left: 1px solid #999; border-right: 1px solid #999; border-top: 1px solid #999; border-bottom: 1px solid #999; text-align: center; } /* container------------------------------------------------------------ */ #container1 { margin: 0px auto 0px auto; padding: 0px; background: #f3f3f3; } #container2 { margin: 0px; padding: 0px; background: #f3f3f3; } /* head----------------------------------------------------------------- */ #head { width: 794px; height: 140px; border-bottom: 3px solid #e0e0e0; vertical-align: middle; } /* left----------------------------------------------------------------- */ #left { width: 190px; margin: 0px; padding: 0px; background: #f3f3f3; } .left_border { border-right: 3px solid #e0e0e0; } .title_img { margin: 0px; padding: 0px; border-bottom: 3px solid #e0e0e0; } .left_title { font-size: 12px; color: #666666; margin: 5px 5px 0px 5px; padding: 0px; text-align: left; text-align:right; } .left_text { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #999999; line-height: 140%; margin: 1px 5px 10px 6px; padding: 10px; } .links { margin: 0px; padding: 1px 0px 0px 0px; background: #f3f3f3; } .left_links { color: #7B99B8; margin: 0px; padding: 1px 0px 0px 0px; background: #f3f3f3; } .left_links li {color: #999999;} .left_links a {text-decoration: none;} .left_links a:link {color: #486685; text-decoration: none;} .left_links a:active {color: #486685; text-decoration: none;} .left_links a:visited {color: #7B99B8; text-decoration: none;} .left_links a:hover {color: #BDCCDB; text-decoration: none; background-color:#486685;} .recommend { margin: 0px; } .recommend_pict{ text-align: center; background: #666666; border-left: 1px solid #666666; border-right: 1px solid #666666; border-top: 1px solid #666666; border-bottom: 1px solid #666666; } #ad { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #333; line-height: 170%; margin: 1px 5px 10px 6px; padding: 10px; } /* calendar------------------------------------------------------------- */ .calendar { font-family: "Verdana"; font-size: 9px; color: #999999; line-height: 130%; margin: 0px; padding: 4px 0px 6px 0px; text-align: center; } .calendar a {text-decoration: none;} .calendar a:link {color: #7B99B8; text-decoration: none;} .calendar a:active {color: #7B99B8; text-decoration: none;} .calendar a:visited {color: #7B99B8; text-decoration: none;} .calendar a:hover {color: #BDCCDB; text-decoration: none; background-color:#486685;} .cell { width: 25px; height: 13px; padding: 1px; } .weekday { font-size: 9px; text-align: center; width: 25px; height: 13px; padding: 1px; } .today { color: #000000; font-weight: bolder; } /* mid------------------------------------------------------------------ */ #mid { width: 400px; margin: 0px; padding: 0px; background: #e0e0e0; } .entry_navi{ margin: 4px; padding: 2px 0px; background: #e0e0e0; border-right: 3px solid #e0e0e0; border-bottom: 3px solid #e0e0e0; text-align:center; font-size: 10px; } .entry { margin: 0px 0px 3px 0px; padding: 10px 0px 10px 0px; background: #ffffff; border-right: 0px solid #e0e0e0; border-bottom: 0px solid #e0e0e0; } .entry_quot { margin: 8px 0px 8px 8px; border-left: 4px solid #7B99B8; padding: 0px 0px 0px 2px; } .entry_date { font-family: "Verdana"; font-size: 11px; font-weight: bolder; color: #ffffff; margin: 0px 10px 5px 0px; padding: 3px; background: #cccccc; text-align: right; } .entry_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; font-weight: bolder; color: #486685; margin: 12px 12px 0px 12px; } .entry_author { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; font-weight: normal; color: #333; margin: 0px 12px 12px 0px; text-align: right; } .entry_author a {text-decoration: none;} .entry_author a:link {color: #7B99B8; text-decoration: none;} .entry_author a:active {color: #7B99B8; text-decoration: none;} .entry_author a:visited {color: #7B99B8; text-decoration: none;} .entry_author a:hover {color: #666666; text-decoration: none;} .entry_body { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; line-height: 150%; color: #666; margin: 12px; } .entry_body a {text-decoration: none;} .entry_body li {color: #666; margin: 6px 12px 6px 12px;} .entry_body a:link {color: #486685; text-decoration: underline;} .entry_body a:active {color: #486685; text-decoration: underline;} .entry_body a:visited {color: #486685; text-decoration: none;} .entry_body a:hover {color: #BDCCDB; text-decoration: none; background-color:#486685;} .entry_more { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; line-height: 150%; color: #666; margin: 12px; } .entry_more a {text-decoration: none;} .entry_more li {color: #666; margin: 6px 12px 6px 12px;} .entry_more a:link {color: #486685; text-decoration: underline;} .entry_more a:active {color: #486685; text-decoration: underline;} .entry_more a:visited {color: #486685; text-decoration: none;} .entry_more a:hover {color: #BDCCDB; text-decoration: none; background-color:#486685;} .entry_state { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #999; margin: 20px 12px 15px 12px; text-align:right; } .entry_state a {text-decoration: none;} .entry_state a:link {color: #7B99B8; text-decoration: none;} .entry_state a:active {color: #7B99B8; text-decoration: none;} .entry_state a:visited {color: #7B99B8; text-decoration: none;} .entry_state a:hover {color: #666666; text-decoration: underline;} .entry_comment { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; line-height: 150%; color: #666; margin: 6px 12px 12px 24px; } .entry_com_name { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #999; margin: 20px 12px 15px 12px; text-align:left; } .entry_com_name a {text-decoration: none;} .entry_com_name a:link {color: #7B99B8; text-decoration: none;} .entry_com_name a:active {color: #7B99B8; text-decoration: none;} .entry_com_name a:visited {color: #7B99B8; text-decoration: none;} .entry_com_name a:hover {color: #666666; text-decoration: underline;} /* right---------------------------------------------------------------- */ #right { width: 198px; margin: 0px; padding: 0px; background: #f3f3f3; color: #999999; } .right_border { border-left: 3px solid #e0e0e0; } .right_title { font-size: 12px; color: #666666; margin: 5px 5px 0px 5px; padding: 0px; text-align: right; } .bbsall { background: #f3f3f3; font-size: 10px; color: #999999; text-align: right; vertical-align: middle; padding:10px 2px 10px 15px; line-height: 120%; width: 195px; } .bbsres { background: #f9f9f9; text-align: left; line-height: 120%; border-top: solid 1px #e0e0e0; border-right: solid 1px #e0e0e0; border-bottom: solid 1px #e0e0e0; border-left: solid 1px #e0e0e0; padding:1px 2px 1px 2px; margin: 1px 0px 0px 0px; } .bbsnote { background: #f9f9f9; } .bbsfooter { text-align: right; background: #f9f9f9; color: #666666; padding:0px 2px 0px 0px; } #commentlist, #tblist, #newentrylist, .right_text { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #999999; line-height: 140%; margin: 1px 5px 10px 4px; padding: 10px; } .border { margin: 0px; padding: 0px; border-bottom: 3px solid #e0e0e0; } .login { width: 198px; font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #333; margin: 0px 0px 30px 0px; padding: 15px 10px 10px 0px; text-align: right; vertical-align: middle; line-height: 170%; } .search { width: 198px; font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #333; margin: 0px 0px 30px 0px; padding: 0px 10px 10px 0px; text-align: right; vertical-align: middle; line-height: 200%; } /* footer--------------------------------------------------------------- */ #footer { width: 794px; margin: 0px; padding: 0px; background: #cccccc; border-top: 3px solid #e0e0e0; } .copyright { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 9px; color: #333333; line-height: 130%; margin: 0px; padding: 6px 4px 4px 4px; text-align: center; } .copyright a:visited, .copyright a:active, .copyright a:hover { color: #BDCCDB; text-decoration: none; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑