無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
ミツバチ色
テンプレートイメージ表示ページへ戻る
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 rel="alternate" type="application/rss+xml" title="RSS" href="{site_rss}" /> <link rel="alternate" type="application/atom+xml" href="{site_atom}" /> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body onload="javascript:initval();"> <a name="top"></a> <div id="layout"> <table cellpadding="0" cellspacing="0" border="0" width="730" align="center"> <tr> <td class="title"> <!-- BEGIN title --> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> </td> <td> <!-- amazon表示部分 --> <div class="list"> <table cellspacing="0" cellpadding="2" border="0"> <tr> <!-- BEGIN amazon --> <td> <div class="amazon" style="width: 230px;"> <img src="{amazon_ImageUrlMedium}" border="0" style="float: left;margin: 0px 2px 0px 3px;"> <a href="{amazon_url}" target="_blank">{amazon_ProductName}<br />{amazon_Creator}</a><br /> {amazon_comment} <br style="clear:both" /> </div> </td> <!-- END amazon --> </tr> </table> </div> <!-- END amazon表示部分 --> </td> </tr> </table> <div id="box"> <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"> <div class="entry_date">{entry_date}</div> <div class="entry_title">{entry_title}</div> <div class="entry_body">{entry_description}</div> <a name="sequel"></a> <div class="entry_more">{entry_sequel}</div> <div class="entry_state">author: {user_name} {category_name} {entry_time} {comment_num} {trackback_num}</div> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <div class="comment_title">Comment</div> <!-- BEGIN comment --> <div class="comment_body">{comment_description}</div> <div class="comment_state">{comment_name} {comment_time}</div> <!-- END comment --> <div class="entry_body"> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post" style="margin-left: 50px;"> <input type="hidden" name="entry_id" value="{entry_id}" /> <label for="name" class="comment_label">name:</label><br/> <input type="text" tabindex="1" name="name" id="name" class="comment_area" value="{cookie_name}" /><br /> <label for="email" class="comment_label">email:</label><br> <input type="text" tabindex="2" name="email" id="email" class="comment_area" value="{cookie_email}" /><br /> <label for="url" class="comment_label">url:</label><br> <input type="text" tabindex="3" name="url" id="url" class="comment_area" value="{cookie_url}"/><br /> <label for="description" class="comment_label">comments:</label><br /> <textarea tabindex="4" id="description" class="comment_area" name="description" rows="4" cols="55"></textarea><br /><br /> <input tabindex="5" type="submit" class="sub" value="コメント送信" onclick="javascript:setval();" /> <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="trackback_url">この記事のTrackbackURL</div> <div class="entry_body">{trackback_url}</div> <div class="trackback_title">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 --> <!-- navi --> <div class="navipage"> {prev_page_link}{page_now} <a>|</a> {page_num}{next_page_link} </div> <!-- END navi --> <!--footer --> <div class="copyright">{copyright}</div> <!-- /footer/ --> <div class="footer"><a href="#top">▲up</a></div> </div> <div id="side"> <!-- BEGIN calendar --> <div class="linktitle">CALENDAR</div> <div class="calendar"> <table border="0" cellpadding="0" cellspacing="1"> <tr align="center"> <td class="cell" style="color:#886644">S</td> <td class="cell" style="color:#886644;">M</td> <td class="cell" style="color:#886644;">T</td> <td class="cell" style="color:#886644;">W</td> <td class="cell" style="color:#886644;">T</td> <td class="cell" style="color:#886644;">F</td> <td class="cell" style="color:#886644">S</td> </tr> </table> {calendar} </div> <!-- END calendar --> <!-- BEGIN selected_entry --> <div class="linktitle">SELECTED ENTRIES</div> <div class="linktext"> {selected_entry_list} </div> <!-- END selected_entry --> <!-- BEGIN category --> <div class="linktitle">CATEGORIES</div> <div class="linktext"> {category_list} </div> <!-- END category --> <!-- BEGIN archives --> <div class="linktitle">ARCHIVES</div> <div class="linktext" id="archivelist"> {archives_list} </div> <!-- END archives --> <!-- BEGIN recent_comment --> <div class="linktitle">RECENT COMMENT</div> <div class="linktext" id="commentlist">{ {recent_comment_list} </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="linktitle">RECENT TRACKBACK</div> <div class="list2"> <div class="linktext" id="tblist">{ {recent_trackback_list} </div> </div> <!-- END recent_trackback --> <!-- BEGIN link --> <div class="linktitle">LINKS</div> <div class="linktext"> {link_list} </div> <!-- END link --> <!-- BEGIN profile --> <div class="linktitle">PROFILE</div> <div class="linktext"> {user_list} </div> <!-- END profile --> <!-- search --> <form method="get" action=""> <div class="search">Search this site.<br /> <input id="search" name="search" size="20" style="width:110px" class="form" /><input type="submit" value="Search" class="button" /> </div> </form> <!-- /search/ --> <!-- powered --> <div class="linktext"> <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> <li><a href="http://jugem.jp/" title="ブログのレンタルならJUGEM(じゅげむ)">Powered by "JUGEM"</a></li> <li>Design by <a href="http://apples.jugem.cc" target="_blank">apples*</a></li> </ul> </div> <!-- /powered/ --> {ad} </div> </div> </div> <!-- ツリー表示部分 --> <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('newentrylist',gTreeOption); // 最新エントリリストのツリー化 createTreeList('entrylist',gTreeOption); // エントリリストのツリー化 createTreeList('commentlist',gTreeOption); // 最新コメントリストのツリー化 createTreeList('tblist',gTreeOption); // 最新トラックバックリストのツリー化 createTreeList('linklist',gTreeOption); // リンクリストのツリー化 // --> </script> <!-- END --> <!-- アーガイブの年別表示 --> <script type="text/javascript"> <!-- function InitFoldNavi() { FoldNavigation('newentry','off',false); // 最新エントリ FoldNavigation('entry' ,'on' ,true); // ページエントリ FoldNavigation('comment' ,'on' ,false); // 最新コメント FoldNavigation('tb' ,'on' ,false); // 最新トラックバック FoldNavigation('archive' ,'off',true); // アーカイブ FoldNavigation('link' ,'on' ,true); // リンク FoldNavigation('profile' ,'off',false); // プロファイル } function FoldNavigation(idName,initMode,viewNum) { var openMark = '▼'; /* 閉じている場合に開くためのマーク */ var closeMark = '▲'; /* 開いている場合に閉じるためのマーク */ var preMark = false; /* マークの挿入位置。タイトルの前なら true、タイトルの後ろなら false */ var idTitle = Array(idName,'name').join(''); var idList = Array(idName,'list').join(''); var objTitle = this.document.getElementById(idTitle); var objLists = this.document.getElementById(idList); if (!objTitle || !objLists) return; var dispMode = objLists.style.display; if (!dispMode) { var tmpText = Array('FoldNavigation(',"'",idName,"','chng','');return(false);").join(''); var insMark = new Array(); var insText = new Array(); insMark[insMark.length] = Array('<a class="foldmark" href="#" onclick="',tmpText,'" onkeypress="',tmpText,'">').join(''); insMark[insMark.length] = (initMode == 'off') ? openMark : closeMark; insMark[insMark.length] = '</a>'; if (preMark) insText[insText.length] = insMark.join(''); insText[insText.length] = objTitle.innerHTML; if (viewNum) { var objItems = objLists.getElementsByTagName('li'); insText[insText.length] = Array(' <span>(',objItems.length,')</span>').join(''); } if (!preMark) insText[insText.length] = insMark.join(''); objLists.style.display = (initMode == 'off') ? 'none' : 'block'; objTitle.innerHTML = insText.join(''); } else if (initMode == 'chng') { var objMarks = objTitle.getElementsByTagName('a'); for (i=0;i<objMarks.length;i++) { if (objMarks[i].className == 'foldmark') { objMarks[i].firstChild.nodeValue = (dispMode == 'none') ? closeMark : openMark; } } objLists.style.display = (dispMode == 'none') ? 'block' : 'none'; } } InitFoldNavi(); // ナビゲーションの折り畳み // --> </script> <script language="javascript" type="text/javascript"> <!-- function makeTreeArchive() { // 設定パラメータ var id = 'archivelist'; // アーカイブのリストID var count = 7; // 標準で表示させる件数 var i; var objId = document.getElementById( id ); if ( !objId || !objId.innerHTML ) return; var objList = objId.getElementsByTagName( 'li' ); if ( objList.length <= count ) return; var years = new Array; var sHTML = '<ul>'; for ( i = 0; i < count; i++ ) { sHTML += '<li>' + objList[i].innerHTML + '</li>'; } for ( i = count; i < objList.length; i++ ) { var objText = objList[i].getElementsByTagName('a')[0]; var sTmp = objList[i].innerHTML; var sMonth = objText.innerHTML; var aMonth = sMonth.split(' '); if ( !years[aMonth[1]] ) years[aMonth[1]] = ""; sTmp.match(/\((\d+)\)/); years[aMonth[1]] += '<li><a href="'+objText.href+'">' + aMonth[0] + '</a> (' + RegExp.$1 + ')</li>'; } for ( i in years ) { sHTML += '<li><div id="m' + i + 'name">'+i+'</div><ul id="m' + i + 'list">'; sHTML += years[i]; sHTML += '</ul></li>'; } sHTML += "</ul>"; objId.innerHTML = sHTML; for ( i in years ) { FoldNavigation( 'm'+i, 'off', false ); // takkyun様の折り畳み処理へ(不要なら削除) } } makeTreeArchive(); // --> </script> <!-- END --> </body> </html>
CSS
html, textarea { scrollbar-face-color:#FFFFCC; scrollbar-3dlight-color:#FFFFFF; scrollbar-base-color:#FFFFFF; scrollbar-darkshadow-color:#FFFFFF; scrollbar-track-color:#FFFFCC; scrollbar-arrow-color:#F3B849; scrollbar-shadow-color:#886644; scrollbar-highlight-color:#886644;} body { margin: 0px 25px; padding: 0px; background-color: #FFFFCC; text-align: center; margin: 0px; } #layout { width: 760px; background-color: #fff; text-align: left; } #main { float: right; width: 500px; padding: 0px 20px 0px 10px; } #side { float: left; width: 180px; padding: 0px 10px 0px 20px; } h1 { margin: 0px; padding: 0px; } ul { margin: 0px 0px 0px 15px; padding: 0px; } br { letter-spacing : normal; } a { color: #886644; text-decoration: none; } a:link { color: #886644; text-decoration: none; } a:visited { color: #886644; text-decoration: none; } a:active { color: #886644; text-decoration: none; } a:hover { color: 886644; text-decoration: underline; } /* タイトル部分 */ .site_title a {color: #D5C09F;text-decoration: none;} .site_title a:link {color: #D5C09F;text-decoration: none;} .site_title a:visited {color: #D5C09F;text-decoration: none;} .site_title a:active {color: #D5C09F;text-decoration: none;} .site_title a:hover {color: #D5C09F;text-decoration: none;} .site_title { font-family: "Lucida Sans Unicode", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 20px; color: #D5C09F; letter-spacing: 1px; margin: 20px 0px 10px 0px; padding: 0px; width: 210px; } .description { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #886644; margin: 0px 0px 25px 0px; } .title { background: url("http://img-cdn.jg.jugem.jp/7fd/6360/20051105_62745.gif") no-repeat 0px 0px; } /* ENDサイト表示部分 */ /* 記事表示部分 */ .entry_title a {color: #F3B849;text-decoration: none;} .entry_title a:link {color: #F3B849;text-decoration: none;} .entry_title a:visited {color: #F3B849;text-decoration: none;} .entry_title a:active, {color: #F3B849;text-decoration: none;} .entry_title a:hover {color: #F3B849;text-decoration: underline;} .entry_body a, .comment_body a {color: #F3B849;text-decoration: none;font-weight: bold;} .entry_body a:link, .comment_body a:link, {color: #F3B849;text-decoration: none;} .entry_body a:visited, .comment_body a:visited {color: #F3B849;text-decoration: none;} .entry_body a:active, .comment_body a:active {color: #F3B849;text-decoration: none;} .entry_body a:hover, .comment_body a:hover {color: #F3B849;text-decoration: underline;} .entry_more a {color: #F3B849;text-decoration: none;font-weight: bold;} .entry_more a:link {color: #F3B849;text-decoration: none;} .entry_more a:visited {color: #F3B849;text-decoration: none;} .entry_more a:active {color: #F3B849;text-decoration: none;} .entry_more a:hover {color: #F3B849;text-decoration: underline;} .entry_state a {color: #F3B849;text-decoration: none;} .entry_state a:link {color: #F3B849;text-decoration: none;} .entry_state a:visited {color: #F3B849;text-decoration: none;} .entry_state a:active, {color: #F3B849;text-decoration: none;} .entry_state a:hover {color: #F3B849;text-decoration: underline;} .entry_navi { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: 886644; letter-spacing: 1px; margin: 15px 0px 25px 0px; text-align: center; } .entry { margin: 0px; padding: 0px; } .entry_date { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; font-weight: bolder; color: #886644; letter-spacing: 1px; text-align: right; margin: 15px 0px 0px 0px; padding: 0px 10px 0px 10px; } .entry_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; font-weight: bolder; color: #F3B849; letter-spacing: 2px; margin: 2px 0px 10px 0px; padding: 3px 10px 2px 10px; border: 4px double #CCCCCC; } .entry_body { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; line-height: 190%; letter-spacing: 1px; color: #886644; margin: 15px 0px 15px 0px; } .entry_more { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; line-height: 170%; color: #886644; margin: 30px 0px 15px 0px; } .entry_state { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #F3B849; margin: 15px 0px 50px 0px; } blockquote { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #886644; margin: 20px 30px 20px 30px; padding: 10px; border: 1px solid #886644; background-color: #FFFFCC; } .pict { border-width: 1px; border-style: solid; border-color: #886644; margin: 0px 4px 0px 2px; } /* END記事表示部分 */ /* コメント部分 */ .comment_state a {color: #F3B849;text-decoration: none;} .comment_state a:link {color: #F3B849;text-decoration: underline;} .comment_state a:visited {color: #F3B849;text-decoration: underline;} .comment_state a:active {color: #F3B849;text-decoration: underline;} .comment_state a:hover {color: #F3B849;text-decoration: none;} .comment_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; font-weight: bolder; color: #F3B849; letter-spacing: 2px; margin: 10px 0px 10px 0px; padding: 3px 10px 2px 10px; border: 4px double #CCCCCC; } .comment_body { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; line-height: 190%; letter-spacing: 1px; color: #886644; margin: 15px 0px 5px 0px; } .comment_state { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #F3B849; margin: 5px 0px 50px 0px; border-bottom: #CCCCCC 1px solid; } .comment_area { color: #000; background-color: #FFFFCC; border: #886644 1px solid; width: 380px; } .comment_label { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #F3B849; } .sub { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #fff; font-weight: bold; background-color: #886644; border: 3px #886644 double; } /* ENDコメント部分 */ /* トラックバック部分 */ .trackback_url { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; font-weight: bolder; color: #F3B849; letter-spacing: 1px; margin: 10px 0px 0px 0px; } .trackback_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; font-weight: bolder; color: #886644; letter-spacing: 2px; margin: 10px 0px 10px 0px; } /* ENDトラックバック部分 */ /* LINK部分 */ .linktext a { color: #886644; text-decoration: none; } .linktext a:link { color: #886644; text-decoration: none; } .linktext a:visited { color:#886644; text-decoration: none; } .linktext a:active { color: #886644; text-decoration: none; } .linktext a:hover { color: #78ACC5; text-decoration: none; } .linktitle { font-family: "Verdana"; font-size: 12px; font-weight: bolder; color: #78ACC5; line-height: 170%; margin: 10px 0px 0px 0px; padding-left: 12px; background: url("http://img-cdn.jg.jugem.jp/7fd/6360/20051107_64293.gif ") no-repeat 0px 6px; } .linktext { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #886644; line-height: 170%; margin: 5px 0px 15px 0px; } .list { overflow: auto; width: 500px; height: 210px; margin: 0px; padding: 0px; scrollbar-face-color:#FFFFFF; scrollbar-3dlight-color:#FFFFFF; scrollbar-base-color:#FFFFFF; scrollbar-darkshadow-color:#FFFFFF; scrollbar-track-color:#FFFFCC; scrollbar-arrow-color:#886644; scrollbar-shadow-color:#FFFFFF; scrollbar-highlight-color:#FFFFFF;} .list2 { filter: chroma(color=#D0B099); overflow: auto; height: 250px; margin-bottom: 10px; scrollbar-face-color:#FFFFFF; scrollbar-3dlight-color:#FFFFFF; scrollbar-base-color:#FFFFFF; scrollbar-darkshadow-color:#FFFFFF; scrollbar-track-color:#FFFFFF; scrollbar-arrow-color:#886644; scrollbar-shadow-color:#FFFFFF; scrollbar-highlight-color:#FFFFFF;} /* ENDLINK部分 */ /* サーチ */ .search { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #886644; line-height: 170%; margin: 20px 0px 5px 0px; } .form { border: 1px #886644 solid; } .button { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #fff; font-weight: bold; background-color: #F3B849; border: 3px #F3B849 double; } /* ENDサーチ */ /* フッター */ .copyright a {color: #886644;text-decoration: none;;} .copyright a:link {color: #886644;text-decoration: none;} .copyright a:visited {color: #886644;text-decoration: none;} .copyright a:active {color: #886644;text-decoration: none;} .copyright a:hover {color: #886644;text-decoration: underline;} .footer a {color: #886644;text-decoration: none;} .footer a:link {color: #886644;text-decoration: none;} .footer a:visited {color: #886644;text-decoration: none;} .footer a:active {color: #886644;text-decoration: none;} .footer a:hover {color: #F3B849;text-decoration: none;} .copyright { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #886644; line-height: 170%; border-top: 1px solid #CCCCCC; margin: 30px 0px 0px 0px; padding-top: 10px; } .footer { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; letter-spacing: 1px; text-align: right; margin: 3px 10px 10px 0px; } /* ENDフッター */ /* カレンダー部分 */ .calendar a {color: #886644;text-decoration: none;} .calendar a:link {color: #886644;text-decoration: none;} .calendar a:visited {color: #886644;text-decoration: none;} .calendar a:active {color: #886644;text-decoration: none;} .calendar a:hover {color: #886644;text-decoration: underline;} .calendar_month a {color: #886644;text-decoration: none;} .calendar_month a:link {color: #886644;text-decoration: none;} .calendar_month a:visited {color: #886644;text-decoration: none;} .calendar_month a:active {color: #886644;text-decoration: none;} .calendar_month a:hover {color: #886644;text-decoration: underline;} .calendar { font-family: "Verdana"; font-size: 10px; color: #F3B849; margin: 5px 0px 20px 0px; } .calendar_month { font-family: "Verdana"; margin-bottom: 10px; font-size: 10px; color: #886644; } .cell { width: 25px; height: 20px; padding: 0px; } /* ENDカレンダー部分 */ /* amazon部分 */ .amazon a { color: #F3B849; text-decoration: none; } .amazon a:link { color: #F3B849; text-decoration: none; } .amazon a:visited { color:#F3B849; text-decoration: none; } .amazon a:active { color: #F3B849; text-decoration: none; } .amazon a:hover { color: #F3B849; text-decoration: underline; } .amazon { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #886644; line-height: 170%; margin: 5px 0px 15px 0px; } /* ENDamazon部分 */ /* ページナビゲーション */ .navipage a {color: #886644;text-decoration: none;} .navipage a:link {color: #886644;text-decoration: none;} .navipage a:visited {color: #886644;text-decoration: none;} .navipage a:active {color: #886644;text-decoration: none;} .navipage a:hover {color: #886644;text-decoration: underline;} .navipage { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #F3B849; text-align: center; margin: 5px 0px 15px 0px; } /* ENDページナビゲーション */
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑