body { 
text-align:center;
line-height:1.3;
margin:0;
padding:0;
background-color:#ffffff;
font-family:'Verdana','MSPゴシック';
background-image: url(http://blog-imgs-18.fc2.com/d/e/b/debugged10/ac1_back.gif); 
background-repeat: repeat-x;
} 

#outline { 
background-color:#ffffff;                     /* サイト背景色 */
border:1px solid #cccccc;
background-image: url(http://blog-imgs-18.fc2.com/d/e/b/debugged10/ac1_border1.gif);
background-repeat:repeat-y;
background-position: 0% 20%;
}


/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:820px;                                         /* 全体 */
margin:0 auto;
}
#center { 
width:600px;                                          /* 中央 */
float:right; 
} 
#left { 
width:220px;                                            /* 左 */
float:left; 
} 
#right { 
width:0px;                                            /* 右 */
float:right; 
} 
#center-left {             /* 計算して設定してください ------ */
width:820px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left; 
padding-top:10px;
} 
/******************************************* ▲ サイトの幅 ▲ */



/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#666666; text-decoration:none;}      /* 通常 */
a:active  {color:#666666; text-decoration:none;}      /*実行中*/
a:visited {color:#666666; text-decoration:none;}      /*訪問済*/
a:hover   {color:#999999; text-decoration:underline;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */



/********************************************* ▼ ヘッダー ▼ */
#header_body { 
border:2px solid #ffffff;                     /* 内枠の色     */
background-image: url();
background-repeat: no-repeat; 
height: 250px;
padding:0px;
} 
/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:18px;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:145px 30px 10px; 
padding:0px;
}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#666666; text-decoration:none; } /* 通常 */
h1 a:active  { color:#666666; text-decoration:none; } /*実行中*/
h1 a:visited { color:#666666; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#999999; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */



/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:12px;                                 /* 文字サイズ */
color:#666666;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:5px 30px 33px; 
padding:0px;
}
/***************************************** ▲ サイト紹介文 ▲ */



/************************************************* ▼ 記事 ▼ */

.ently_title { 
font-size:13px;                    /* 文字サイズ(記事タイトル)*/
text-align:left;                   /* 左寄せ    (記事タイトル)*/
padding:5px 20px;
margin:0;
} 
                              /* ▽文字色とリンクの下線有無▽ */
h2 a:link    { color:#666666; text-decoration:none; } /* 通常 */
h2 a:active  { color:#666666; text-decoration:none; } /*実行中*/
h2 a:visited { color:#666666; text-decoration:none; } /*訪問済*/
h2 a:hover   { color:#999999; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body { 
font-size:12px;                       /* 文字サイズ(記事本文) */
color:#666666;                        /* 文字色    (記事本文) */
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 30px 10px 40px; 
line-height:1.5;
} 

.ently_body a:link    {color:#FF9900; text-decoration:none;}      
.ently_body a:active  {color:#FF9900; text-decoration:none;}      
.ently_body a:visited {color:#FF9900; text-decoration:none;}      
.ently_body a:hover   {color:#FFCC00; text-decoration:underline;} 

.ently_navi { 
font-size:12px;
text-align:right;
color:#999999;
background-image: url(http://blog-imgs-18.fc2.com/d/e/b/debugged10/ac1_border2.gif);
background-repeat:repeat-x;
background-position: 0% 100%;
margin:0px 0px 20px;
padding:5px 20px;
height:40px;
} 

.ently_navi a:link    {color:#999999; text-decoration:none;}      
.ently_navi a:active  {color:#999999; text-decoration:none;}      
.ently_navi a:visited {color:#999999; text-decoration:none;}      
.ently_navi a:hover   {color:#666666; text-decoration:underline;}
/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_title { 
font-size:11px;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#666666;                        /* 文字色    (タイトル) */
padding:2px 15px; 
} 
.plugin1_body { 
font-size:11px;                           /* 文字サイズ(本体) */
color:#666666;                            /* 文字色    (本体) */
padding:5px 5px 10px 10px; 
line-height:1.3;
background-image: url(http://blog-imgs-18.fc2.com/d/e/b/debugged10/ac1_border2.gif);
background-repeat:repeat-x;
background-position: 0% 100%;
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_title { 
font-size:11px;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#666666;                        /* 文字色    (タイトル) */
padding:2px 15px; 
} 
.plugin2_body { 
font-size:11px;                           /* 文字サイズ(本体) */
color:#666666;                            /* 文字色    (本体) */
padding:5px 5px 10px 10px; 
line-height:1.3;
background-image: url(http://blog-imgs-18.fc2.com/d/e/b/debugged10/ac1_border2.gif);
background-repeat:repeat-x;
background-position: 0% 100%;
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */

.plugin3_title { 
font-size:13px;                    /* 文字サイズ(記事タイトル)*/
text-align:left;                   /* 左寄せ    (記事タイトル)*/
font-weight:bold;
color:#666666;
padding:5px 20px;
margin:0;; 
} 
.plugin3_body { 
font-size:12px;                       /* 文字サイズ(記事本文) */
color:#666666;                        /* 文字色    (記事本文) */
text-align:left;                      /* 左寄せ    (記事本文) */
background-image: url(http://blog-imgs-18.fc2.com/d/e/b/debugged10/ac1_border2.gif);
background-repeat:repeat-x;
background-position: 0% 100%;
padding:10px 30px 10px 40px; 
margin-bottom:20px;
line-height:1.5;
} 
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */



/********************************************* ▼ コメント ▼ */
.comment_outline { 
text-align:left;                    /* 左寄せ                 */
margin-bottom:20px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:12px;                       /* 文字サイズ(タイトル) */
color:#666666;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
padding:5px 30px; 
} 
.comment_body { 
font-size:12px;                   /* 文字サイズ(コメント本文) */
color:#666666;                    /* 文字色    (コメント本文) */
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:10px 40px;
}
.comment_navi { 
color:#999999;                    /* 文字色    (時刻・CM・TB) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
background-image: url(http://blog-imgs-18.fc2.com/d/e/b/debugged10/ac1_border2.gif);
background-repeat:repeat-x;
background-position: 0% 100%;
height:20px;
padding:0px 40px 10px;
} 

.comment_navi a:link    {color:#999999; text-decoration:none;}      
.comment_navi a:active  {color:#999999; text-decoration:none;}      
.comment_navi a:visited {color:#999999; text-decoration:none;}      
.comment_navi a:hover   {color:#666666; text-decoration:underline;}
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
margin-bottom:20px; 
padding-left:20px;
} 
.trackback_block_title { 
font-size:12px;                 /*文字サイズ(ブロックタイトル)*/
color:#666666;                  /*文字色    (ブロックタイトル)*/
font-weight:bold;               /*太字      (ブロックタイトル)*/
text-align:left;                /*左寄せ    (ブロックタイトル)*/
padding:5px 30px; 
} 
.trackback_block_body { 
font-size:12px;                   /* 文字サイズ(ブロック本文) */
color:#666666;                    /* 文字色    (ブロック本文) */
text-align:left; 
padding:10px 40px 0;
}
.trackback_title {
font-size:12px;                   /* 文字サイズ(個別タイトル) */
color:#666666;                    /* 文字色    (個別タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:12px;                   /* 文字サイズ(個別本文)     */
color:#666666;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
background-image: url(http://blog-imgs-18.fc2.com/d/e/b/debugged10/ac1_border2.gif);
background-repeat:repeat-x;
background-position: 0% 100%;
height:20px;
padding:0px 40px 10px;
} 
.trackback_navi a:link    {color:#999999; text-decoration:none;}      
.trackback_navi a:active  {color:#999999; text-decoration:none;}      
.trackback_navi a:visited {color:#999999; text-decoration:none;}      
.trackback_navi a:hover   {color:#666666; text-decoration:underline;}
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
border-top:#e0e0e0 2px solid;      /* 外枠の色/太さ/実線 (上) */
margin-bottom:20px; 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#f0f0f0;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:#666666 1px solid;             /* 枠        (タイトル) */
padding:5px 20px; 
margin:0; 
}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
border-top:#e0e0e0 2px solid;             /* 飾り線(上)(本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 20px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/********************************************* ▼ フッター ▼ */

#footer_body { 
background-color:#ffffff;                       /* 背景色     */
background-image: url(http://blog-imgs-18.fc2.com/d/e/b/debugged10/ac1_foot.gif);
background-repeat:repeat-x;
font-size:9pt;                                  /* 文字サイズ */
color:#333333;                                  /* 文字色     */
padding:7px 5px; 
} 

.foot_a {
font-size:11px;
color:#666666;
margin-bottom:20px;
}
                                        /* リンク       */
.foot_a a:link    { color:#666666; }    /* 通常         */
.foot_a a:active  { color:#666666 }     /* 実行中       */
.foot_a a:visited { color:#666666; }    /* 訪問済み     */
.foot_a a:hover   { color:#999999; }    /* オンマウス時 */

.foot_b {
font-size:12px;
color:#333333;
margin-bottom:20px;
}
                                        /* リンク       */
.foot_b a:link    { color:#333333; }    /* 通常         */
.foot_b a:active  { color:#333333 }     /* 実行中       */
.foot_b a:visited { color:#333333; }    /* 訪問済み     */
.foot_b a:hover   { color:#666666; }    /* オンマウス時 */

/********************************************* ▲ フッター ▲ */


/* カレンダー */
.calender td { text-align: center; }
th#sun { color: #CC3300; }
th#sat { color: #0066CC; }


/*** その他 ***/
p { margin: 2px 0; }

/*
ul { margin:2px 0 5px 0; padding:0; }
ul { list-style-image: url(http://blog-imgs-18.fc2.com/d/e/b/debugged10/ac1_arrow.gif;}
li { margin-left:20px; margin-bottom:3px; list-style-type: none;} 
*/

ul { margin:2px 0 5px 0; padding:0; } 
ul { list-style-image: url(http://blog-imgs-18.fc2.com/d/e/b/debugged10/ac1_arrow.gif); }
li { margin-left:20px; margin-bottom:3px; } 

form { margin:0; }
table { font-size:9px; }
.c-both { clear:both; } 
.readmore { margin-top: 10px; } 
.readclose { margin: 10px 0; } 
.page_navi { margin:30px 0; font-size:9pt; }



/* カレンダー */

.plugin-calender { 
color:#999999;
text-align: center;
}

/*
table.calender {
width:90%;
margin:0px 10px 0px 5px;
}
*/

.calender TH {
FONT-WEIGHT: normal;
TEXT-ALIGN: center;
color:#999999;
BACKGROUND: #f0f0f0;
width:24px;
height:15px;
}

.calender TD {
TEXT-ALIGN: center;
color:#999999;
height:20px;
}

th#sun { color: #CC3300; }
th#sat { color: #0066CC; }

.calender caption {
color:#666666;
margin:5px;
}
.calender caption a:link {
color:#999999;
}
.calender caption a:visited {
color:#999999;
}
.calender caption a:hover {
color:#666666;
}

.calender TD A {
DISPLAY: block;
font-weight:bold; 
TEXT-ALIGN: center;
}

.calender TD A:link {
/* BACKGROUND: #FF9900; */
COLOR: #FF9900;
TEXT-DECORATION: none
font-weight:bold;
}
.calender TD A:visited {
/* BACKGROUND: #FF9900; */
COLOR: #FF9900;
TEXT-DECORATION: none
font-weight:bold;
}
.calender TD A:hover {
/* BACKGROUND: #FFcc00; */
COLOR: #FFcc00;
TEXT-DECORATION: underline;
font-weight:bold;
}