無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
Delft Blue
テンプレートイメージ表示ページへ戻る
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 Language="JavaScript"><!-- function GetMenu(tName) { var i; var TagName = document.getElementsByTagName("div"); var GetMenu = document.getElementById(tName).style; if (document.getElementById(tName) == ''){ return; } if (TagName == ''){ return; } for(i=0; i<TagName.length; i++){ if (TagName[i].className == 'getlist' || TagName[i].className == 'getlist_view') { TagName[i].style.display = "none"; } } if (GetMenu.display == 'none') GetMenu.display = "block"; else GetMenu.display = "none"; } // --></script> <script type="text/javascript" src="./template/js/cookie.js"></script> </head> <body> <a name="top"></a> <!-- BEGIN title --> <div id="title" align="center"> <table align="center"> <tr><td height="32pt"><div class="site_title">{blog_name}</div></td></tr></table></div> <div id="header"> </div> <div id="t-description"><table align="center"> <tr><td height="18pt">{blog_description}</td></tr></table></div> <!-- END title --> <div align =center><br> <table BORDER=0 CELLSPACING=15 CELLPADDING=5> <tr> <td align=center> <!-- BEGIN calendar --> <div class="calendar_title">≡ CALENDAR ≡</div> <div class="calendar" ALIGN="center"> <table border="0" cellspacing="1" cellpadding="0"> <tr> <td class="cell">S</td> <td class="cell">M</td> <td class="cell">T</td> <td class="cell">W</td> <td class="cell">T</td> <td class="cell">F</td> <td class="cell">S</td> </tr> </table> {calendar_only}</div> <div class="calendar_month"><a href="./?month={calendar_prev_yearmonth}" title="前の月"> << </a> {calendar_str_yearmonth} <a href="./?month={calendar_next_yearmonth}" title="次の月"> >> </a></div> <!-- END calendar --> </div> </td> <td VALIGN=middle> <div class="menu01"> <table border=0 width=184 CELLSPACING=2 CELLPADDING=0 > <tr><td class="menu02"><a href="javascript:GetMenu('entry');">entries</a></td></tr> <tr><td class="menu02"><a href="javascript:GetMenu('ctgs');">categories</a></td></tr> <tr><td class="menu02"><a href="javascript:GetMenu('arcv');">archives</a></td></tr> <tr><td class="menu02"><a href="javascript:GetMenu('lnks');">links</a></td></tr></table> </div> </td> <td class="menu03" width=190px> <!-- BEGIN latest_entry --> <div class="getlist" id="entry"> <div class="linktitle">entries</div> <div class="linktext"> {latest_entry_list} </div> </div> <!-- END latest_entry --> <!-- BEGIN category --> <div class="getlist" id="ctgs"> <div class="linktitle">categories</div> <div class="linktext"> {category_list} </div> </div> <!-- END category --> <!-- BEGIN archives --> <div class="getlist" id="arcv"> <div class="linktitle">archives</div> <div class="linktext"> {archives_list} </div> </div> <!-- END archives --> <!-- BEGIN link --> <div class="getlist" id="lnks"> <div class="linktitle">links</div> <div class="linktext"> {link_list} </div> <!-- END link --> </td> </tr> </table> </div> <br> <br> <table border="0" align="center"> <tr> <td valign="top" align="center"> <div class="frame_top"> </div> <!-- CONTENTS START--> <div id ="conte"> <!-- BEGIN entry --> <div class="entry"> <div class="entry_title"><a href="{entry_permalink}">{entry_title}</a></div> <div class="entry_date">{entry_time} {entry_date}</div> <div class="entry_body">{entry_description}</div> <a name="sequel"></a> <div class="entry_more">{entry_sequel}</div> <div class="entry_state">{user_name} | {category_name} | {comment_num} | {trackback_num}</div> {trackback_auto_discovery} </div> <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="a_title">コメント</div> <!-- BEGIN comment --> <div class="com"> <div class="entry_body">{comment_description}</div> <div class="entry_state">| {comment_name} | {comment_time} |</div> </div> <!-- END comment --> <br> <div class="a_title">コメントする</div> <div class="com_form"> <form action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" /> <label for="name"><div class="com_label">NAME</div></label> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" style="width:250px;" /><br /> <label for="email"><div class="com_label">MAIL</div></label> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" style="width:250px;" /><br /> <label for="url"><div class="com_label">URL</div></label> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" style="width:250px;"/><br /> <label for="description"><div class="com_label">COMMENTS</div></label> <textarea tabindex="4" id="description" name="description" rows="7" cols="20" style="width:370px;"></textarea> <br /> <br /> <input type="submit" value=" Send " /> <input type="checkbox" name="set_cookie" value="1" id="set_cookie"> <label for="set_cookie">COOKIE</label> </form> </div> <!-- END comment_area --> <!-- BEGIN trackback_area --> <a name="trackback"></a> <div class="a_title">この記事のトラックバックURL</div> <div class="tb_url">{trackback_url}</div> <!-- BEGIN trackback --> <div class="a_title">トラックバック</div> <div class="tb"> <div class="tb_title">{trackback_title}</div> <div class="tb_body">{trackback_excerpt}</div> <div class="tb_state">{trackback_blog_name} | {trackback_time}</div> </div> <!-- END trackback --> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry"> <div class="entry_title">"{profile_name}"のPROFILE</div> <div class="entry_body">{profile_description}</div> </div> <!-- END profile_area --> <!-- BEGIN sequel --> <div class="entry_navi"> {prev_entry} | <a href="./">main</a> | {next_entry} </div> <!-- END sequel --> <!-- BEGIN page --> <div class="page">{prev_page_link} | {page_now}/{page_num}PAGES | {next_page_link}</div> <!-- END page --> <div class="frame_bottom"></div> </div> <!-- CONTENTS END--> </td><td width="15"></td><td valign="top"> <div class="right_top"></div> <div id ="navi"> <div class="menu04"> <!-- search --> <div class="linktitle"> <form method="get" action=""> <input type="image" src="http://img-cdn.jg.jugem.jp/681/177905/20060528_31303.gif" alt="このブログ内を検索する" value="Search" /> <br /></div> <div class="linktext"><input id="search" name="search" size="26" style="width:150px height: 26px" class="form" /> </form> </div></div> <!-- /search/ --> </div> <!-- BEGIN profile --> <div class="menu04"> <div class="linktitle">PROFILE</div> <div class="linktext">{user_list}</div></div> <!-- END profile --> <!-- BEGIN recent_comment --> <div class="menu04"> <div class="linktitle">RECENT COMMENT</div> <div class="linktext"><div id="commentlist">{recent_comment_list}</div> </div> </div> <!-- END recent_comment --> <!-- BEGIN recent_trackback --> <div class="menu04"> <div class="linktitle">RECENT TRACKBACK</div> <div class="linktext"><div id="tblist">{recent_trackback_list}</div></div></div> <!-- END recent_trackback --> <!-- フリースペース --> <!-- BEGIN freespace1 --> <div class="menu04"> <div class="linktitle">{freespace_title1}</div> <div class="linktext">{freespace_contents1}</div> </div> <!-- END freespace1 --> <!-- BEGIN freespace2 --> <div class="menu04"> <div class="linktitle">{freespace_title2}</div> <div class="linktext">{freespace_contents2}</div> </div> <!-- END freespace2 --> <!-- BEGIN freespace3 --> <div class="menu04"> <div class="linktitle">{freespace_title3}</div> <div class="linktext">{freespace_contents3}</div> </div> <!-- END freespace3 --> <!-- BEGIN freespace4 --> <div class="menu04"> <div class="linktitle">{freespace_title4}</div> <div class="linktext">{freespace_contents4}</div> </div> <!-- END freespace4 --> <!-- BEGIN freespace5 --> <div class="menu04"> <div class="linktitle">{freespace_title5}</div> <div class="linktext">{freespace_contents5}</div> </div> <!-- END freespace5 --> <!-- /フリースペース/ --> <!-- BEGIN amazon --> <div class="menu04"> <div class="linktitle">RECOMMEND</div> {amazon_item}</div></div> <!-- END amazon --> <div class="menu05"> <div align="center">{ad}</div> </div></div> <div class="right_bottom"></div> </td> </tr> </table> <!--footer --> <br> <!-- powered --> <div align="center"> <a href="./admin/">管理者のページ</a>| <a href="./?mode=rss">RSS1.0</a><BR> <a href="https://jugem.jp/?banner_id=temp" target="_blank"><img src="../template/banner/powered_12a.gif" width="128" height="22" alt="みんなのブログポータル JUGEM" border="0" /></a><a href="http://paperboy.co.jp/" target="_blank"><img src="../template/banner/paperboy_blue02.gif" width="128" height="22" alt="paperboy&co." border="0" /></a></div> <div class="copyright">{copyright}<br /> <div align="right"><a href="#top">▲TOPへ</a><br /></div> <img src="http://img-cdn.jg.jugem.jp/2b2/141479/20060407_20082.gif" alt="" width="22" height="9" border="0"> </div> <!-- /footer/ --> </div> </body> <script type="text/javascript"> <!-- function GetElements(tagName, className) { var ret = []; var obj = this.document.getElementsByTagName(tagName); for (var i = 0; i < obj.length; i++) if (obj[i].className == className) ret[ret.length] = obj[i]; return ret; } // reference from NYAN-NYAN-HANTEN (C) ALIMIKA SATOMI http://www.remus.dti.ne.jp/~a-satomi/ // --> </script> <script type="text/javascript"> <!-- ChangeMore(); function ChangeMore() { var outText = '>>>>'; /* 「続きを読む>>」から置き換える文句 */ var viewMode = window.location.search; if ( viewMode.indexOf("?eid=") > -1 || viewMode.indexOf("?mode=comment") > -1 ) return; var objMore = GetElements('div','entry_more'); for (i=0;i<objMore.length;i++) { var linkMore = objMore[i].getElementsByTagName('a'); for (j=0;j<linkMore.length;j++) { if ( linkMore[j].getAttribute('href').indexOf('#sequel') > -1 ) linkMore[j].firstChild.nodeValue = outText; } } } // --> </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('commentlist',gTreeOption); // 最新コメントリストのツリー化 createTreeList('tblist',gTreeOption); // 最新トラックバックリストのツリー化 // --> </script> </body> </html>
CSS
body { font-family: "Verdana", "Osaka","MS ゴシック","ヒラギノ角ゴ Pro W3"; font-size: 11px; line-height: 150%; letter-spacing: 2px; background-color: #ffffff; margin: 0px; padding: 0px; text-align: center; color: #999999; } br { letter-spacing: normal; } h1 { margin: 0px; padding: 0px; text-align: center; } ul { margin: 0px 0px 0px 20px; padding: 0px; list-style: square; } #header { background-image : url("http://img-cdn.jg.jugem.jp/681/177905/20060603_36712.jpg"); background-repeat:no-repeat; background-position: center top; text-valign: bottom; text-align: center; height:200px; } #title { background-color :#00175A; width : 100%; height : 26pt; text-align: center; text-valign : bottom; font-family :"Comic Sans MS"; color : #ffffff; letter-spacing: 2px; font-weight : bold; } #t-description { background-color :#00175A; width : 100%; height: 18pt; text-align: center; text-valign : middle; font-family :"Veranda"; font-size : 12pt; color : #ffffff; } .menu01{ color: #02308D; font-size: 12pt; font-family :"Arial"; font-weight : bold letter-spacing: 1pt; } .menu01 a:link, .menu01 a:visited, .menu01 a:hover, .menu01 a:active { color: #02308D; font-size: 12pt; font-family :"Arial"; font-weight : bold letter-spacing: 1pt; } .menu02 { width:180px; height: 37px; text-align: center; text-valign: middle; background-image : url("http://img-cdn.jg.jugem.jp/681/177905/20060528_31293.gif"); } .menu03{ background-image : url("http://img-cdn.jg.jugem.jp/681/177905/20060527_30972.gif"); } #conte { float: left; width: 500px; padding-right: 50px; padding-left: 50px; text-align: center; clear: both; background-color: #ffffff; } #navi { width: 220px; background-color: #ffffff; text-align: left; } a {text-decoration:none;} a:link { text-decoration: none; color: #00175A; } a:visited { text-decoration: none; color: #00175A; } a:hover, a:active { text-decoration: underline; color: #00175A; } .site_title { background-color :#00175A; text-align: center; font-family :"Comic Sans MS"; font-size : 18pt; letter-spacing: 2px; font-weight : bold; color: #ffffff; } .site_title a, .site_title a:link, .site_title a:visited, .site_title a:active { color: #ffffff; } .site_title a:hover { color: #ffffff; text-decoration: none; } .description { font-size : 11px; line-height: 170%; letter-spacing : 2px; text-align: center; color: #999999; margin: 10px 0px 10px 0px; } .menu04{ width: 180px; margin-top: 10px; margin-bottom: 10px; margin-right:20px; margin-left:20px; padding-bottom: 20px; border-bottom: 1px dotted #00175A; } .menu05{ width: 180px; margin-top: 10px; margin-bottom: 10px; margin-right:20px; margin-left:20px; padding-bottom: 20px; padding-top: 10px; padding-left: 15px; text-align: center; } .linktitle { font-family :"Times New Roman"; font-size: 14px; text-align: left; letter-spacing: 2px; margin: 0px 0px 0px 0px; padding: 0px 0px 3px 0px; color: #111851; } .linktext { font-size: 10px; color: #5F97E2; line-height: 170%; margin: 0px 0px 0px 0px; padding-left: 10px; letter-spacing: 1px; text-align: left; } .linktext a, .linktext a:link, .linktext a:visited, .linktext a:hover, .linktext a:active { color: #5F97E2; } .entry { margin-top: 20px; margin-bottom: 20px; padding: 10px; text-align: center; } .frame_top{ margin-right: 40px; margin-left: 40px; width: 420px; height: 29px; background-image : url("http://img-cdn.jg.jugem.jp/681/177905/20060604_38047.gif"); margin-bottom : 10px; } .frame_bottom{ margin-right: 40px; margin-left: 40px; margin-top : 10px; width: 420px; height: 29px; background-image : url("http://img-cdn.jg.jugem.jp/681/177905/20060604_38049.gif"); } .entry_title { margin-left: 40px; margin-right: 40px; width: 400px; height: 20px; font-size: 12px; font-weight: bold; text-align: center; line-height: 160%; letter-spacing: 2px; background-image : url("http://img-cdn.jg.jugem.jp/681/177905/20060528_31572.gif"); background-repeat:no-repeat; background-position: center top; color:#D9F8FC; } .entry_title a, .entry_title a:link, .entry_title a:visited, .entry_title a:active, .entry_title a:hover { color: #D9F8FC; } .entry_date { font-size: 9px; text-align: right; letter-spacing: 1px; margin-left: 60px; margin-right: 60px; margin-bottom: 10px; margin-top: 5px; color: #80B9FF; } .entry_date a, .entry_date a:link, .entry_date a:visited, .entry_date a:hover, .entry_date a:active { color: #80B9FF; } .entry_body { font-size: 11px; letter-spacing: 2px; line-height: 160%; color: #0C309B; text-align: left; margin-top: 10px; margin-left: 60px; margin-right: 60px; } .entry_more { font-size: 11px; letter-spacing: 2px; line-height: 160%; text-align: left; color: #0C309B; margin-bottom: 10px; margin-left: 60px; margin-right: 60px;} .entry_state { width: 400px; height: 20px; font-size: 9px; text-align: center; letter-spacing: 1px; margin-left: 40px; margin-right: 40px; margin-top:20px; padding-top : 2px ; padding-bottom : 2px ; color: #00175A; border-top-width : 1px; border-bottom-width : 1px; border-left-width : 0px; border-right-width : 0px; border-color : #00175A; border-style : dotted; background-image : url("http://img-cdn.jg.jugem.jp/681/177905/20060528_31598.gif"); background-repeat:no-repeat; background-position: center middle; } blockquote { font-size: 11px; letter-spacing: 2px; margin: 20px 10px 20px 10px; padding: 10px; border-left: 1px solid #999999; } .entry_navi { margin-top:20px; margin-bottom: 20px; margin-left: 50px; margin-right: 50px; width: 400px; height: 20px; font-size: 9px; color: #80B9FF; text-align: center; background-image : url("http://img-cdn.jg.jugem.jp/681/177905/20060528_31760.gif"); background-repeat:no-repeat; background-position: center middle; } .entry_navi a, .entry_navi a:link, .entry_navi a:visited, .entry_navi a:hover, .entry_navi a:active { color: #80B9FF; } .pict { border: 0px solid #cccccc; background-color: #ffffff; padding: 0px; } .a_title{ margin-right:50px; margin-left: 50px; margin-top:10px; margin-bottom:10px; height: 20px; width: 400px; font-size: 11px; border-top : 1px dashed #80B9FF; border-bottom : 1px dashed #80B9FF; color: #80B9FF; } .com { margin: 15px 40px 10px 20px; padding: 0px; } .com_form { font-size: 11px; line-height: 150%; margin: 0px 20px 0px 20px; } .com_label{ margin-top:20px; font-size: 11px; color: #80B9FF; font-family:"Trebuchet MS"; } .right_top{ width: 200px; height: 30px; background-image : url("http://img-cdn.jg.jugem.jp/681/177905/20060604_38027.gif"); margin-bottom : 10px; margin-right:10px; margin-left:10px; } .right_bottom{ width: 200px; height: 30px; background-image : url("http://img-cdn.jg.jugem.jp/681/177905/20060604_38027.gif"); margin-top : 10px; margin-right:10px; margin-left:10px; } .tb_url { font-size: 11px; margin-right:50px; margin-left: 50px; margin-top:10px; margin-bottom:10px; height: 20px; color:#ffffff; background-color: #80B9FF; } .tb { margin: 10px 30px 10px 20px; padding: 0px; } .tb_title { width: 400px; font-size: 10px; font-weight: bold; margin-top: 20px; margin-left: 50px; margin-right: 50px; margin-bottom: 10px background-color:#0C309B; color:#D9F8FC; } .tb_title a, .tb_title a:link, .tb_title a:visited, .tb_title a:active, .tb_title a:hover { color: #D9F8FC; background-color:#0C309B; } .tb_body { font-size: 10px; letter-spacing: 2px; line-height: 150%; color: #0C309B; text-align: left; margin-top: 10px; margin-left: 60px; margin-right: 60px; } .tb_state { font-size: 9px; text-align:center; margin-left: 40px; margin-right: 40px; margin-top:20px; padding-top : 2px ; padding-bottom : 2px ; color: #00175A; border-top-width : 1px; border-bottom-width : 1px; border-left-width : 0px; border-right-width : 0px; border-color : #00175A; border-style : dotted; } .page { margin-top:20px; margin-bottom: 20px; margin-left: 50px; margin-right: 50px; width: 400px; height: 20px; font-size: 9px; color: #80B9FF; text-align: center; background-image : url("http://img-cdn.jg.jugem.jp/681/177905/20060528_31760.gif"); background-repeat:no-repeat; background-position: center middle; } .page a, .page a:link, .page a:visited, .page a:hover, .page a:active { color: #80B9FF; } .getlist { DISPLAY: none; overflow: auto; text-align: left; text-valign: middle; margin-top: 5px; margin-left: 15px; } /* CALENDAR---------------------------------------------------------------------- */ .calendar{ font-family: "Verdana"; font-size: 10px; color: #02308D; letter-spacing : 0pt; background-color: #ffffff; margin-top: 2px ; margin-bottom: 2px; padding: 3px 3px 3px 3px; text-align: center; } .today { background-color: #ffffff; } .calendar a:link, .calendar a:active, .calendar a:visited{ background-color:#02308D; color:#ffffff; } .calendar a:hover{ color:#02308D; background-color:#ffffff; font-weight:bold; width:24px; height:20px; } .cell { border: 1px dotted #02308D; width:24px; height:20px; margin: 0px; padding: 0px; text-align: center; color:#02308D; } .calendar_title{ font-family :"Arial"; background-color:#02308D; width: 100%; color:#ffffff; font-size:12; font-weight:bold; text-align: center; } .calendar_month { font-size: 12px; background-color:#02308D; color: #ffffff; text-align: center; } .calendar_month a:link, .calendar_month a:active, calendar_month a:hover, .calendar_month a:visited{ background-color:#02308D; color:#ffffff; } .amazon { margin: 20px 10px 10px 10px; text-align: center; } .amazon_text { font-size: 9px; margin: 10px 0px 10px 0px; } .amazon_pict { font-size: 10px; border: 1px solid #CCC; padding: 0px; margin: 0px; } form{ margin: 0px; padding:0px; } input,textarea,{ font-family: "Verdana", "Osaka","MS ゴシック","ヒラギノ角ゴ Pro W3"; font-size :11px; background-color:#FFF; border: 1px solid #999999; color : #999999; padding-top : 1px; padding-left : 1px; padding-right : 1px; padding-bottom : 1px; } .pagetop { font-size: 10px; font-weight: bolder; margin: 30px 10px 30px 10px; padding: 5px 5px 0px 0px; border-top: 3px solid #999; text-align: right; } .copyright { font-size: 10px; margin: 0px 0px 0px 0px; padding: 10px 20px 0px 0px; text-align:center; width: 95%; clear: both; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑