/* 【スタイルシート:ドット:幅指定:2カラム】1.0 */ /* by sampling.sys ( http://sample.main.jp/ ) */ /* ------------------------------タグ用------------------------------ */ html, body { padding: 0px; margin: 10px 10px; color: #666; background: #fff; text-align: center; scrollbar-base-color: #fff; scrollbar-track-color: #fff; scrollbar-face-color: #fff; scrollbar-shadow-color: #967070; scrollbar-darkshadow-color: #fff; scrollbar-highlight-color: #967070; scrollbar-3dlight-color: #fff; scrollbar-arrow-color: #967070; } hr { height: 1px; border: 1px #bc8f8f dotted;} td { font-size: 10px; } th { font-size: 10px; width: 21px; text-align: center; } input, textarea { font-size: 12px; } div,img,form { padding: 0px; margin: 0px; border: 0px; } /* ------------------------------リンク------------------------------ */ /* 指定無しリンク */ A:link { color: #bc8f8f; text-decoration: none;} A:visited { color: #999999; text-decoration: none; } A:hover { color: #bc8f8f; text-decoration: underline; } A:active { color: #bc8f8f; text-decoration: underline; } /* ブログタイトル */ h1 A:link { color: #967070; text-decoration: none; } h1 A:visited { color: #967070; text-decoration: none; } h1 A:hover { color: #999999; text-decoration: none; } h1 A:active { color: #999999; text-decoration: none; } /* 記事文章部分のリンク */ .entry_text A:link { color: #bc8f8f; text-decoration: none; } .entry_text A:visited { color: #bc8f8f; text-decoration: none; } .entry_text A:hover { color: #bc8f8f; text-decoration: none; border-bottom: 1px #bc8f8f dotted; } .entry_text A:active { color: #bc8f8f; text-decoration: none; border-bottom: 1px #bc8f8f solid; } /* ------------------------------レイアウト------------------------------ */ #range { width: 600px; margin: 0px auto; text-align: left; } #head { width: 100%; background: #f5f5f5 url(s3_dot2_bg.gif); /*########## ブログタイトル背景画像 ##########*/ border: 1px #999 solid; } #main { width: 70%; background: #fff; float: left; font-size: 12px; } #left { width: 0px; background: #fff; float: right; font-size: 10px; padding-top: 10px; } #right { width: 30%; background: #fff; float: right; font-size: 10px; padding-top: 10px; } .foot { padding: 10px 0px 0px 30px; background: #f5f5f5 url(s3_dot2_bg.gif); /*########## フッター背景画像 ##########*/ font-size: 10px; border:1px #999 solid; } .cl { clear: both; } /* float解除 */ /* ------------------------------ブログタイトル・説明文------------------------------ */ h1 { padding: 70px 0px 42px 0px; margin: 0px; text-align: center; } h2 { font-size: 12px; padding: 10px 10px; margin: 0px; color: #666; background: transparent; text-align: center; font-weight: normal; } /* ------------------------------記事------------------------------ */ /* 記事繰り返し全体 */ .entry { margin: 10px 10px 0px 0px; background: #fff; border: 1px #999 solid; } .point{ background: url(s3_dot2_1.gif) no-repeat 50%; /* 記事タイトルアイコン画像 */ padding: 5px 10px 5px 10px; margin-right: 5px; } /* 記事タイトル */ h3 { font-size: 12px; color: #967070; font-weight: bold; padding: 5px 10px; background: #f5f5f5 url(s3_dot2_bg.gif); /*########## 記事タイトルアイコン画像 ##########*/ margin: 0px; border-bottom: 1px #999 solid; } /* 日付 */ .date { padding: 10px; font-size: 10px; text-align: right; } /* 記事本文 */ .entry_text { padding: 0px 10px; overflow: hidden; word-break: break-all; line-height: 140%; } /* 記事下のリンク */ .posted { padding: 0px 10px 10px 0px; font-size: 10px; text-align: right; line-height: 150%; } /* トラックバック・コメント部分 */ .tr_cm { padding: 10px; overflow: hidden; word-break: break-all; line-height: 140%; } span.comment{ width: 40px; padding: 5px 0px 10px 0px; vertical-align: middle; } input { height: 21px; padding: 3px; margin: 5px; border: #999 0px solid; background: #f7eded; color: #666; } textarea { padding: 5px; margin: 0px 0px; border: #999 0px solid; background: #f7eded; scrollbar-track-color: #f7eded; color: #666; word-break: break-all; } /* コメント送信ボタン */ .btn { padding: 2px; border: #bc8f8f 0px solid; background: #bc8f8f; color: #fff; } /* コメントプレビュー */ #comment_preview { background: #fff; margin-top: 10px; padding: 10px; } /* ------------------------------サイドバー------------------------------ */ /* サイドバータイトル */ .side_title { margin-top: 0px; padding: 6px 10px; background: #f5f5f5 url(s3_dot2_bg.gif); /*########## サイドタイトル背景画像 ##########*/ color: #967070; font-weight: bold; text-align: left; border-bottom: 1px #999 solid; } /* サイドバーテキスト */ .side_text { padding: 5px 0px 5px 10px; margin-bottom: 0px; background: #fff; word-break: break-all; line-height: 150%; } /* カレンダー */ .calendar { padding: 2px; text-align: center; } .ife { background: url(s3_dot2_3.gif) no-repeat center; } ul { margin:0px; padding: 5px 0px 5px 23px; } li { list-style: disc url(s3_dot2_2.gif) outside; /*########## サイドアイコン画像 ##########*/ margin: 8px 0px; } .side{ margin:0px; background-color: #fff; border: 1px #999 solid; } /* ------------------------------他------------------------------ */ .prevew { font-size: 10px; padding: 15px 0px 5px 0px; color: #666; text-align: center; } .page { font-size: 10px; padding: 10px 10px; color: #fff; background: transparent; text-align: center; } /* 右寄せ */ .right { padding: 10px; font-size: 10px; text-align: right; }