@charset "UTF-8";

/* -------------------------------------------------------------
   2006.06.19 ver.01
 ------------------------------------------------------------ */

/* ★注意書き★ ------------------------------------------------
　画像を挿入すると罫線がズレることがよくあります。気になる方は、申し訳ございませんが、下記の罫線の設定CSSを削除してください。
　罫線が消えます。
 ------------------------------------------------------------ */

/* 罫線の設定のCSS ここから */
.sen { background: url("http://blog-imgs-18.fc2.com/h/o/s/hoshipanda/keisen_F3DDDB_.gif") top left repeat;
}
/* 罫線の設定のCSS ここまで */


/* ★参考に★ --------------------------------------------------
　別バージョンの罫線画像もあります。↑の罫線設定のURL部分を下記のURLに変更してお使い下さいませ。
  (http://blog-imgs-18.fc2.com/h/o/s/hoshipanda/keisen_222.gif)
------------------------------------------------------------ */


/* ★ページ全体の設定★ --------------------------------------*/

body {
        text-align: center;
        background-color: #FFF;
        margin: auto; padding: 0px;
        font-size: 14px;
        font-family: "MS UI Gothic";
        color: #CCC;
}

/* リンクの設定 */

a { color: #E4B2AC; text-decoration: none;}
a:link { color: #E4B2AC; text-decoration: none;}
a:visited { color: #E4B2AC; text-decoration: none;}
a:active { color: #FF6CDA; text-decoration: none;}
a:hover { color: #DDA098; text-decoration: underline;
        position: relative;
        top: 1px; left :1px;
}

/* スクロールバーの設定 */

* {
        scrollbar-face-color: #FFF;
        scrollbar-shadow-color: #F5E6E5;
        scrollbar-highlight-color: #F5E6E5;
        scrollbar-3dlight-color: #FFF;
        scrollbar-darkshadow-color: #DDA098;
        scrollbar-track-color: #FFF;
        scrollbar-arrow-color: #F3BBC5;
}

#layout {
          width: 900px;
          margin: auto auto auto auto;
          padding: 0px;
          background-color: #FFF;
}

/* ★画像ファイルの設定★ ------------------------------------*/

/* 全体の設定 */
img {
      border: 0px;
}

/* エントリーエリアの画像 */
.entry_text img {
      padding: 2px;
} 

/* 絵文字 */
img.emoji{
        vertical-align: middle; border: 0px;
}


/* ★メイン部の設定★ ----------------------------------------*/

#main {
        width: 600px;
        text-align: left;
}

/* 横型カレンダー */
#y_calBlock {
        width: 500px; height: 13px;
        margin: 5px auto 10px auto;
        padding: 0px;
        text-align: center;
        background: #FFF ;
        border-top: 1px solid #F5E6E5;
        border-right: 1px solid #DDA098;
        border-bottom: 1px solid #DDA098;
        border-left: 1px solid #F5E6E5;
}

.yoko_calender {
        font-size: 10px;
        color: #CCC; margin-top: 0px;
        padding: 0px;
        text-align: center; 
}
.yoko_calender a:link {
        color: #DDA098; text-decoration: none;
        font-weight: bold;
}
.yoko_calender a:visited {
        color: #DDA098; text-decoration: none;
        font-weight: bold;
}
.yoko_calender a:hover {
        color: #FFF; text-decoration: none;
        background-color: #F3BBC5;
        position: relative;
        top: 0px; left :0px;
}

/* エントリー部 */

#entryBlockbase {
        width: 500px;
        margin: 2px auto 20px auto;
        padding: 0px;
}

#etwaku-ue {
        height: 30px;
        padding-top: 10px;
}

#entrytitleblock {
        margin: 0px; padding: 5px;
        text-align: center;
}

#entrytitleblock h2 {
        font-family: "Verdana", "ArialBlack", "Impact", "Osaka";
        font-size: 14px; color: #F3BBC5;
        margin: 0px;
        padding: 5px 0px 0px 0px;
}

#entrytextblock {
  margin: 0px auto 0px auto;
         padding: 10px 10px 0px 10px;  
}

.editentry {
        font-size: 10px; color: #666;
        font-weight: bold;
        margin: 0px; padding: 5px 0px 5px 0px;
        text-align: right;
        font-family:"ＭＳ Ｐゴシック", "Verdana", "Arial Black", "Impact", "Osaka";
}

.entry_text {
  font-family:"ＭＳ Ｐゴシック", "Verdana", "Arial Black", "Impact", "Osaka";
         text-align: left;
  font-size: 13px; color: #666;
         line-height: 19px;
}

.entry_text a:link { font-weight: bold; text-decoration: none; }
.entry_text a:visited { font-weight: bold; text-decoration: none;}
.entry_text a:hover { font-weight: bold; text-decoration: underline;}

.moremore a:link { font-weight: normal; text-decoration: none; }
.moremore a:visited { font-weight: normal; text-decoration: none;}
.moremore a:hover { font-weight: normal; text-decoration: underline;}

.entry_com {
  font-family:"ＭＳ Ｐゴシック", "Verdana", "Arial Black", "Impact", "Osaka";
         text-align: right;
  font-size: 11px; color: #666;
  margin: 0px; padding: 0px 5px 1px 5px;
}

#entrystateblock {
        height: 20px;
        margin: 0px; padding: 0px 5px 5px 5px;
}

.entry_state {
        font-size: 12px; color: #DDA098;
        text-align: center;
}

/* コメント部 */

#comBlockbase {
        width: 500px;
        margin: 2px auto 20px auto;
        padding: 0px;  
}

.comment_Title {
        margin: 5px 0px 5px 0px; 
        padding: 5px 0px 0px 0px;
        text-align: left;
        font-family: "Verdana", "Arial Black", "Impact", "Osaka";
}

.comment_Title h2 {
        font-size: 13px; color: #F2B6C1;
}

#comtextblock {
  margin: 0px auto 0px auto;
         padding: 10px 10px 10px 10px;     
}


#commentstate {
        height: 35px;
        margin: 0px; padding: 0px;
        border-bottom: 1px dotted #DDA098;
}

.comment_state {
        font-size: 12px; color: #DDA098;
        text-align: right;
        margin: 0px; padding: 10px;
}

.comment_state a:link {
        color: #F2B6C1; text-decoration: none;
        font-weight: bold;
}
.comment_state a:visited {
        color: #F2B6C1; text-decoration: none;
        font-weight: bold;
}
.comment_state a:hover {
        color: #DDA098; text-decoration: none;
        position: relative;
        top: 0px; left :0px;
}

.com_text {
  font-family:"ＭＳ Ｐゴシック", "Verdana", "Arial Black", "Impact", "Osaka";
         text-align: left;
  font-size: 13px; color: #666;
         line-height:   font-size: 12px;
  line-height: 19px;
}

.com_text ul {
  padding: 0px 0px 0px 20px;
  margin: 0px; color: #999;
  list-style: url(http://blog52.fc2.com/h/hoshipanda/file/heart-ss-p.gif) disc;
}

.com_text ul li {
  padding: 0px 0px;
  margin: 4px 0px 4px 10px;
}


/* ★サイドバーの設定★ --------------------------------------*/

#menu1Block {
         width: 270px;
  margin: 0px 0px 0px auto;
         padding:0px;
         color: #666;
}

#headBlock {
        width: 250px;
        margin: 20px auto 5px 5px;
        padding: 0px;
        text-align: left;
}


#title { 
         font-family: "Verdana", "ＭＳ Ｐゴシック", "Arial Black", "Impact", "Osaka";
  font-size: 14px;          
  color: #666; margin: 10px 0px 0px 0px;
         text-align: left; padding: 5px;
}

.BlogName { 
  font-family: "Verdana", "ＭＳ Ｐゴシック", "Arial Black", "Impact", "Osaka";
  font-size : 14px;
}

.introduction {
         width: 240px;
  font-family: "Verdana", "ＭＳ Ｐゴシック", "Arial Black", "Osaka"; color: #666;
         text-align: left; font-size: 12px;
  margin: 5px;
}


/* 管理ナビボタン */

#kanrinavi {
         width: 80px;
         font-size: 10px; color: #FFF;
         text-align: center;        
         margin: 0px auto 0px 7px; padding: 0px;
}

#kanrinavi a:link {
  color:#DDA098; text-decoration: none;}
#kanrinavi a:visited {
  color:#DDA098; text-decoration: none;}
#kanrinavi a:hover {
  color: #E1A9A2; text-decoration : none;
         background-color: #F7EBEA;
         position: relative;
         top: 0px; left :0px;
}

.btm {
         padding: 1px;
        border-top: 1px solid #F5E6E5;
        border-right: 1px solid #DDA098;
        border-bottom: 1px solid #DDA098;
        border-left: 1px solid #F5E6E5;

}

/* メニュー部 */

#menu1BlockBase {
        text-align: left;
        width : 270px;
        margin: 0px auto 0px 0px;
        padding: 0px 0px 0px 0px;
}

menu1BlockHead {
}

.menuTitle {
        margin: 0px 0px 0px 0px;
        text-align: left; 
        padding: 0px 0px 0px 0px;
        font-size: 12px; color:#F2B6C1;
        font-weight : bold;
}

.menu1BlockBody {
        width: 200px; text-align: left;
        padding: 0px;
        margin-left: 0px;
}

#menu1Block p {
  margin: 5px 0px 2px 0px;
}

.menuText {
  font-family: "MS UI Gothic", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\20Pro\20W3", "Osaka";
  font-size: 13px; color: #999;
  padding: 4px 0px 1px 5px;
  margin-bottom: 5px;  
  line-height: 120%;
}

.menuText ul {
  padding: 0px 0px 0px 15px;
  margin: 0px;
  list-style: disc;

}
.menuText ul li {
  padding: 0px 0px;
  margin: 4px 0px 4px 0px;
}

.plugin-freearea {
  font-size: 13px;
}

/* 記事のナビボタン */
#entrynaviBlock {
        clear : both;
        margin: 20px auto 20px auto;
        padding: 0px;
        text-align: center;
}

.entry_navi{
        font-size: 12px; color: #DDA098;
        text-align:center; padding: 0px;
}

.entry_navi a:link {
        color:#DDA098; text-decoration: none;}
.entry_navi a:visited {
        color:#DDA098; text-decoration: none;}
.entry_navi a:hover {
        color:#DDA098; text-decoration: none;
        position: relative;
        top: 1px; left: 1px;
}

/* ★フッターの設定★ ----------------------------------------*/

#footer {
        color: #999;
        padding: 10px 0px 10px 0px;
        margin: 5px 0px 5px 0px;
        text-align: center; font-size: 11px;
}
#footer a:link { color:#999;}
#footer a:visited { color:#999;}
#footer a:hover { color:#666;}

/* ★その他の設定★ ------------------------------------------*/
  
/* 検索 */
#sarch { 
       text-align: left;
       margin-top : 30px;
       padding: 0px 0px 10px 35px;
}

/* 一般型カレンダー */

.calender {
     font-size: 11px; color: #CCC;
     line-height: 100%;
     width: 170px;
            border-top: 0px solid #FFF;
            border-left: 0px solid #FFF;
            border-bottom: 0px solid #FFF;
            border-right: 0px solid #FFF;
            margin-bottom: 20px;
            margin-left: 10px;            
}

.calender a  { font-weight: bolder;}
.calender a:link    {color: #F2B6C1;  text-decoration: none;}
.calender a:active  {color: #F2B6C1;  text-decoration: none;}
.calender a:visited {color: #EAC5C0;  text-decoration: none;}
.calender a:hover   {color: #DDA098;  text-decoration: none;}

.calender caption {
    font-size: 10px;
    line-height: 150%;
    padding-bottom: 1px;
    background: #000;
           color: #CCC;
           margin-top: 10px;
           margin-left: 10px;
           margin-bottom: 3px;
           border-top: 0px solid #FFF;
           border-left: 0px solid #FFF;
           border-bottom: 1px solid #DDA098;
           border-right: 0px solid #FFF;
           background: url("") top left repeat fixed;
}

.calender caption a:link    {color: #F2B6C1;  text-decoration: none;}
.calender caption a:active  {color: #F2B6C1;  text-decoration: none}
.calender caption a:visited {color: #EAC5C0;  text-decoration: none}
.calender caption a:hover   {color: #DDA098;  text-decoration: underline;}

.calender th {
                width: 20px; height: 16px;
         font-weight: bolder;
         text-align: center;
                border-right: 0px solid #666;
                border-bottom: 0px solid #666;
}

.calender td {
                width: 20px; height: 16px;
         text-align: center;
                border-right: 0px solid #666;
                border-bottom: 0px solid #666;
}

.calender td a {display: block;}

th#sun {color: #FF0066;}
th#sat {color: #0066FF;}

.calender td a:link {background: #FFF!important;
              color: #F2B6C1;
              text-decoration: none;}

.calender td a:visited {background: #FFF!important;
                 color: #F2B6C1;
                 text-decoration: none;}

.calender td a:hover {background: #F5E6E5!important;
               color: #DDA098;
               text-decoration: none;}


/* ★Mac版IEの文字化け対策★ ---------------------------------*/

textarea,input,select {
    font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
  }
