無料ブログをかんたん作成
無料ブログ作成ならJUGEM(ジュゲム)
ホーム
ブログ作成
ブログを書く
ブログを見る
無料ブログ作成
JUGEM PLUS お申し込み
サービス紹介
JUGEM(無料ブログ)
JUGEM PLUS(有料プラン)
ブログ機能一覧表
デザイン
公式ブログデザイン
PC版
スマートフォン版
ユーザー作成
ユーザー作成
JUGEM を楽しむ
投稿する・みんなとつながる
ブログテーマ
ブログのお題
その他のコンテンツ
芸能人・有名人のブログ
スペシャルインタビュー
JUGEM を楽しむ 一覧
サポート
管理者ページ・マニュアル
FAQ
お知らせ
新着情報
メンテナンス情報
障害情報
おすすめブログ紹介
このページでは JavaScript を使用しています。JavaScript を有効にしてください。
ホーム
>
ブログデザイン一覧
>
ユーザー作成テンプレート「utf」
>
テンプレートHTML・CSSについて
公開されているテンプレートのHTMLに{ad}タグがないものありますので、エラーが表示された場合は{ad}タグを追加してご利用ください。
テンプレートの利用について
弊社が著作権を所有する画像等以外のテンプレートに関する著作権は制作者にあります。弊社提供以外のブログサービスで利用した場合は、その都度制作者の方にご確認ください。
テンプレート名 :
SQUARE;凹凸_01
テンプレートイメージ表示ページへ戻る
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> <!-- layout --> <div id="layout"> <!-- contents --> <div id="contents"> <div id="header"> <!-- BEGIN title --> <h1 class="site_title">{blog_name}</h1> <div class="description">{blog_description}</div> <!-- END title --> </div> <!-- BEGIN sequel --> <div class="entry_top"> </div> <div class="entry_navi"> <a href="{prev_permalink}" title="{prev_title}"><<prev entry</a> | <a href="./">main</a> | <a href="{next_permalink}" title="{next_title}">next entry>></a> </div> <!-- END sequel --> <!-- BEGIN entry --> <div class="entry"> <div class="entry_top"> </div> <h2 class="entry_title"><a href="{entry_permalink}" title="Permalink">▼</a>{entry_title}</h2> <div class="entry_date">{entry_year}.{entry_month}.{entry_day}.{entry_eng_week_short} {entry_time_only}</div> <div class="entry_text"> <div class="entry_body">{entry_description}</div> <a name="sequel"></a> <div class="entry_more"> <!-- BEGIN entry_sequel_link --> <br /><a href="./?eid={entry_sequel_id}#sequel">read more...</a> <!-- END entry_sequel_link --> <!-- BEGIN entry_sequel_items --> {entry_sequel_text} <!-- END entry_sequel_items --> </div> <div class="author_name">author: {user_name}</div> </div> <div class="entry_state">{category_name} | <a href="{entry_permalink}">permalink</a> | {comment_num} | {trackback_num}</div> </div> <div class="entry_bottom"> </div> {trackback_auto_discovery} <!-- END entry --> <!-- BEGIN comment_area --> <a name="comments"></a> <div class="entry_top"> </div> <div class="entry_comment"> <div class="comment_title">Comments:</div> <!-- BEGIN comment --> <div class="comment_body">{comment_description}</div> <div class="comment_state">comment by: <span style="color:#b35959;">{comment_name}</span> | {comment_time}</div> <!-- END comment --> <div class="comment_title">Leave a comment:</div> <div class="comment_body"> <form name="comment_area" id="comment_area" action="./?mode=comment" method="post"> <input type="hidden" name="entry_id" value="{entry_id}" /> <input type="text" tabindex="1" name="name" id="name" value="{cookie_name}" /> <label for="name">:Name</label><br /> <input type="text" tabindex="2" name="email" id="email" value="{cookie_email}" /> <label for="email">:Email</label><br /> <input type="text" tabindex="3" name="url" id="url" value="{cookie_url}" /> <label for="url">:URL</label><br /> <label for="description">Comments</label><br /> <textarea tabindex="4" id="description" name="description" rows="10" cols="50" style="width:300px; height:100px; overflow:auto !important;"></textarea><br /><br /> <input tabindex="5" type="submit" value="write" 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_trackback"> <div class="trackback_title">TrackBack URL:</div> <div class="trackback_url">{trackback_url}</div> <div class="trackback_title">TrackBacks:</div> <!-- BEGIN trackback --> <div class="trackback_body">{trackback_title}</div> <div class="trackback_body">{trackback_excerpt}</div> <div class="trackback_state">trackback by: <span style="color:#b35959;">{trackback_blog_name}</span> | {trackback_time}</div> <!-- END trackback --> </div> <div class="entry_bottom"> </div> <!-- END trackback_area --> <!-- BEGIN profile_area --> <div class="entry_top"> </div> <div class="entry_profile"> <div class="entry_title">Profile</div> <div class="prof"> </div> <div class="profile_body"> <div class="profile_name">{profile_name}</div> {profile_description} </div> </div> <div class="entry_bottom"> </div> <!-- END profile_area --> <div class="entry_top"> </div> <div class="page_home"> <a href="./">home</a> </div> </div> <!-- /contents/ --> <!-- side --> <div id="side"> <div class="linktitle03"> Admin: <a href="./admin/">Login</a><br /> Meta: <a href="./?mode=rss">RSS1.0</a>, <a href="./?mode=atom">Atom0.3</a> </div> <br /> <!-- page_menu --> <div class="page_menu"> <!-- calendar --> <div class="linktitle01" id="calendarname">Calendar:</div> <div class="calendar" id="calendarlist" align="center"> <div class="linktext01"> <table border="0" cellspacing="1" cellpadding="0"> <tr> <td class="weekday">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="weekday">Sat</td> </tr> </table> <!-- BEGIN calendar --> {calendar} <!-- END calendar --> </div> <div class="menu_btm01"> </div> </div> <!-- /calendar/ --> <!-- search --> <div class="linktitle02" id="searchname">Search this site:</div> <div class="linktext" id="searchlist"> <div class="linktext02"> <form method="get" action=""> <input id="search" name="search" size="20" style="width:140px" class="form" /><br /> <input type="submit" value="Search" class="button" /> </form></div> <div class="menu_btm02"> </div> </div> <!-- /search/ --> <!-- archives --> <div class="linktitle01" id="archivename">Archives:</div> <div class="linktext" id="archivelist"> <div class="linktext01"> <!-- BEGIN archives --> {archives_list} <!-- END archives --> </div> <div class="menu_btm01"> </div> </div> <!-- /archives/ --> <!-- category --> <div class="linktitle02" id="categoryname">Categories:</div> <div class="linktext" id="categorylist"> <div class="linktext02"> <!-- BEGIN category --> {category_list} <!-- END category --> </div> <div class="menu_btm02"> </div> </div> <!-- /category/ --> <!-- latestentry --> <div class="linktitle01" id="newentryname">New Entry:</div> <div class="linktext" id="newentrylist"> <div class="linktext01"> <!-- BEGIN latest_entry --> {latest_entry_list} <!-- END latest_entry --> </div> <div class="menu_btm01"> </div> </div> <!-- /latestentry/ --> <!-- recentcomment --> <div class="linktitle02" id="commentname">Recent Comment:</div> <div class="linktext" id="commentlist"> <div class="linktext02"> <!-- BEGIN recent_comment --> {recent_comment_list} <!-- END recent_comment --> </div> <div class="menu_btm02"> </div> </div> <!-- /recentcomment/ --> <!-- recenttrackback --> <div class="linktitle01" id="tbname">Recent Trackback:</div> <div class="linktext" id="tblist"> <div class="linktext01"> <!-- BEGIN recent_trackback --> {recent_trackback_list} <!-- END recent_trackback --> </div> <div class="menu_btm01"> </div> </div> <!-- /recenttrackback/ --> <!-- link --> <div class="linktitle02" id="linkname">Link:</div> <div class="linktext" id="linklist"> <div class="linktext02"> <!-- BEGIN link --> {link_list} <!-- END link --> </div> <div class="menu_btm02"> </div> </div> <!-- /link/ --> <!-- amazon --> <div class="linktitle01" id="amazonname">Recommend:</div> <div class="linktext" id="amazonlist"> <!-- BEGIN amazon --> <div class="linktext01"> <a href="{amazon_url}" target="_blank"> <img border="0" src="{amazon_ImageUrlSmall}" alt="{amazon_ProductName}" class="amazon_pict" /> </a> <div class="amazon_text"> <a href="{amazon_url}" target="_blank">{amazon_ProductName}</a> <br />{amazon_Creator} <div class="amazon_comment">{amazon_comment}</div> </div> </div> <div class="menu_btm01"> </div> <!-- END amazon --> </div> <!-- /amazon/ --> <!-- user --> <div class="linktitle02" id="profilename">Profile:</div> <div class="linktext" id="profilelist"> <div class="linktext02"> <!-- BEGIN user --> {user_list} <!-- END user --> </div> <div class="menu_btm02"> </div> </div> <!-- /user/ --> <!-- moblie --> <div class="linktitle01_btm" id="qrcodename">Mobile:</div> <div class="linktext" id="qrcodelist"> <div class="linktext01_btm">{site_qrcode}</div> <div class="menu_btm03"> </div> </div> <!-- /moblie/ --> <br /><br /> <!-- ad --> {ad} <!-- /ad/ --> </div> <!-- page_menu --> <br style="clear:both;" /> </div> <!-- /side/ --> <!-- BEGIN page --> <div id="navigation_box"> <div class="page_navi"> {prev_page_link} | {page_now}/{page_num}PAGES | {next_page_link}</div> </div> <!-- END page --> <!-- footer --> <div id="footer"> <div class="copyright"> <a href="http://paperboy.co.jp/" target="_blank"><img src="../template/banner/paperboy_black01.gif" width="128" height="22" alt="paperboy&co." border="0" /></a> <a href="https://jugem.jp/?banner_id=temp" target="_blank"><img src="../template/banner/jugem_black01.gif" width="128" height="22" alt="みんなのブログポータル JUGEM" border="0" /></a> <br /> {copyright} </div> <div class="footertext">designed by <a href="http://terrapin.jugem.cc/" target="_blank">ambience</a><br /><a href="#top">▲top</a></div> </div> <!-- /footer/ --> </div> <!-- /layout/ --> <script type="text/javascript"> <!-- function InitFoldNavi() { FoldNavigation('calendar' ,'off',false); // カレンダー FoldNavigation('search','off',false); // サーチ FoldNavigation('archive' ,'off',false); // アーカイブ FoldNavigation('category' ,'off',false); // カテゴリ FoldNavigation('newentry','off',false); // 最新エントリ FoldNavigation('comment' ,'off' ,false); // 最新コメント FoldNavigation('tb' ,'off' ,false); // 最新トラックバック FoldNavigation('amazon','off',false); // レコメンド FoldNavigation('link' ,'off' ,false); // リンク FoldNavigation('profile' ,'off',false); // プロフィール FoldNavigation('qrcode','off',false); // QRコード } 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> </body> </html>
CSS
/* ********************************************************* 【SQUARE;凹凸_01】 http://terrapin.jugem.cc/?eid=152 テンプレ公開日: 2006/04/11 テンプレ更新日: 2008/10/11 メニューの折り畳みhttp://nz.jugemers.net/内のスクリプト使用 ********************************************************* */ /* スクロールバー(IE独自) */ html { scrollbar-arrow-color: #333333; scrollbar-base-color: #333333; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #333333; scrollbar-darkshadow-color: #ffffff; scrollbar-3dlight-color: #333333; } body { font-family: "Osaka‐等幅", "century gothic","Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; margin: 25px 10px; padding: 0px; background-color: #ffffff; text-align: center; } #layout { width: 720px; margin-left: auto; margin-right: auto; text-align: left; } #header { width: 480px; height: 140px; margin: 0px; padding: 0px; border-left: 1px solid #333333; } #contents { width: 480px; float: left; margin-bottom: 20px; border-right: 1px solid #333333; border-bottom: 1px solid #333333; border-top: 1px solid #333333; } #side { float: right; width: 220px; margin-bottom: 20px; } #navigation_box { width: 480px; float: left; margin-bottom: 20px; } #footer { width: 720px; text-align: right; padding-top: 20px; padding-bottom: 20px; clear: both; } h1 { margin: 0px; padding: 0px; font-weight: normal; } h2 { margin: 0px; padding: 0px; font-weight: normal; } #contents p { margin: 0px; padding: 0px; line-height: 150%; } #contents ul { margin: 5px 30px 5px 30px; line-height: 150%; padding: 0px; list-style-type: square; } #side ul { margin: 0px 0px 0px 10px; line-height: 150%; padding: 0px; list-style-type: none; } blockquote { font-size: small; color: #555555; line-height: 150%; margin: 5px 30px 5px 25px; padding-left: 5px; border-left: 2px solid #666666; } /* リンク */ a { text-decoration: none; } a:link, a:visited { color : #b35959; text-decoration: none; } a:active, a:hover{ color : #b35959; text-decoration: underline; } /* ブログタイトル */ .site_title { font-size: xx-large; color: #b35959; padding: 15px 0px 10px 20px; } /* ブログの説明 */ .description { font-size: small; color: #333333; padding: 0px 0px 20px 50px; } /* ページナビ関連 */ .page_home { width: 470px; color:#333333; text-align: center; font-size: small; padding-top: 10px; padding-bottom: 10px; border-left: 1px solid #333333; } .page_navi { color:#333333; text-align: center; font-size: small; padding-top: 5px; padding-bottom: 5px; border: 1px solid #333333; } .entry_navi{ font-size: small; color: #333333; padding: 10px 0px 10px 0px; text-align: center; width: 470px; border-left: 1px solid #333333; } /* エントリー関連 */ .entry { margin: 0px 0px 0px 0px; width: 470px; } .entry_title { font-size: small; color: #333333; margin:0px; padding:10px 5px 10px 10px; border-left: 1px solid #333333; } .entry_date { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: 10px; font-weight: normal; color: #333333; margin:0px; padding:2px 5px 2px 5px; border-top: 1px solid #333333; border-right: 1px solid #333333; text-align: right; } .entry_text { border-left: 1px solid #333333; border-top: 1px solid #333333; border-right: 1px solid #ffffff; } .entry_body { font-size: small; line-height: 150%; color: #333333; margin:0px; padding:10px 10px 0px 10px; } .entry_more { font-size: small; line-height: 150%; color: #333333; margin:0px; padding: 0px 10px 0px 10px; } .author_name { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: 10px; color: #333333; margin:0px; padding: 0px 10px 5px 0px; text-align: right; line-height: 150%; } .entry_state { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; margin:0px; padding:10px 5px 10px 5px; font-size: 10px; color: #333333; text-align: right; border-top: 1px solid #333333; border-right: 1px solid #333333; border-bottom: 1px solid #333333; } .entry_top { font-size: 7px; color: #ffffff; line-height: 100%; margin: 0px; width: 470px; border-right: 1px solid #333333; border-top: 1px solid #333333; border-bottom: 1px solid #333333; height: 20px; } .entry_bottom { font-size: 7px; color: #ffffff; line-height: 100%; margin:0px; width: 470px; border-left: 1px solid #333333; } /* コメント・トラックバック関連 */ .comment_body, .trackback_body { font-size: small; line-height: 150%; color: #333333; margin: 0px; padding:15px 50px 2px 50px; } .comment_state, .trackback_state { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: 10px; color: #333333; margin-bottom: 5px; padding:5px 0px 10px 60px; text-align: left; } .entry_comment, .entry_trackback { border-left: 1px solid #333333; width: 470px; } .entry_trackback { padding-bottom: 10px; } .comment_title, .trackback_title { font-size: small; font-weight: normal; color: #333333; margin: 0px 10px 0px 10px; padding:10px 0px 3px 0px; border-bottom: 1px dashed #333333; text-align: right; } .trackback_url { font-size: small; color: #333333; text-align: center; padding-top: 10px; } /* 画像 */ .pict { margin: 5px; padding: 5px; background-color: #ffffff; border-width: 1px; border-style: solid; border-color: #dce3e3 #c1c1c1 #c1c1c1 #dce3e3; } .amazon_pict { margin: 5px; padding: 5px; background-color: #ffffff; border-width: 1px; border-style: solid; border-color: #dce3e3 #c1c1c1 #c1c1c1 #dce3e3; } .amazon_comment { color: #666666; margin-top: 5px; } /* カレンダー */ .calendar { font-family: "Osaka‐等幅", "Verdana", "arial", "ヒラギノ角ゴ Pro W3", "sans-serif"; font-size: 9px; color: #333333; text-align: center; line-height: 140%; } table { margin-left: auto; margin-right: auto; } td { text-align: center; font-size: 9px; color: #333333; } .cell { width: 20px; font-size: 9px; padding: 2px; text-align: center; } .weekday { width: 23px; height: 13px; font-size: 9px; color: #333333; padding: 0px; text-align: center; } .today { background-color: #efefef; } /* プロフィール */ .entry_profile { padding: 0px 0px 0px 0px; font-size: small; color: #333333; text-align: left; width: 470px; } .profile_body { font-size: small; line-height: 130%; color: #333333; margin:0px; padding:5px 5px 10px 10px; border-top: 1px solid #333333; border-left: 1px solid #333333; } .profile_name { font-size: small; color : #b35959; padding: 5px 5px 5px 10px; } .prof { font-size: 7px; color: #ffffff; line-height: 100%; margin: 0px; width: 470px; border-top: 1px solid #333333; border-right: 1px solid #333333; height: 20px; } /* メニュー */ .page_menu { margin: 10px 0px 0px 0px; padding-right: 10px; font-size: small; color: #999999; text-align: right; float: right; width: 210px; } .linktitle01 { font-size: small; font-weight: normal; color: #333333; line-height: 150%; text-align: right; margin: 0px; padding: 5px 10px 5px 5px; border-top: 1px solid #333333; border-left: 1px solid #333333; } .linktitle01_btm { font-size: small; font-weight: normal; color: #333333; line-height: 150%; text-align: right; margin: 0px; padding: 5px 10px 5px 5px; border-top: 1px solid #333333; border-left: 1px solid #333333; border-bottom: 1px solid #333333; } .linktitle02 { font-size: small; font-weight: normal; color: #333333; line-height: 150%; text-align: right; margin: 0px; padding: 5px 10px 5px 5px; border-top: 1px solid #333333; border-right: 1px solid #333333; } .linktitle02_btm { font-size: small; font-weight: normal; color: #333333; line-height: 150%; text-align: right; margin: 0px; padding: 5px 10px 5px 5px; border-top: 1px solid #333333; border-right: 1px solid #333333; border-bottom: 1px solid #333333; } .linktitle03 { font-family: "Osaka‐等幅", "Verdana", "arial", "ヒラギノ角ゴ Pro W3", "sans-serif"; font-size: 11px; font-weight: normal; color: #333333; line-height: 150%; text-align: right; margin: 0px; padding: 100px 10px 5px 5px; } .linktext { font-family: "Osaka‐等幅", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; text-align: right; font-size: 10px; color: #333333; line-height: 130%; margin: 0px; } .linktext01 { margin: 0px; padding: 10px; border-top: 1px solid #333333; border-right: 1px solid #333333; border-left: 1px solid #ffffff; border-bottom: 1px solid #ffffff; } .linktext01_btm { margin: 0px; padding: 10px; border-right: 1px solid #333333; border-top: 1px solid #ffffff; border-left: 1px solid #ffffff; border-bottom: 1px solid #ffffff; } .linktext02 { margin: 0px; padding: 10px; border-top: 1px solid #333333; border-left: 1px solid #333333; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; } .linktext02_btm { margin: 0px; padding: 10px; border-left: 1px solid #333333; border-top: 1px solid #ffffff; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; } .menu_btm01 { font-size: 8px; line-height: 100%; margin: 0px; padding: 0px; border-top: 1px solid #333333; border-left: 1px solid #333333; color: #ffffff; } .menu_btm02 { font-size: 8px; line-height: 100%; margin: 0px; padding: 0px; border-top: 1px solid #333333; border-right: 1px solid #333333; color: #ffffff; } .menu_btm03 { font-size: 8px; line-height: 100%; margin: 0px; padding: 0px; border-top: 1px solid #333333; border-left: 1px solid #333333; border-bottom: 1px solid #333333; color: #ffffff; } .menu_btm04 { font-size: 8px; line-height: 100%; margin: 0px; padding: 0px; border-top: 1px solid #333333; border-right: 1px solid #333333; border-bottom: 1px solid #333333; color: #ffffff; } /* フッター */ .copyright { font-family: "Osaka‐等幅", "Verdana", "arial", "ヒラギノ角ゴ Pro W3", "sans-serif"; font-size: 10px; color: #333333; line-height: 170%; padding-right: 10px; } .footertext { font-family: "Osaka‐等幅", "Verdana", "arial", "ヒラギノ角ゴ Pro W3", "sans-serif"; font-size: 10px; color: #333333; line-height: 170%; padding-right:10px; } textarea { font-family: "Osaka‐等幅", "century gothic", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: small; color: #333333; background-color:#ffffff; border: 1px solid #333333; padding: 3px; } input { font-family: "Osaka‐等幅", "century gothic", "Verdana", "arial", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "trebuchet MS", "trebuchet", "sans-serif"; font-size: small; color: #333333; background-color:#ffffff; border: 1px solid #333333; } label { font-size: small; color: #333333; }
高品質デザイン選び放題で、あなた好みのブログに。今すぐブログ作成!
今すぐ
無料ブログ
をはじめよう! ≫
ブログ作成
利用規約
|
プライバシーポリシー
|
推奨環境
|
会社概要
|
サイトマップ
Copyright © 2003-2021 株式会社メディアーノ All Rights Reserved.
ページの先頭へ↑