@charset "EUC-JP";

/* ダウンロードしてくださって、ありがとうございます。
・プラグイン1は左メニュー、プラグイン2は右メニュー、プラグイン3はトップページの記事の上に来るように設定しています。
・アダルト・宗教・違法サイトは使用不可。
・カスタマイズ可ですが、カスタマイズ後も再配布や著作権の削除や改変は不可です。
・幅変更は簡単に出来ますので、各部の幅のところを見てください。
・IWIN・XPにて、E5.5 IE6 IE7 OPERA9 FireFox2 Netscape7で動作・表示確認しています。

何かあれば
http://dokode.blog87.fc2.com/
へどうぞ 
07年5月22日初登録 08年4月20日最終上書き更新
by どこドア */

/* ---------------------------------------
▼画面全体
---------------------------------------- */
/* 全体 */

/* 初期化 */
* {
margin:0;
padding:0;
word-break:break-all;
}

body {
text-align:center; /* IEのバグを利用してセンタリング */
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif; /* 画面全体のフォント指定 */
color:#000; /* 画面全体の文字色 */
line-height:140%; /* 行間 */
background-image:url(http://blog-imgs-14.fc2.com/d/o/k/dokode/fbubottom.jpg); /* 背景画面のアドレス */
background-position:right bottom; /* 右下に配置 */
background-repeat:no-repeat; /* 画像を繰り返さない */
background-attachment:fixed; /* 画像を固定 */
background-color:#000; /* 画面背景の色 */
font-size:12px; /* 文字サイズ */
margin:0;
padding:0;
}

/* ---------------------------------------
▼各部の幅
---------------------------------------- */
/* 全体レイアウト（＝左右メニュー＋中央記事＋余白＝ヘッダー幅） */
#layout {
width:840px; /* 左右メニュー＋中央記事の幅 */
margin:0 auto; /* 左右マージンを自動算出してセンタリング */
padding:0;
}

/* ヘッダー */
#header {
width:840px; /* ヘッダーの幅 */
height:174px; /* ヘッダーの高さ */
background-image:url(http://blog-imgs-14.fc2.com/d/o/k/dokode/fbubana.jpg); /* ヘッダーの背景URL */
background-repeat:no-repeat; /* 背景を繰り返さない */
background-position:center bottom; /* 中央下に配置 */
line-height:1.4; /* 行間 */
margin:0;
padding:0;
}

/* 左メニュー＋中央記事 */
#left_and_main {
float:left; /* 左に回り込む */
width:640px; /*左メニュー＋中央記事の幅*/
margin:0;
padding:0;
}

/* 左メニュー囲み */
#left_block {
float:left; /* 左に回り込む */
text-align:left; /* 文字・左寄せ */
width:185px; /* 左メニューの幅 */
margin:0;
padding:0;
overflow:hidden; /* はみ出した部分を隠す */
}

/* 右メニュー囲み */
#right_block {
float:right; /* 右に回りこむ */
text-align:left; /* 文字・左寄せ */
width:185px; /* 右メニューの幅 */
margin:0;
padding:0;
overflow:hidden; /* はみ出した部分を隠す */
}

/* 中央メイン */
#main_block {
float:right; /*右寄せ*/
width:435px; /* 中央メインの幅 */
padding:0;
margin:0;
}

/* ---------------------------------------
▼リンク
---------------------------------------- */
/* 全体のリンク */
/* 未閲覧 */
a:link {
color:#c6c; /* 文字色 */
text-decoration:none;
}
/* 閲覧済み */
a:visited {
color:#c6f;
text-decoration:none;
}
/* カーソルが乗った時 */
a:hover {
color:#f0c;
text-decoration:none;
}
/* クリックした時 */
a:active {
color:#f69;
text-decoration:none;
}

/* ブログタイトルのリンク設定 */
#header h1 a:link, #header h1 a:visited {
color:#96f;
text-decoration: none;
}
/* カーソルが乗った時 */
#header h1 a:hover {
color:#f9c;
border-bottom:dotted 3px #f9c; /* 下にラインを出す */
text-decoration: none;
}
/* クリックした時 */
#header h1 a:active{
color:#c09;
text-decoration:none;
}

/* 記事タイトルのリンク設定 */
.entry_title a:link, .entry_title a:visited {
color:#f3c;
text-decoration:none;
}
/* カーソルが乗った時 */
.entry_title a:hover {
color:#96f;
text-decoration:none;
}
/* クリックした時 */
.entry_title a:active {
color:#c09;
text-decoration:none;
}

/* ---------------------------------------
▼ヘッダー
---------------------------------------- */
/* 管理リンク */
.admin {
text-align:right; /* 右寄せ */
font-size:12px;
font-family:Arial,Helvetica; /* 文字種類 */
color:#c6c; /* 文字色 */
padding:5px 10px 0;
margin:0;
}

/*ブログタイトル*/
#header h1 {
text-align:left; /* 左寄せ */
font-family:Verdana,Chicago; /* 文字種類 */
font-size:16px; /* 文字サイズ */
font-weight: bold; /* 字の太さ */
color:#f69; /* 文字色 */
padding:0px 10px 0px 150px; /* タイトルの位置・上右下左の順に記述 */
margin:0;
}

/* ブログ説明 */
.intro {
text-align:left; /* 左寄せ */
font-size:12px; 
color:#fff; /* 文字色 */
font-weight:normal; /* 字の太さ */
padding:10px 10px 0px 150px; /* 説明文の位置・上右下左の順に記述 */
margin:0 0 5px;
}

/* ---------------------------------------
▼横カレンダー
---------------------------------------- */
.yoko_calender {
text-align:center; /* 中央寄せ */
font-family:Georgia,Helvetica,Arial; /* フォント指定 */
font-size:12px; /* 文字サイズ */
color:#fff; /* 文字色 */
border-top:1px dotted #999; /* 上にライン */
border-bottom:1px dotted #999; /* 下にライン */
padding:2px 0;
margin:10px auto 20px; /* 中央に配置 */
}

.day{
margin:0 2px; /* 日付の間隔 */
}

/* 横カレンダーのリンク色 */
.yoko_calender a:link, .yoko_calender a:visited {
text-decoration:none;
font-weight:bold;/* 太字 */
color:#96f; /* 文字色 */
}
/* カーソルが乗った時 */
.yoko_calender a:hover {
background:#c6c; /* カーソルが乗った時の背景色 */
color:#000; /* カーソルが乗った時の文字色 */
text-decoration:none;
}
/* クリックした時 */
.yoko_calender a:active {
font-weight:bold;
color:#f99;
text-decoration:none;
}

/* ---------------------------------------
▼プラグインカレンダー
---------------------------------------- */
table.calender {
width:98%; /* 幅 */
font-family:Georgia,Arial,Helvetica; /* 文字種類 */
font-size:11px; /* 文字サイズ */
color:#f5f5f5; /* 文字色 */
border:1px solid #93c; /* ラインで囲んでいます */
}

/* 月表示見出し */
.calender caption {
text-align:center;
}
.calender caption a {
font-weight:bold; /* リンクしてある月を太字に */
}

/* 曜日・日付 */
.calender th, .calender td {
text-align:center;
font-weight:normal;
padding:0;
line-height:140%; /* 行間 */
}

/* リンク設定 */
.calender td a:link, .calender td a:visited {
font-weight:bold; /* 太字 */
text-decoration: none;
color:#f6f; /* 文字色 */
display:block;
}
/* カーソルが乗った時 */
.calender td a:hover {
font-weight:bold; /* 太字 */
background:#f9c; /* 背景色 */
color:#000; /* 文字色 */
text-decoration:none;
}
/* クリックした時 */
.calender td a:active {
color:#96f; /* 文字色 */
text-decoration:none;
}

th#sat {
color:#00f; /* 土曜日の色 */
}
th#sun {
color:#c00; /* 日曜日の色 */
}

/* ---------------------------------------
▼中央メイン
---------------------------------------- */
/* 記事部分囲み */
.entry_block {
text-align:right;
border-collapse:collapse; /* 余白をなしに */
border:1px solid #000; /* ラインで囲んでいます */
background-color:#fff; /* 背景色 */
margin:15px 0 30px;
}

/* プラグイン3タイトル・コメント・トラバナビなど */
.p3_title {
text-align:left; /* 左寄せ */
font-size:13px; /* 日付のサイズ */
color:#fff; /* 文字色 */
font-weight:bold; /* 文字の太さ */
font-family:Verdana,Chicago; /* フォント指定 */
background-image:url(http://blog-imgs-14.fc2.com/d/o/k/dokode/doplace2.gif); /* 背景画像URL */
background-repeat:repeat-x; /* 画像を横にリピート */
background-position:left;
padding:0 5px 19px;
margin:0;
}

/* 記事日付 */
.entry_day {
text-align:right; /* 右寄せ */
font-family:Verdana,Chicago; /* フォント指定 */
font-size:12px; /* 文字サイズ */
color:#fff; /* 文字色 */
font-weight:bold; /* 文字の太さ */
background-image:url(http://blog-imgs-14.fc2.com/d/o/k/dokode/doplace1.gif); /* 背景画像URL */
background-repeat:repeat-x; /* 画像を横にリピート */
background-position:left;
padding:0 5px 19px;
margin:0;
}

/* 記事タイトル */
.entry_title {
text-align:left; /* 左寄せ */
font-size:13px; /* 文字サイズ */
font-weight:bold; /* 文字太さ */
color:#c3c; /* 文字色 */
background:url(http://blog-imgs-14.fc2.com/d/o/k/dokode/icondobut1.gif) no-repeat left; /* アイコン設定 */
margin:5px 5px 0;
padding:5px 10px 7px 25px;
}

/* 記事本文 */
.entry_body {
text-align:left;
font-size:12px; /* 文字サイズ */
color:#000; /* 文字色 */
line-height:1.6; /* 行間 */
padding:0;
margin:10px 15px 15px;
}

/* 続きを読む */
.more {
text-align:left; /* 左寄せ */
font-weight:normal; /* 文字太さ */
color:#c6c; /* 文字色 */
font-family:Verdana,Chicago,Arial,Helvetica; /* フォント種類 */
margin:10px 0 5px;
}

/* 記事の投稿先テーマ・ジャンル */
.entry_body p.theme {
margin-top:10px;
}

/* 記事中に使われたタグのリンクリスト */
.entry_body p.tag_lnk {
margin-top:10px;
}

/* 記事本文下データ */
.entry_state {
text-align:right; /* 右寄せ */
font-size:12px; /* 文字サイズ */
color:#333; /* 文字色 */
line-height:110%; /* 行間 */
background-color:#fff; /* 画面背景の色 */
background-image:url(http://blog-imgs-14.fc2.com/d/o/k/dokode/kabegrapu.gif); /* 背景画像URL */
background-position:center bottom; /* 背景画像の位置 */
background-repeat:repeat-x; /* 画像を横にリピート */
margin:0;
padding:3px 5px;
}

/* ---------------------------------------
▼全記事リスト
---------------------------------------- */
.all_body {
text-align:left;
font-size:12px; /* 文字サイズ */
color:#666; /* 文字色 */
line-height:130%; /* 行間 */
margin:0;
padding:2px 10px;
}
.all_bottom {
text-align:right;
font-size:11px;
font-family:Verdana,Chicago; /* 文字の種類 */
color:#666;
padding:2px 5px 0;
margin:2px 5px 0;
border-top:dotted 1px #c6c; /* 上にライン */
}

/* ---------------------------------------
▼ナビゲーション
---------------------------------------- */
/* 記事移動 */
.navi {
text-align:center;
color:#ccc; /* 文字色 */
font-size:12px; /* 文字の大きさ */
line-height:130%; /* 行間 */
padding:0;
margin:20px 0 30px;
}

/* 頁移動 */
.pnavi {
text-align:center; /* 中央寄せ */
font-family:Verdana,Chicago; /* 文字の種類 */
font-size:12px; /* 文字サイズ */
color:#ccc; /* 文字色 */
line-height:130%; /* 行間 */
margin:20px 0;
padding:0 10px;
}

/* 頁TOPへのリンク */
.ptop {
text-align:right; /* 右寄せ */
font-size:11px; /* 文字サイズ */
color:#ccc; /* 文字色 */
font-family:Verdana,Chicago; /* 文字の種類 */
margin:0;
padding:5px 10px;
}

/* ---------------------------------------
▼コメント・トラックバック
---------------------------------------- */
/* コメントのタイトル */
.ct_title {
text-align:left; /* 左寄せ */
font-size:12px; /* 文字サイズ */
color:#f6c; /* 文字色 */
font-weight:bold; /* 文字太さ */
padding:7px 10px 5px;
}

/* コメント本文 */
.comment_body {
text-align:left; /* 左寄せ */
font-size:12px; /* 文字サイズ */
color:#000; /*文字色*/
line-height:1.6; /* 行間 */
padding:5px 15px 0;
margin:0;
}

/* コメント下データ */
.comment_date {
text-align:right; /* 右寄せ */
font-size:12px; /* 文字サイズ */
color:#666; /* 文字色 */
border-bottom:1px dotted #96f; /* 下にライン */
margin:0 10px;
padding:5px;
}

/* コメントテーブル */
.c_table {
text-align:left; /* 左寄せ */
font-size:12px; /* 文字サイズ */
}

/* トラックバックアドレス */
.tra_url {
text-align:left; /* 左寄せ */
line-height:150%; /* 行間 */
padding:5px 20px;
margin:0;
}

/* トラックバックのタイトル */
.tra_title {
text-align:left; /* 左寄せ */
font-size:12px; /* 文字サイズ */
color:#f6c; /* 文字色 */
font-weight:bold; /* 文字太さ */
padding:5px 10px;
margin:0;
}

/* トラックバック本文 */
.tra_body {
text-align:left; /* 左寄せ */
font-size:12px; /* 文字サイズ */
color: #666; /*文字色*/
line-height:1.4; /* 行間 */
padding:0;
margin:0 15px 5px;
}

/* トラックバック日付 */
.tra_date {
text-align:right; /* 右寄せ */
font-size:12px; /* 文字サイズ */
color:#999; /* 文字色 */
line-height:130%; /* 行間 */
margin:0 10px 5px;
padding:2px 0;
}

/* ---------------------------------------
▼サイドメニュー（プラグイン1、2）
---------------------------------------- */
/* メニュー内枠 */
.menu_naka {
margin:0;
padding:10px 0 20px;
}

/* メニュータイトル */
.menu_title {
text-align:left; /* 左寄せ */
color:#f0f; /* 文字色 */
font-size:12px; /* 文字サイズ */
font-weight:bold; /* 太字 */
border-bottom:1px dotted #f5f5f5; /* ライン */
background-image:url(http://blog-imgs-14.fc2.com/d/o/k/dokode/icondobutg1.jpg); /* アイコンURL */
background-repeat:no-repeat;
background-position:left center;
margin:0;
padding:2px 5px 1px 20px;
}

/* メニュー中味 */
.menu_body {
margin:0;
padding:0;
}

/* メニュー文字 */
.menu_text {
text-align:left; /* 左寄せ */
font-size:11px; /* 文字サイズ */
color:#ccc;
line-height:130%; /* 行間 */
padding:5px 0;
}

.menu_text p {
text-align:left; /* 左寄せ */
font-size:11px;
color:#ccc; /* メニューの文字色 */
margin:4px;
}

/*メニューリスト親要素*/
.menu_body ul {
text-align:left; /* 左寄せ */
list-style-type:none;
text-decoration:none;
margin:0;
padding:0;
}

/* メニューリスト子要素 */
.menu_body li {
text-align:left; /* 左寄せ */
font-size:12px;/*メニュー項目の字の大きさ*/
color:#f5f5f5;/*メニュー項目の字の色*/
text-decoration:none;
line-height:130%; /* 行間 */
background:url(http://blog-imgs-14.fc2.com/d/o/k/dokode/iconkirado1.gif) no-repeat; /* アイコン設定 */
padding:0px 0px 5px 15px;
}

/* ---------------------------------------
▼フッター
---------------------------------------- */
#footer {
clear:both; /* 回り込み解除 */
text-align:center;
font-size:12px;
color:#ccc;
border-top:1px dotted #96f;
line-height:150%;
margin:0 0 10px;
padding:5px 5px 0;
}

/* ---------------------------------------
▼フォーム
---------------------------------------- */
/* 検索・フォーム・ボタン等全般 */
textarea,input,select {
text-align:left;
font-size:12px; /* 文字サイズ */
font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif; /* MAC・IEバグ回避用フォント指定 */
color:#000; /* 文字色 */
background-color:#fff; /*背景色*/
border:1px solid #96f; /* ラインで囲んでいます */
padding:1px;
margin:3px 0;
}

/* 投稿フォーム */
form {
padding:0;
margin:0;
}
/* 名前・メール・URL・タイトル等記入欄 */
.form_text {
width:250px !important; /* 幅・CSS優先 */
}
/* コメント記入欄 */
.form_textarea {
width:300px !important; /* 幅 */
}
/* 送信・削除ボタン */
.form_button {
width:40px !important; /* 幅 */
}

/* ---------------------------------------
▼その他
---------------------------------------- */
/* 引用 */
blockquote {
text-align:left; /* 左寄せ */
font-size:12px; /* 文字サイズ */
color:#000; /* 文字色 */
background:#FFF0F5; /* 背景色 */
border:1px dotted #c9c; /* ラインで囲んでいます */
margin:5px 10px;
padding:10px;
}

/* スクロール色指定（IEのみ有効）*/
html, body {
scrollbar-arrow-color:#96f;
scrollbar-face-color:#000;
scrollbar-highlight-color:#96f;
scrollbar-3dlight-color:#000;
scrollbar-darkshadow-color:#000;
scrollbar-shadow-color:#96f;
scrollbar-track-color:#000;
}

/* リスト全般 */
ul {
text-align:left; /* 左寄せ */
margin-left:15px;
padding:0;
}

ol {
text-align:left; /* 左寄せ */
margin-left:25px;
padding:0;
}

/* 絵文字 */
.emoji {
vertical-align:middle;
border:0;
}

/* 画像 */
img {
border-style:none;
border-width:0;
text-decoration:none;
padding:0; /* 画像の余白なし */
}

/* プロフィール */
.pay {
text-align:center;
margin:10px 0;
}

/* コード */
/* 記事中にプログラムコードなどを書く時に使います */
div.section pre {
margin:1em auto;
padding:0.5em;
border:1px solid #666;
font-family:sans-serif;
overflow:auto;
width:90%; /* pre element clearing bug in WinIE  */
}

/* for without MacIE5 \*/
div.section pre {
overflow:scroll; /* MacIE用バグ対応 */
}/* */
div.section > pre {
width:auto; /* MacIE用バグ対応 */
}

div.section code {
font-family:monospace; /* 等幅フォントを指定 */
}

/* 文字装飾 */
/* 強調 */
strong, b {
font-weight:bold;
}
/* 斜体 */
em, i {
font-style:italic;
}
/* 打ち消し線 */
s {
text-decoration:line-through;
}
/* 下線 */
u {
text-decoration:underline;
} 

/* IE改行バグ対策 */
br {
letter-spacing:normal;
}