<%ad> <%ad2>@charset "EUC-JP";

body{
        background-color: #FFFFFF;
        text-align: center;
        color: #666666;
        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: 800px;
          margin-top:  0px;
          padding-top: 0px;
          padding-left: 0px;
          padding-right: 0px;
          background-image: url(http://blog-imgs-29-origin.fc2.com/0/1/0/010101/0902_mainbg.gif);
          background-position: 29% 0%;
          background-repeat: repeat-y;
                     }


#header {
          width: 580px;
          height : 180px;
          margin:  0px;
          padding-top: 0px;
          text-align: left;
                       }





#menu {
        width : 200px;
        margin: 20px 20px 0px 0px;
        padding: 0px;
        color: #BDCE97;
        text-align: left;
                    }

#menu p{
        font-size: 10px;
        color: #666666;
        padding: 0px 10px 0px 10px;
}




#menu2 {
        padding: 0px 20px 10px 20px;
        color: #BDCE97;
        text-align: left;
                    }

#menu2 p{
        font-size: 10px;
        color: #666666;
        padding: 0px 10px 0px 10px;
}




/*タイトルバック(背景画像は580*200推奨) */

#main {
        width : 580px;
        margin: 20px 0px 0px 20px;
        padding: 0px;
        text-align: left;
        color: #333333;
        border-top: double 3px #DDDDDD;
        border-left: solid 1px #DDDDDD;
        border-right: solid 1px #DDDDDD;
        border-bottom: double 3px #DDDDDD;
        background-image: url(http://blog-imgs-18-origin.fc2.com/p/i/r/piroky/0902_tbg001.jpg);
        background-position: left top;
        background-repeat: no-repeat;
                    }




#footer {
    font-size: 10px;
    clear : both;
    width: 800px;
    color: #666666;
    border-top: solid 1px #D3D1B5;
    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: 16px;
    font-weight: bolder;
    color: #FFFFFF;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:10px;
    margin: 0px;

}

.site_title a {
                 font-size: 16px;
                 color: #EE7305;
                 text-decoration:none;
}


.site_title a:hover {
                   color: #EE3034;
                   text-decoration : none;
}







/*ブログ説明文 */

.site_intro {
    text-align: left;
    margin-top: 1px;
    font-size: 12px;
    color: #888888;
    padding-left: 20px;
    padding-right: 20px;
}





/* カレンダー */

.calender {
        font-size: 10px;
        line-height: 150%;
        width: 175px;
            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: #333333;
                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: #EE3034;  text-decoration: underline;}


.calender th {
           width: 20px;
           height: 20px;
           font-weight: bolder;
           text-align: center;
}


.calender td {
           font-size: 10px;
           border:1px solid #DDDDDD;
           width: 20px;
           height: 20px;
           text-align: center;
}



.calender td a {
             display: block;
}


th#sun {
     color: #FF0000;
}


th#sat {
     color: #00517F;
}


.calender td a:link {
                  background-color: #EEEEEE;
                  padding-top: 3px;
                  padding-bottom: 3px;
                  font-size: 10px;
                  color: #717D4E;
                  text-decoration: none;
}


.calender td a:visited {
                     background-color: #EEEEEE;
                     font-size: 10px;
                     color: #717D4E;
                     text-decoration: none;

}


.calender td a:hover {
                   background-color: #DDDDDD;
                   font-size: 10px;
                   color: #EE3034;
                   text-decoration: none;
}







/*メニュータイトル */

h2 {
    font-size: 14px;
        color: #717D4E;
        text-align: left;
        margin-bottom: 15px;
        padding-left: 5px;
        border-bottom : 3px solid #EE3034;
    }


/* 自己紹介イメージ */

.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: 12px;
     color: gray;
     line-height: 150%;
     padding: 0px 0px 10px 20px;
     text-decoration: none;
     background: url(http://blog-imgs-29-origin.fc2.com/0/1/0/010101/0902_li001.gif);
     background-position: left top;
     background-repeat: no-repeat;
}





a {
       text-decoration: none;
       color: #666666;
}


a:hover {
    text-decoration: underline;
    color:  #EE3034;
}   






/*エントリーテーブル */

.entry_table{
    width: 580px;
    margin: 0px;
    color: #444444;
    background-image: url(http://blog-imgs-29-origin.fc2.com/0/1/0/010101/0902_line001.gif);
    background-position: left bottom;
    background-repeat: repeat;
}


.etc_table{
    width: 580px;
    padding: 0px 0px 25px 0px;
    color: #444444;
    background-image: url(http://blog-imgs-29-origin.fc2.com/0/1/0/010101/0902_line001.gif);
    background-position: left bottom;
    background-repeat: repeat;
}


.enavi_table{
    width: 580px;
    margin: 0px 0px 30px 0px;
    color: #444444;
}


.e2navi_table{
    width: 580px;
    margin: 30px 0px 20px 0px;
    color: #444444;
}



/*エントリータイトル */

.entry_title{
    font-size: 14px;
    font-weight: bolder;
    color: #333333;
    margin:  0px;
    padding: 8px 20px 8px 20px;
    border-top : 10px solid #EE3034;
    border-bottom : 3px solid #EE3034;
    background-color: #FFFFFF;
}


.entry_title a {
                 font-size: 12px;
                 color: #444444;
                 text-decoration:none;
}


.entry_title a:hover {
                   color: #8C8C8C;
                   text-decoration : underline;
}





/*エントリーテキスト */

.etc_text {
    font-size: 12px;
    color: #333333;
    margin: 10px 20px 10px 20px;
    line-height : 160%;
}

.etc_text a {
                 background-color: #DDDDDD;
                 font-size: 12px;
                 color: #333333;
                 text-decoration:none;
}


.etc_text a:hover {
                  background-color: transparent;
                  color: #333333;
                  text-decoration : none;

}




/*エントリー日付 */
.entry_state_sec {
    font-size: 9px;
    color: #FFFFFF;
    text-align: right;
    padding: 0px 15px 3px 0px;
    background-image: url(http://blog-imgs-29-origin.fc2.com/0/1/0/010101/0902_dbg001.gif);
    background-position: right top;
    background-repeat: no-repeat;
}





/*エントリーオプション */

.entry_state {
    font-size: 12px;
    color: #DDDDDD;
    text-align: right;
    padding: 5px 30px 40px 0px;
}


.entry_state a {
                 font-size: 12px;
                 color: #717D4E;
                 text-decoration:none;
}


.entry_state a:hover {
                   color: #EE3034;
                   text-decoration : underline;
}






.entry_under {
    font-size: 12px;
    color: #DDDDDD;
    text-align: right;
    padding: 0px 30px 20px 0px;
}





/*エントリーナビ */

.entry_navi{
    font-size: 12px;
    color: #DDDDDD;
    text-align:center;
}

.entry_navi a {
                 font-size: 12px;
                 color: #666666;
                 text-decoration:none;
}


.entry_navi a:hover {
                  color: #EE3034;
                  text-decoration : underline;
}




/*テキスト内の画像*/

.etc_text img {
       border:1px solid #DDDDDD; 
       padding: 0px;
} 




/*コメントタイトル */
.etc_title {
    text-align: left;
    font-size: 12px;
    font-weight: bolder;
    color: #EE7305;
    margin: 10px 20px 5px 20px;

}

.etc_title a {
                 font-size: 12px;
                 font-weight: bolder;
                 color: #EE7305;
                 text-decoration:none;
}


.etc_title a:hover {
                   color: #EE3034;
                   text-decoration : none;
}




/*コメントオプション */
.etc_state {
    font-size: 12px;
    color: #666666;
    text-align: right;
    padding-bottom: 10px;
    margin: 20px 30px 20px 20px;
}


.etc_state a {
                 font-size: 12px;
                 color: #717D4E;
                 text-decoration:none;
}


.etc_state a:hover {
                   color: #EE3034;
                   text-decoration : underline;
}





/*検索 */
#sarch { text-align: right;
         padding: 45px 20px 0px 0px; }




/*フォーム装飾 */
input,textarea,select,button,submit {
         border:1px solid #DDDDDD; 
         color : #666666; background-color:#FFFFFF;
}




/*著作権 */

#footer a {
    color:#EE7305;
    font-size: 10px;
    text-decoration:none;
    }

#footer a:hover {
    color:#EE3034;
}

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;
}