body {
text-align:center;
line-height:1.3;
margin:0;
padding:0;
　　background-color: #ffffff;                 /* 外側背景色 */
    background-image:url(http://blog-imgs-31-origin.fc2.com/m/o/c/moco104/pdotpop_f12.gif);
    background-attachment : fixed;        /* 背景画像の位置を固定 */
}

 
#outline { 
background-color:#ffffff;                     /* サイト背景色 */
background-image:url( );




}
/*スクロールバーの色*/
html {            scrollbar-track-color : #ffffff;
                  scrollbar-face-color: #ddd;
                  scrollbar-arrow-color: #2a2a2a;
                  scrollbar-3dlight-color: #ffffff;
                  scrollbar-darkshadow-color: #6a6a6a;
                  scrollbar-highlight-color: #ddd;
                  scrollbar-shadow-color: #ccc;
}

/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:850px;                                         /* 全体 */
margin:0 auto; 
}
#center { 
width:560px;                                          /* 中央 */
float:right; 
} 
#left { 
width:0px;                                            /* 左 */
float:left; 
} 
#right { 
width:240px;                                            /* 右 */
float:right; 
} 
#center-left {             /* 計算して設定してください ------ */
width:560px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */



/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#2a2a2a; text-decoration:none;}      /* 通常 */
a:active  {color:#40bf9f; text-decoration:none;}      /*実行中*/
a:visited {color:#2a2a2a; text-decoration:none;}      /*訪問済*/
a:hover   {color:#ff5580; 
position: relative; 
top: 1px; 
left: 1px;text-decoration:none;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */



/********************************************* ▼ ヘッダー ▼ */
#header_outline {
margin-bottom:15px;                           /* ヘッダ下間隔 */

}
#header_body { 
height : 300px;

background-color:#ffffff;                     /* 背景色       */
background-image:url(http://blog-imgs-31-origin.fc2.com/m/o/c/moco104/TOP-LICH1.jpg);
background-repeat: no-repeat; /* 画像の並べ方 */
padding:0px;

}
/********************************************* ▲ ヘッダー ▲ */




/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:16pt;                                 /* 文字サイズ */
text-align:right;                                /* 左寄せ     */
margin-top:155px;
margin-right:10px;
}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#ffffff; text-decoration:none; } /* 通常 */
h1 a:active  { color:#ffffff; text-decoration:none; } /*実行中*/
h1 a:visited { color:#ffffff; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#FF1493; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */



/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:10pt;                                 /* 文字サイズ */
color:#6a6a6a;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
}
/***************************************** ▲ サイト紹介文 ▲ */








/************************************************* ▼ 記事 ▼ */
.ently_outline { 
border:#D4D4D4 1px solid;          /* 枠        (記事タイトル)*/
background-color:#fffff;          /* 背景色    (記事タイトル)*/
margin-left:20px;
margin-bottom:30px;                     /* 次の記事までの間隔 */
} 

.ently_title { 
font-size:12pt;                    /* 文字サイズ(記事タイトル)*/
font-weight: bold;
color:#2A2A2A;                  /* 文字色    (タイトル) */
background-image:url(http://blog-imgs-31-origin.fc2.com/m/o/c/moco104/sen_f510.gif);
background-repeat: repeat-x; /* 画像の並べ方 */
background-position : bottom;
text-align:center;                   /* 左寄せ    (記事タイトル)*/
padding:30px;
margin:0;
} 

                              /* ▽文字色とリンクの下線有無▽ */
h2 a:link    { color:#2A2A2A; text-decoration:none; } /* 通常 */
h2 a:active  { color:#40af9f; text-decoration:none; } /*実行中*/
h2 a:visited { color:#2a2a2a; text-decoration:none; } /*訪問済*/
h2 a:hover   { color:#ff5580; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body { 
background-color:#ffffff;               /* 背景色             */
font-size:10pt;                       /* 文字サイズ(記事本文) */
color:#2A2A2A;                        /* 文字色    (記事本文) */
padding:30px 10px 10px 10px;
line-height: 1.5;
} 
.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 10px 10px 10px; 
}
.ently_text a:link {color:#40bf9f;text-decoration:underline;}　 /* 通常の色 */ 
.ently_text a:visited {color:#40af9f;text-decoration:underline;}　/* アクセス済みの色 */ 
.ently_text a:hover {color:#ff5580;text-decoration:underline;} /* マウスオーバー時の色 */ 
.ently_text a:active {color:#40af9f;text-decoration:underline;}/* クリックした瞬間の色 */
}
.ently_navi { 
text-align:right;                     /* 右寄せ(時刻・CM・TB) */
color:#747474;                        /* 文字色(時刻・CM・TB) */
padding:10px 20px 10px; 
} 

/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
margin-bottom:50px; /* 次のプラグインまでの間隔 */
margin-right:15px;

}
 .plugin1_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight: bold;
color:#2A2A2A;            /* 文字色    (タイトル) */
background-color:#fffff;       /* 背景色    (タイトル) */
background-image:url(http://blog-imgs-31-origin.fc2.com/m/o/c/moco104/dot10-wallf03.gif);

padding:1px;

} 

.plugin1_body { 
font-size:9pt;                           /* 文字サイズ(本体) */
color:#2A2A2A;                            /* 文字色    (本体) */
background-color:#fffff;                 /* 背景色    (本体) */
line-height: 1.4;
padding-top:20px;


} 
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
margin-bottom:50px; /* 次のプラグインまでの間隔 */
margin-right:10px;

} 
.plugin2_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight: bold;
color:#2A2A2A;            /* 文字色    (タイトル) */

background-color:#fffff;       /* 背景色    (タイトル) */
background-image:url(http://blog-imgs-31-origin.fc2.com/m/o/c/moco104/dot10-wallf03.gif);
padding:1px;

} 
.plugin2_body { 
font-size:8pt;                           /* 文字サイズ(本体) */
color:#2A2A2A;                            /* 文字色    (本体) */
background-color:#fffff;                 /* 背景色    (本体) */
padding:20px 5px 5px 7px;
line-height: 1.4;l

} 
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
} 
.plugin3_title { 
font-size:9pt;                       /* 文字サイズ(タイトル) */
color:#555355;                        /* 文字色    (タイトル) */
background-color:#fffff;             /* 背景色    (タイトル) */
} 
.plugin3_body { 
font-size:9pt;                           /* 文字サイズ(本体) */
color:#555355;                            /* 文字色    (本体) */
background-color:#fffff;                 /* 背景色    (本体) */
padding:5px 5px 5px 5px; 
line-height: 1.3;
letter-spacing: 0.4pt; 
margin:0px 30px 0px; 


} 
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */



/********************************************* ▼ コメント ▼ */
.comment_outline { 
background-color:#fffff;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
} 
.comment_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                 /* 太字      (タイトル) */
color:#2a2a2a;            /* 文字色    (タイトル) */

background-color:#fffff;       /* 背景色    (タイトル) */
background-image:url(http://blog-imgs-31-origin.fc2.com/m/o/c/moco104/dot10-wallf03.gif);

text-align:left;                      /* 左寄せ    (タイトル) */
height : 10px;
padding:10px; 
} 
.comment_body { 
background-color:#fffff;             /* 背景色     */
font-size:10pt;                   /* 文字サイズ(コメント本文) */
color:#2A2A2A;                    /* 文字色    (コメント本文) */
padding:30px;


} 
#comment_body a:link    { color:#2a2a2a; }     /* 通常         */
#comment_body a:active  { color:#40bf9f; }     /* 実行中       */
#comment_body a:visited { color:#40bf9f; }     /* 訪問済み     */
#comment_body a:hover   { color:#ff5580; }     /* オンマウス時 */
}

.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:0px 10px;
padding:30px;


}
.comment_navi { 
color:#2A2A2A;                    /* 文字色    (時刻・CM・TB) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 5px 3px;

} 


/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
background-color:#fffff;             /* 背景色               */
margin-bottom:0px 20px; 
} 
.trackback_block_title { 
font-size:10pt;                 /*文字サイズ(ブロックタイトル)*/
color:#2A2A2A;                  /*文字色    (ブロックタイトル)*/

background-color:#fffff;       /* 背景色    (タイトル) */
background-image:url(http://blog-imgs-31-origin.fc2.com/m/o/c/moco104/dot10-wallf03.gif);
text-align:left;                /*左寄せ    (ブロックタイトル)*/
padding:2px 20px; 
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#2A2A2A;                    /* 文字色    (ブロック本文) */
text-align:left; 
padding:10px 20px 0;
}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#2A2A2A;                    /* 文字色    (個別タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:10pt;                   /* 文字サイズ(個別本文)     */
color:#2A2A2A;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#DFF7EF 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
margin-bottom:20px; 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#2a2a2a;                        /* 文字色    (タイトル) */
background-color:#fffff;       /* 背景色    (タイトル) */
background-image:url(http://blog-imgs-31-origin.fc2.com/m/o/c/moco104/dot10-wallf03.gif);


text-align:left;                      /* 左寄せ    (タイトル) */
padding:3px 20px; 
margin:0; 
}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#2a2a2a;                            /* 文字色    (本体) */
background-color:#fffff;                 /* 背景色    (本体) */
border-top:#ffvbde 2px solid;             /* 飾り線(上)(本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 20px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/********************************************* ▼ フッター ▼ */
#footer_outline {
background-color:#;                       /* 背景色     */
}
#footer_body { 
font-size:8pt;                                  /* 文字サイズ */
color:#2A2A2A;                                  /* 文字色     */
padding:5px; 
} 
                                              /* リンク       */
#footer_body a:link    { color:#2A2A2A; }     /* 通常         */
#footer_body a:active  { color:#ff5580; }     /* 実行中       */
#footer_body a:visited { color:#40bf9f; }     /* 訪問済み     */
#footer_body a:hover   { color:#ff5580; }     /* オンマウス時 */
/********************************************* ▲ フッター ▲ */
/* カレンダー設定 */
.plugin-calender {
  text-align:center ;
}
.calender {
  text-align:center ;
  width:180px ;
}

.calender caption {
  padding-top:5px ;
  height:5px ;
  background:#eee ;
  font:11px  ;
  color:#2a2a2a ;
}
.calender caption a{
  color:#2a2a2a ;
  font:11px  ;
}
.calender caption a:hover{
  color:#2a2a2a ;
}

.calender th {
  width:20px ;
  height:1px ;
  background:#eee ;
  font-weight:normal ;
  color:#2a2a2a ;
  text-align:center ;
}
th#sun {
  width:20px ;
  height:1px ;
  background:#eee ;
  font-weight:normal ;
  color:#ff9baa ;
  text-align:center ;
}
th#sat {
  width:20px ;
  height:1px ;
  background:#eee ;
  font-weight:normal ;
  color:#99ccff ;
  text-align:center ;
}

.calender td {
  width:14px ;
  height:1px ;
  background:#eee ;
  color:#2a2a2a ;
  text-align:center ;
}
.calender td a{
  padding:0px ;
  background:#c6c3c6;
  color:#2a2a2a ;
}
.calender td a:hover {
  color:#2a2a2a ;
}


/* カレンダー */
.calender { text-align: center; color:#808080; }
th#sun { color: #CC3333; }
th#sat { color: #0066CC; }


/*** その他 ***/
p { margin: 2px 0; }
ul { margin:2px 0 5px 0; padding:0; } 
li { margin-left:20px; margin-bottom:3px; } 
form { margin:0; }
table { font-size:10pt; }
.c-both { clear:both; } 
.readmore { margin-top: 30px; } 
.readclose { margin: 10px 0; } 
.page_navi { margin:30px 0; font-size:9pt; color:#2a2a2a; }
ul { list-style-image: url(http://blog-imgs-31-origin.fc2.com/m/o/c/moco104/mini-arrow2-f12.gif); }



/**************************************************************/
/* フッターにある著作権表示(リンク)さえ残して頂ければ         */
/* どんなにカスタマイズされても構いません。また、             */
/* どのようなサイトでも利用してくださって結構です。           */
/* 何か解からないことがあれば何でも聞いてください。           */
/*                                FC2ブログのテンプレート工房 */
/* [lightframe_ver.03]       (http://10plate.blog44.fc2.com/) */
/**************************************************************/