無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
SIM
テンプレートイメージ表示ページへ戻る
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}" /> <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();"> <a name="top"></a> <!--HEAD--> <table width="700" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <!-- BEGIN title --> <td width="800" height="100"> <h1 class="site_title"><Font Color="#000000">{blog_name}</Font></h1> <div class="description">{blog_description}</div> </td> <!-- END title --> </tr> </table> <!--BODY--> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="contents"> <table width="700" border="0" cellspacing="0" cellpadding="0" align="center"> <tr valign="top"> <td width="500"> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <table width="520" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="520"> <div class="entry_title">{entry_title}</div> <div class="entry_date">{entry_date} {entry_time_only}</div> <div class="entry_body"><div class="entry_link"> {entry_description} <a name="sequel"></a> <div class="entry_more"> {entry_sequel} </div></div> <div class="jugem_bana"><div class="bana_link"> </div></div></div> <div class="entry_state"> [posted by {user_name} ] [ {category_name} ] [ {comment_num} ] [ {trackback_num} ] [ <a href="#top">▲</a> ]</div> </td> </tr> </table> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry"> <table width="520" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="520"> <div class="entry_date_comment">コメント</div> <!-- BEGIN comment --> <div class="entry_comment"> {comment_description}</div> <div class="entry_state"> [ {comment_name} ] [ {comment_time} ]</div> <!-- END comment --> <div class="entry_date_comment">コメントする</div> <div class="entry_comment"> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" /> <label for="name">name:</label><br/> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" /><br /> <label for="email">email:</label><br> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" /><br /> <label for="url">url:</label><br> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" /><br /> <label for="description">comments:</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:470px;"></textarea><br /> <br /> <input tabindex="5" type="submit" value="コメント送信" onclick="javascript:setval();" /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">Cookieに登録</label> </form> </div> </td> </tr> </table> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="entry"> <table width="520" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <div class="entry_date_comment">この記事のトラックバックURL</div> <div class="entry_comment"> {trackback_url} </div> <div class="entry_date_comment">トラックバック</div> <!-- BEGIN trackback --> <div class="entry_title">{trackback_title}</div> <div class="entry_comment">{trackback_excerpt}</div> <div class="entry_state"> [ {trackback_blog_name} ] [ {trackback_time} ] </div> <!-- END trackback --> </td> </tr> </table> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry"> <table width="520" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="520" height="20"> <div class="entry_date_comment">about: {profile_name}</div> <div class="entry_comment">{profile_description}</div> </td> </tr> </table> </div> <!-- END profile_area --> </td> <!--right side--> <td width="270"><align="right"> <!-- BEGIN calendar --> <div class="calendar"> <div class="calendar_link"> <table border="0" cellspacing="1" cellpadding="0"> <tr> <td class="sunday">Sun</td> <td class="weekday">Mon</td> <td class="weekday">Tue</td> <td class="weekday">Wed</td> <td class="weekday">Thu</td> <td class="weekday">Fri</td> <td class="saturday">Sat</td> </tr> </table> {calendar} </div></div> <!-- END calendar --> <!-- BEGIN freespace1 --> <!--begin--> <div class="links"> <div class="linktitle" id="free1name">{freespace_title1}</div> <div class="linktext" id="free1list">{freespace_contents1} </div> </div> <!--end--> <!-- END freespace1 --> <!-- BEGIN latest_entry --> <div class="links"> <div class="linktitle" id="newentryname">NEW ENTRIES</div> <div class="linktext02" id="newentrylist"> <div id="entrylist">{latest_entry_list}</div> </div> </div> <!-- END latest_entry --> <!-- BEGIN recent_comment --> <div class="links"> <div class="linktitle" id="commentname">RECENT COMMENTS</div> <div class="linktext02" id="commentlist"> <div id="commentlist">{recent_comment_list}</div> </div> </div> <!-- END recent_comment --> <div class="linktitle02">RECOMMEND</div> <!-- BEGIN amazon --> <div class="links"> <div class="linktext04"> <div class="amazon_link"> <a href="{amazon_url}" target="_blank" title="{amazon_ProductName}"> <img border="0" src="{amazon_ImageUrlMedium}" alt="{amazon_ProductName}" class="amazon_pict"></a> <br><div class="amazon_comment"> {amazon_comment} </div></div></div></div></div> <!-- END amazon --> <!-- BEGIN profile --> <div class="links"> <div class="linktitle" id="profilename">PROFILE</div> <div class="linktext" id="profilelist"> {user_list} </div> </div> <!-- END profile --> <!-- BEGIN recent_trackback --> <div class="links"> <div class="linktitle" id="tbname">RECENT TRACKBACK</div> <div class="linktext02" id="tblist"> <div id="tblist">{recent_trackback_list}</div> </div> </div> <!-- END recent_trackback --> <!-- BEGIN category --> <div class="links"> <div class="linktitle" id="categoryname">CATEGORY</div> <div class="linktext" id="categorylist"> {category_list} </div> </div> <!-- END category --> <!-- BEGIN archives --> <div class="links"> <div class="linktitle" id="archivename">ARCHIVES</div> <div class="linktext" id="archivelist"> {archives_list} </div> </div> <!-- END archives --> <!-- BEGIN freespace2 --> <div class="links"> <div class="linktitle" id="free2name">{freespace_title2}</div> <div class="linktext" id="free2list">{freespace_contents2}</div> </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="links"> <div class="linktitle" id="free3name">{freespace_title3}</div> <div class="linktext" id="free3list">{freespace_contents3}</div> </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="links"> <div class="linktitle" id="free4name">{freespace_title4}</div> <div class="linktext" id="free4list">{freespace_contents4}</div> </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="links"> <div class="linktitle" id="free5name">{freespace_title5}</div> <div class="linktext" id="free5list">{freespace_contents5}</div> </div> <!-- END freespace5 --> <!-- BEGIN link --> <div class="links"> <div class="linktitle" id="linkname">LINKS</div> <div class="linktext" id="linklist"> <div id="linklist">{link_list}</div> </div> </div> <!-- END link --> <!-- powered --> <div class="links"> <div class="linktitle" id="othersname">OTHERS</div> <div class="linktext" id="otherslist"> <ul> <li><a href="./admin/" target="_blank">管理者ページ</a></li> <li><a href="./?mode=rss">RSS 1.0</a></li> <li><a href="./?mode=atom">Atom 0.3</a></li> </ul> <div class="jugem_bana"><div class="bana_link"> <a href="http://jugem.jp/?banner_id=temp" target="_blank"><img src="../template/banner/jugem_gray01.gif" width="128" height="22" alt="みんなのブログポータル JUGEM" border="0" /></a> <a href="http://paperboy.co.jp/" target="_blank"><img src="../template/banner/paperboy_gray01.gif" width="128" height="22" alt="paperboy&co." border="0" /></a> </div> </div> </div> </div> </div> <!-- /powered/ --> <!-- search --> <div class="links"> <div class="linktitle" id="searchname">SEARCH</div> <div id="searchlist"> <div class="search"> <form method="get" action=""> <input id="search" name="search" size="16" style="width: 100px" /><input type="submit" value="search" /> </form> </div></div></div> <!-- /search/ --> <!-- BEGIN selected_entry --> <div class="links"> <div class="linktitle" id="selectedentryname">SELECTED ENTRIES</div> <div class="linktext02" id="selectedentrylist"> <div id="entrylist">{selected_entry_list}</div> </div> </div> <!-- END selected_entry --> <!-- ad --> <div class="links"> <div class="linktitle" id="adname"> SPONSORED LINKS</div> <div class="linktext" id="adlist"> {ad} </div> <!-- //ad --> <div class="linktext"><a href="#top">△ PAGE TOP △</a></div> </td> </tr> </table> </td> <!--footer --> <br /><br> <table width="700" border="0" cellspacing="0" cellpadding="0" align="center"> <tr valign="top"> <td width="470" class="copyright"> {copyright} <!-- /footer/ --> <br> Designed by <a href="http://sk-blog-ver.jugem.jp" target="_blank">k a m i m u r a</a></td> </tr> </div> </table> <br /><br /> <!-- 折り畳み --> <script type="text/javascript"> <!-- function InitFoldNavi() { FoldNavigation('newentry','on' ,false); // 最新エントリ FoldNavigation('selectedentry','off' ,false); // 選択エントリ FoldNavigation('category','off' ,false); // カテゴリー FoldNavigation('comment' ,'on' ,false); // 最新コメント FoldNavigation('tb' ,'off' ,false); // 最新トラックバック FoldNavigation('archive' ,'off',false); // アーカイブ FoldNavigation('link' ,'on' ,false); // リンク FoldNavigation('free1' ,'on' ,false); // フリースペース1 FoldNavigation('free2' ,'off' ,false); // フリースペース2 FoldNavigation('free3' ,'on' ,false); // フリースペース3 FoldNavigation('free4' ,'on' ,false); // フリースペース4 FoldNavigation('free5' ,'on' ,false); // フリースペース5 FoldNavigation('others' ,'off' ,false); // その他リスト FoldNavigation('profile' ,'on' ,false); // プロファイル FoldNavigation('search' ,'off' ,false); // 検索 } function FoldNavigation(idName,initMode,viewNum) { var openMark = '+'; /* 閉じている場合に開くためのマーク */ var closeMark = '−'; /* 開いている場合に閉じるためのマーク */ var preMark = true; /* マークの挿入位置。タイトルの前なら 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 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> </body> </html>
CSS
body { margin: 0px; background-color: #F9F9F9; } html{ scrollbar-3dlight-color:#ffffff; scrollbar-arrow-color:#8e8eff; scrollbar-base-color:#ffffff; scrollbar-darkshadow-color:#ffffff; scrollbar-highlight-color:#8e8eff; scrollbar-shadow-color:#8e8eff; scrollbar-track-color:#f9f9f9; } a:link {color:#414D7B;text-decoration:none;border-bottom:1px #414D7B dotted;} a:visited {color:#775E81; text-decoration:none;} a:active {color:#FFCC33; text-decoration:none;} a:hover {color:#FFCC33; text-decoration:none;border-bottom:1px #FFCC33 dotted;} h1 { margin: 30px 0px 0px 0px; } ul { margin: 0px 0px 0px 15px; padding: 0px; list-style: circle; } .site_title { font-family: "Comic Sans MS", "Osaka‐等幅"; font-weight: bolder; font-size: 30pt; text-align: right; } .site_title a, .site_title a:link, .site_title a:visited, .site_title a:active, .site_title a:hover {color:#3F66B7;text-decoration:none;border-bottom:none;} .description { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; color: #bac1f9; margin: 5px 0px 10px 0px; text-align: right; } .contents { margin: 5px 0px 10px 0px; padding: 5px 0px 10px 0px; border-bottom: 1px dotted #2D417A; } .entry { margin: 10px 0px 0px 10px; background-color: #f9f9f9; } .entry_link a:link {color:#414D7B; text-decoration:none;border-bottom:none} .entry_link a:visited {color:#775E81; text-decoration:none;} .entry_link a:active {color:#FFCC33; text-decoration:none;} .entry_link a:hover {color:#FFCC33; text-decoration:underline;border-bottom:none} .entry_navi{ font-size:12px; text-align:center; margin:5px 0 5px 0; } .entry_date { font-family: "Verdana"; font-size: 11px; color: #414D7B; margin: 3px 50px 5px 0px; padding-top: 3px; border-top: 1px dotted #445196; text-align: right; } .entry_time { font-family: "Verdana"; font-size: 10px; font-weight: bolder; color: #414D7B; margin: 10px 20px 10px 20px; padding-bottom: 3px; } .entry_title { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 15px; font-weight: bolder; color: #5989f9; margin: 15px 20px 0px 0px; } .entry_body { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; line-height: 170%; color: #666666; margin: 10px 0px 0px 20px; height:200px; width:90%; scrollbar-3dlight-color:#ffffff; scrollbar-arrow-color:#8e8eff; scrollbar-base-color:#ffffff; scrollbar-darkshadow-color:#ffffff; scrollbar-highlight-color:#8e8eff; scrollbar-shadow-color:#8e8eff; scrollbar-track-color:#f9f9f9; background-attachment: fixed; background-repeat: no-repeat; background-position: right top; overflow-y: scroll; } .entry_body hr { display: none; } .entry_more { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; line-height: 170%; color: #666666; margin: 15px 20px 15px 20px; } .entry_state { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #999999; margin: 20px 40px 10px 20px; text-align: right; } .entry_des img{ background: #fff; border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 1px solid #666; border-right: 1px solid #666; float: left; margin: 0px 10px 5px 0px; padding: 5px; } .entry_comment { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; line-height: 170%; color: #666666; margin: 15px 20px 15px 20px; } .entry_date_comment { font-family: "Verdana"; font-size: 14px; font-weight: bolder; color: #414D7B; margin: 10px 20px 10px 20px; padding-bottom: 3px; border-bottom: 1px dotted #CCCCCC; } .entry_profile { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 12px; line-height: 170%; color: #666666; margin: 10px 0px 0px 20px; width:100%; } blockquote { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; border-left:3px solid #878ef9; margin:10px 5px; padding:0px 5px; } .pict { border-width: 3px; border-style: solid; border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3; } .links { margin: 8px 0px 8px 20px; width: 200px; } .linktitle { font-family: "Verdana", "Osaka","MS ゴシック","ヒラギノ角ゴ Pro W3"; color:#3D3D3D; font-size:13px; font-weight: bold; letter-spacing:0px; background: #f9f9f9; padding:3px 5px 2px 8px; } .linktitle a:link {color:#414D7B; text-decoration:none;border-bottom:none} .linktitle a:visited {color:#775E81; text-decoration:none;} .linktitle a:active {color:#FFCC33; text-decoration:none;} .linktitle a:hover {color:#FFCC33; text-decoration:none;border-bottom:none} .linktitle02 { font-family: "Verdana", "Osaka","MS ゴシック","ヒラギノ角ゴ Pro W3"; color:#3D3D3D; font-size:13px; font-weight: bold; letter-spacing:0px; background: #f9f9f9; padding:3px 5px 2px 50px; } .linktitle02 a:link {color:#414D7B; text-decoration:none;border-bottom:none} .linktitle02 a:visited {color:#775E81; text-decoration:none;} .linktitle02 a:active {color:#FFCC33; text-decoration:none;} .linktitle02 a:hover {color:#FFCC33; text-decoration:none;border-bottom:none} .linktext { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #333333; line-height: 170%; margin:5px 0px 20px 10px; } .list_link a:link {color:#414D7B; text-decoration:underlinne;border-bottom:none} .list_link a:visited {color:#775E81; text-decoration:none;} .list_link a:active {color:#FFCC33; text-decoration:none;} .list_link a:hover {color:#FFCC33; text-decoration:underline;border-bottom:none} .linktext02 { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #333333; line-height: 170%; margin:10px 0px 10px 10px; } .linktext02 a:link {color:#414D7B; text-decoration:none;border-bottom:none} .linktext02 a:visited {color:#775E81; text-decoration:none;} .linktext02 a:active {color:#FFCC33; text-decoration:none;} .linktext02 a:hover {color:#FFCC33; text-decoration:underline;border-bottom:none} .linktext03 { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #333333; line-height: 170%; margin:10px 0px 20px 0px; } .linktext03 a:link {color:#414D7B; text-decoration:none;border-bottom:none} .linktext03 a:visited {color:#775E81; text-decoration:none;} .linktext03 a:active {color:#FFCC33; text-decoration:none;} .linktext03 a:hover {color:#FFCC33; text-decoration:underline;border-bottom:none} .linktext04 { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #333333; line-height: 170%; margin:5px 0px 0px 0px; } .linktext04 a:link {color:#414D7B; text-decoration:none;border-bottom:none} .linktext04 a:visited {color:#775E81; text-decoration:none;} .linktext04 a:active {color:#FFCC33; text-decoration:none;} .linktext04 a:hover {color:#FFCC33; text-decoration:underline;border-bottom:none} .amazon_comment { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #666666; margin: 5px 0px 0px 10px; } .amazon_link a:link {color:#414D7B; text-decoration:underlinne;border-bottom:none} .amazon_link a:visited {color:#775E81; text-decoration:none;} .amazon_link a:active {color:#FFCC33; text-decoration:none;} .amazon_link a:hover {color:#FFCC33; text-decoration:underline;border-bottom:none} .search { margin: 10px 20px 10px 10px; align: left; } .template { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 10px; color: #333333; line-height: 170%; margin: 20px 0px 5px 20px; } .calendar { margin: 15px 0 10px 20px; padding: 0px; line-height: 160%; text-align: center; background: #f9f9f9; font-size: 12px; width: 200px; } .calendar_link a:link {color:#7f84f9; text-decoration:none;border-bottom:none; font-weight:bolder;} .calendar_link a:visited {color:#775E81; text-decoration:none;} .calendar_link a:active {color:#FFCC33; text-decoration:none;} .calendar_link a:hover {color:#FFCC33; text-decoration:underline;} .calendar table { margin:0 auto; } .cell { width: 27px; height: 10px; padding: 1px; color: #95927c; font-size: 11px; text-align: center; background: #f6f6f6; border: 1px solid #f6f6f6; } .weekday { width: 27px; height: 15px; padding: 1px; color: #000000; font-size: 11px; text-align: center; border: 1px solid #efefef; } .sunday { width: 27px; height: 15px; padding: 1px; color: #A80219; font-size: 11px; text-align: center; border: 1px solid #efefef; } .saturday { width: 27px; height: 15px; padding: 1px; color: #07AD23; font-size: 11px; text-align: center; border: 1px solid #efefef; } .calendar_month { margin: 2px 0; text-align: center; color: #add8a0; font-weight: 100; } .jugem_bana{ margin: 20px 1px 10px 0px; text-decoration: none; } .bana_link a:link {color:#414D7B; text-decoration:none;border-bottom:none} .bana_link a:visited {color:#775E81; text-decoration:none;} .bana_link a:active {color:#FFCC33; text-decoration:none;} .bana_link a:hover {color:#FFCC33; text-decoration:underline;border-bottom:none} .copyright { font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "MS ゴシック", "Osaka‐等幅"; font-size: 11px; color: #333333; line-height: 170%; text-align:center; width: 95%; clear: both; margin: 20px 0px 0px 0px; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑