@charset "EUC-JP";

body{
        text-align: center;
        background-color: #FFFFFF;
        margin: 0px;
        padding: 0px;
        font-size: 12px;
        font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF","\30D2\30E9\30AE\30CE\20Pro\20W3",Osaka,sans-serif ;
}




#layout {
          width: 770px;
          margin-top:  0px;
          padding-top: 0px;
                     }


#header {
          width : 770px;
          height : 200px;
          margin-top:  0px;
          padding-top: 0px;
          text-align: left;
          background-image: url(http://blog-imgs-29.fc2.com/0/1/0/010101/an_tibg001.jpg);
          background-position: left top;
          background-repeat: no-repeat;
                       }





#menu {
        background-color: #FFFFFF;
        width : 170px;
        margin: 15px 0px 0px 16px;
        padding: 0px;
        color: #BDCE97;
        text-align: left;
                    }

#menu p{
        font-size: 10px;
        color: #767684;
        padding: 0px 10px 0px 10px;
}

#main {
        width : 530px;
        margin: 20px 0px 0px 10px;
        padding: 0px;
        text-align: left;
        color: #666666;
        background-image: url(http://blog-imgs-29.fc2.com/0/1/0/010101/an_mbg002.jpg);
        background-position: 92% 100%;
        background-repeat: no-repeat;
                    }




#footer {
    font-size: 10px;
    clear : both;
    width: 770px;
    color: #767684;
    border-top: dotted 1px #CCCCCC;
    padding-top: 10px;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    }






/*ブログタイトル・説明文 */


.site_title {
    text-align: left;
    font-size: 12px;
    font-weight: bolder;
    color: #666666;
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;

}

.site_title a {
                 font-size: 14px;
                 color: #333333;
                 text-decoration:none;
}


.site_title a:hover {
                   color: #333333;
                   text-decoration : none;
}


.search {
            margin-right: 30px;
}



/* カレンダー */

.calender {
        font-size: 10px;
        line-height: 100%;
        width: 90%;
            margin-bottom: 20px;
            margin-left: 10px;
            color: gray;
}


.calender a  { font-weight: bolder;}
.calender a:link    {color: orage;  text-decoration: none;}
.calender a:active  {color: orage;  text-decoration: none;}
.calender a:visited {color: orage;  text-decoration: none;}
.calender a:hover   {color: orage;  text-decoration: underline;}


.calender caption {
                font-size: 10px;
                line-height: 150%;
                padding-bottom: 1px;
                color: #666666;
                margin-left: 10px;
}


.calender caption a:link    {color: #333333;  text-decoration: none;}
.calender caption a:active  {color: #333333;  text-decoration: none}
.calender caption a:visited {color: #333333;  text-decoration: none}
.calender caption a:hover   {color: #333333;  text-decoration: none;  background-color: #DEDEDE;}


.calender th {
           width: 20px;
           height: 16px;
           font-weight: bolder;
           text-align: center;
}


.calender td {
           width: 20px;
           height: 16px;
           text-align: center;
           border-bottom:1px dotted #666666; 
}



.calender td a {
             display: block;
}


th#sun {
     color: #FF0000;
}


th#sat {
     color: #00517F;
}


.calender td a:link {
                  color: #333333;
                  text-decoration: none;
}


.calender td a:visited {
                     color: #333333;
                     text-decoration: none;

}


.calender td a:hover {
                   color: #333333;
                   background-color: #DEDEDE;
                   text-decoration: none;
}



/*プラグインポジションB
  (※このテンプレでは使用しません) */
.plug_b {
    font-size: 10px;
    padding: 0px 50px 0px 15px;
}


/*プラグインポジションC */
.plug_c {
    font-size: 10px;
    padding: 20px 50px 30px 15px;
}



/*メニュータイトル */

h2 {
    font-size: 12px;
        color: #333333;
        text-align: left;
        margin-bottom: 15px;
        padding: 2px 0px 2px 5px;
        border-left : 4px solid #CCCCCC;
        border-bottom : 1px solid #CCCCCC;
    }


/* 自己紹介イメージ */

.pay img {
       padding-left: 10px;
       margin: 0px;
} 



/* リスト設定 */

ul {
     text-align:left;
     margin: 0px;
     padding-left: 10px;
     list-style-type: none;
     text-decoration: none;
}


li {
     text-align: left;
     font-size: 10px;
     color: gray;
     line-height: 150%;
     padding: 0px 0px 10px 20px;
     text-decoration: none;
     background: url(http://blog-imgs-29.fc2.com/0/1/0/010101/li0036.jpg);
     background-position: 0px 2px;
     background-repeat: no-repeat;
}





a {
       text-decoration: none;
       color: #555555;
}


a:hover {
    color:  #555555;
    background-color: #DEDEDE;
}   






/*エントリーテーブル */

.entry_table{
    width: 510px;
    border:1px solid #CCCCCC; 
    margin: 0px 20px 50px 0px;
    color: gray;
    background-image: url(http://blog-imgs-29.fc2.com/0/1/0/010101/an_tbg003.jpg);
    background-position: right top;
    background-repeat: repeat-y;
}


/*エントリーナビ */

.entry_navi{
    font-size: 12px;
    color: #CDCDD6;
    margin: 3px;
    text-align:center;
}

.entry_navi a {
                 font-size: 12px;
                 color: #5E606F;
                 text-decoration:none;
}


.entry_navi a:hover {
                  color: #5E606F;
                  background-color: #DEDEDE;
                  text-decoration : none;
}


/*エントリータイトル */

.entry_title{
    font-size: 12px;
    font-weight: bolder;
    color: #5E606F;
    margin: 10px 20px 0px 20px;
}


.entry_title a {
                 font-size: 12px;
                 color: #5E606F;
                 text-decoration:none;
}


.entry_title a:hover {
                   color: #5E606F;
                   text-decoration : none;
}





/*エントリーテキスト */

.entry_text {
    font-size: 12px;
    color: #666666;
    margin: 5px 20px 5px 20px;
    line-height : 150%;
}

.entry_text a {
                 font-size: 12px;
                 color: #5B5E7A;
                 text-decoration: underline;
}


.entry_text a:hover {
                  color: #5B5E7A;
                  text-decoration : none;
                  background-color: #DEDEDE;

}




/*エントリー日付 */
.entry_state_sec {
    font-size: 10px;
    color: #999999;
    text-align: right;
    margin: 5px 30px 10px 0px;
}





/*エントリーオプション */

.entry_state {
    font-size: 10px;
    color: #CDCDD6;
    text-align: right;
    margin: 15px 30px 15px 0px;
}


.entry_state a {
                 font-size: 10px;
                 color: #5E606F;
                 text-decoration:none;
}


.entry_state a:hover {
                   color: #5E606F;
                   background-color: #DEDEDE;
                   text-decoration : none;
}


/*テキスト内の画像*/

.entry_text img {
       padding: 2px;
} 




/*コメントタイトル */
.etc_title {
    text-align: left;
    font-size: 12px;
    font-weight: bolder;
    color: #B1B1B8;
    margin: 10px 20px 5px 20px;

}

.etc_title a {
                 font-size: 12px;
                 font-weight: bolder;
                 color: #B1B1B8;
                 text-decoration:none;
}


.etc_title a:hover {
                   color: #B1B1B8;
                   background-color: #DEDEDE;
                   text-decoration : none;
}




/*コメントオプション */
.etc_state {
    font-size: 10px;
    color: #666666;
    text-align: right;
    margin: 10px 30px 40px 0px;
}


.etc_state a {
                 font-size: 10px;
                 color: #5E606F;
                 font-weight: bolder;
                 text-decoration:none;
}


.etc_state a:hover {
                   color: #5E606F;
                   background-color: #DEDEDE;
                   text-decoration : none;
}



/*検索 */
#sarch { text-align: left;
         margin-top : 30px;
         padding: 0px 0px 10px 35px; }




/*フォーム装飾 */
input,textarea,select,button,submit {
         border-left:1px solid #FFFFFF; 
         border-right:1px solid #FFFFFF; 
         border-top:1px solid #FFFFFF; 
         border-bottom:1px solid #333333; 
         color : #333333; background-color:#FFFFFF;
}




/*著作権 */



#footer a {
    color:#555555;
    font-size: 10px;
    font-weight: bolder;
    text-decoration:none;
    }

#footer a:hover {
    color:#555555;
    background-color: #DEDEDE;
}

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;
}

img.emoji{
    vertical-align:middle;
    border:0;
}