body { 
text-align:center;
line-height:1.0;
margin:0;
padding:0;
background-color:#ffffff;                       /* 外側背景色 */
background-image: url("http://blog-imgs-29.fc2.com/y/u/m/yumemaka/y-hurihuri2.gif");
background-repeat: repeat-x;
} 
#outline { 
margin:40px 0;
}


/******************************************* ▼ サイトの幅 ▼ */
#outline { 
width:880px;                                         /* 全体 */
margin:0 auto; 
}
#center { 
width:480px;                                          /* 中央 */
float:right; 
} 
#left { 
width:180px;                                            /* 左 */
float:left; 
} 
#right { 
width: 180px;                                            /* 右 */
float:right; 
} 
#center-left {             /* 計算して設定してください ------ */
width:680px;               /* (全体-左-中央-右)/2 + 左 + 中央 */
float:left; 
} 
/******************************************* ▲ サイトの幅 ▲ */



/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#CD5C5C; text-decoration:none;}      /* 通常 */
a:active  {color:#FF3333; text-decoration:none;}      /*実行中*/
a:visited {color:#FF3333; text-decoration:none;}      /*訪問済*/
a:hover   {color:#F08080; text-decoration:underline;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */



/********************************************* ▼ ヘッダー ▼ */
#header_outline {
margin-bottom:90px;                            /* ヘッダ下間隔 */
}
#header_body { 
margin:50px 0;  
} 

/********************************************* ▲ ヘッダー ▲ */



/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:13pt;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:0px 30px; 
padding:0px 20px;
background-image: url("http://blog-imgs-29.fc2.com/y/u/m/yumemaka/y-ipooribon.gif");
background-repeat: no-repeat;
padding:6px 27px;
}
                              /* ▽文字色とリンクの下線有無▽ */
a:link    {color:#000; text-decoration:none;}      /* 通常 */
a:active  {color:#000; text-decoration:none;}      /*実行中*/
a:visited {color:#000; text-decoration:none;}      /*訪問済*/
a:hover   {color:#F08080; text-decoration:underline;} /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */



/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:10pt;                                 /* 文字サイズ */
color:#000000;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:0px 30px ; 
padding:0px 25px;
}
/***************************************** ▲ サイト紹介文 ▲ */



/************************************************* ▼ 記事 ▼ */
.ently_outline { 
border:#F08080 double;               /* 外枠の色/太さ/実線 */
background-color:#ffffff;               /* 背景色             */
margin-bottom:26px;                     /* 次の記事までの間隔 */

} 
.ently_title { 
font-size:10pt;                    /* 文字サイズ(記事タイトル)*/
background-color:#fff;          /* 背景色    (記事タイトル)*/
border-bottom: #222 1px dashed #F08080;    
text-align:left;                   /* 左寄せ    (記事タイトル)*/
padding:16px 30px;
margin:6px ;
background-image: url("http://blog-imgs-29.fc2.com/y/u/m/yumemaka/y-ibon.gif");
background-repeat: no-repeat;
}  
                              /* ▽文字色とリンクの下線有無▽ */
a:link    {color:#CD5C5C; text-decoration:none;}      /* 通常 */
a:active  {color:#FF3333; text-decoration:none;}      /*実行中*/
a:visited {color:#FF3333; text-decoration:none;}      /*訪問済*/
a:hover   {color:#F08080; text-decoration:underline;} /*マウス*/
                              /* △文字色とリンクの下線有無△ */
.ently_body { 
background-color:#fff;   
font-size:10pt;                       /* 文字サイズ(記事本文) */
color:#000000;                        /* 文字色    (記事本文) */
margin:3px;
padding:10px 0px;
background-image: url("http://blog-imgs-29.fc2.com/y/u/m/yumemaka/y-ibon1.gif");
background-repeat: no-repeat;
background-position: right bottom;
} 
.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 20px; 
}
.ently_navi { 
text-align:centr;                     /* 右寄せ(時刻・CM・TB) */
color:#555555;                        /* 文字色(時刻・CM・TB) */
margin:0px 10px 3px; 
} 
/************************************************* ▲ 記事 ▲ */



/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
.plugin1_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#222;                        /* 文字色    (タイトル) */
background-color:#fff;             /* 背景色    (タイトル) */
padding:10px 30px; 
background-image: url("http://blog-imgs-29.fc2.com/y/u/m/yumemaka/y-ipooribon.gif");
background-repeat: no-repeat;
} 
.plugin1_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#222;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:1px dashed #F08080;  
padding:5px 5px 5px 5px; 
line-height:1;
} 
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */



/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
.plugin2_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#222;                        /* 文字色    (タイトル) */
background-color:#fff;             /* 背景色    (タイトル) */
padding:10px 30px; 
background-image: url("http://blog-imgs-29.fc2.com/y/u/m/yumemaka/y-ipooribon.gif");
background-repeat: no-repeat;
} 
.plugin2_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#222;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
border-top:1px dashed #F08080;  
padding:5px 5px 5px 5px; 
line-height:1;
} 
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */



/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
margin-bottom:20px;
border:  #F08080 double;   
} 
.plugin3_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
background-color:#ffffff;  
padding:10px 30px; 
margin:8px;
background-image: url("http://blog-imgs-29.fc2.com/y/u/m/yumemaka/y-ipooribon.gif");
background-repeat: no-repeat;
} 
.plugin3_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
padding:5px 20px; 
margin:8px;
background-image: url("http://blog-imgs-29.fc2.com/y/u/m/yumemaka/y-ibon1.gif");
background-repeat: no-repeat;
background-position: right bottom;
} 
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */



/********************************************* ▼ コメント ▼ */
.comment_outline { 
background-color:#FFFFFF;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:20px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#fff;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
padding:5px 20px; 
margin:5px;
border:1px dashed #F08080;  
} 
.comment_body { 
background-color:#FFFFFF;
font-size:10pt;                   /* 文字サイズ(コメント本文) */
color:#000000;                    /* 文字色    (コメント本文) */
margin:5px;
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:10px 20px;
}
.comment_navi { 
color:#555555;                    /* 文字色    (時刻・CM・TB) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 10px 3px;

} 
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
background-color:#FFFFFF;             /* 背景色               */
margin-bottom:20px; 
} 
.trackback_block_title { 
font-size:10pt;                 /*文字サイズ(ブロックタイトル)*/
color:#222;                  /*文字色    (ブロックタイトル)*/
font-weight:bold;               /*太字      (ブロックタイトル)*/
text-align:left;                /*左寄せ    (ブロックタイトル)*/
padding:5px 20px; 
border:1px dashed #F08080;  
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#000000;                    /* 文字色    (ブロック本文) */
background-color:#fff;
text-align:left; 
padding:10px 20px 0;

}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#222;                    /* 文字色    (個別タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
margin:5px;
}
.trackback_body { 
font-size:10pt;                   /* 文字サイズ(個別本文)     */
color:#000000;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
margin:5px;
}
.trackback_navi {
border-top:#222 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:5px;
} 
/*************************************** ▲ トラックバック ▲ */



/******************* ▼ カテゴリ・検索・月別ナビゲーション ▼ */
.various_outline { 
margin-bottom:20px; 
} 
.various_title {
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
background-color:#fff;             /* 背景色    (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:2px dashed #F08080;  
padding:5px 20px; 
margin:0; 
}
.various_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#000000;                            /* 文字色    (本体) */
background-color:#FFFFFF;                 /* 背景色    (本体) */
} 
.various_text {
text-align:left;                          /* 左寄せ    (本体) */
margin:10px 20px;
}
.various_navi { 
text-align:center;                        /* 中央寄せ  (矢印) */
margin:0px;
} 
/******************* ▲ カテゴリ・検索・月別ナビゲーション ▲ */



/********************************************* ▼ フッター ▼ */
#footer_outline { 
background-color:#fff;                       /* 背景色     */
margin:0px;
border-top:3px dashed #F08080;  
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#222;                                  /* 文字色     */
padding:5px; 
margin:7px 0;
} 
                                              /* リンク       */
#footer_body a:link    {color:#CD5C5C; text-decoration:none;}      /* 通常 */
#footer_body a:active  {color:#FF3333; text-decoration:none;}      /*実行中*/
#footer_body a:visited {color:#FF3333; text-decoration:none;}      /*訪問済*/
#footer_body a:hover   {color:#F08080; text-decoration:underline;} /*マウス*/
/********************************************* ▲ フッター ▲ */


/* カレンダー */
.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; } 
li { margin-left:20px; margin-bottom:3px; } 
form { margin:0; }
table { font-size:10pt; }
.c-both { clear:both; } 
.readmore { margin-top: 10px; } 
.readclose { margin: 10px 0; } 
.page_navi { margin:30px 0; font-size:9pt; }

