body{
        text-align: center;
        background-color: #ffffff;
        margin: 0px;
        padding: 0px;
        font-size: 12px;
        background-image: url(http://templates.blog.fc2.com/template/sofa/layout_bg.gif);
        font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF","\30D2\30E9\30AE\30CE\20Pro\20W3",Osaka,sans-serif ;
        cursor: crosshair;
}




#layout {
          width: 770px;
          margin-top:  0px;
          padding-top: 0px;
          background-color: #ffe4ed;
          border-left: solid 1px #d33e3e;
          border-right: solid 1px #d33e3e;
  }


#header {
          width : 770px;
          height : 217px;
          margin-top:  0px;
          padding-top: 0px;
          text-align: left;
          background-color: #ffffff;
          background-image: url(http://templates.blog.fc2.com/template/sofa/top.gif);
                       }





#menu {
        float : left;
        width : 200px;
        margin: 20px 0px 0px 10px;
        padding: 0px;
        background-color: #fff8ff;
        color: #d7a1bc;
        text-align: left;
}

#menu p{
        color: gray;
        margin: 0.3em;
}

#main {
        float : right;
        width : 520px;
        margin: 20px 0px 0px 10px;
        padding: 0px;
        text-align: left;
        color: gray;
        background-color: #ffe4ed;
 }




#footer {
  clear : both;
         width: 770px;
  color: gray;
       border-top: dotted 1px #d33e3e;
  padding-top: 10px;
  margin-top: 30px;
  text-align: center;
  padding-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  }




/*タイトル部分
------------------------------------------------------------*/


/*サイトタイトル*/


.site_title {
           text-align: right;
  font-size: 24px;
  font-weight: bolder;
  color: #701c0d;
  padding-top: 60px;
            padding-right: 80px;
            padding-left: 350px;
  margin: 0px;
}


/*サイト説明文*/

.site_intro {
            text-align: right;
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #d33e3e;
  padding-right: 50px;
            padding-left: 400px;
}



/*カレンダー*/

#calender {
       text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
       border-bottom: dotted 1px #d33e3e;
}



#calender ul {
  font-family: Arial, Geneva, Helvetica, sans-serif;
  font-size: 12px;
  list-style-position : inside;
}

#calender li {
  display : inline;
  list-style-type : none;
}

#calender li a{
             color: #cc6666;
             text-decoration:none;
}


#calender li a:hover {
                color: #853737;
                     text-decoration : underline;
}


li.day {
  padding: 0px 3px 0px 2px;
}

.prev-month-calendar {
  margin-right : 8px;
}

.next-month-calendar {
  margin-left : 8px;
}

.calender {
    width: 90%;
       text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
       border-bottom: dotted 1px #d33e3e;
}



/*文字設定
------------------------------------------------------------*/

h2 {
        font-size: 12px;
        color: #ffffff;
        text-align: center;
        margin-bottom: 15px;
        padding-left: 5px;
        background-color: #dd878c;
  }


/* 自己紹介部分の画像
--------------------------------------------------*/

.pay img {
       padding-left: 10px;
       margin: 0px;
} 





/* リスト設定（サイドメニュー）
------------------------------------------------------------*/

ul {
     text-align:center;
     margin: 0px;
     padding-left: 30px;
     list-style-type: square;
     text-decoration: none;
}


li {
     text-align: left;
     font-size: 12px;
     color: gray;
     line-height: 120%;
     padding: 0px 15px 5px 0px;
     text-decoration: none;
}


a {
       text-decoration: none;
       color: #cc967a;
}


a:hover {
  color:  #701c0d;
}   


/* 自己紹介用イメージ
------------------------------------------------------------*/

.pay {
  text-align: center;
}

.pay img{
background: #fff;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
margin: 0px 10px 5px 0px;
padding: 5px;
} 






/*エントリー
--------------------------------------------------*/


/*エントリーテーブル（1ブロック）*/

.entry_table{
  width: 500px;
  margin: 0px 30px 50px 0px;

}

/*エントリー：ナビゲーション*/

.entry_navi{
  font-size: 12px;
  text-align:center;
}

.entry_navi a {
                 font-size: 12px;
                 color: #d33e3e;
                 text-decoration:none;
}


.entry_navi a:hover {
                color: #853737;
                       text-decoration : underline;
}


/*エントリー：見出し*/

.entry_title{
  font-size: 14px;
  font-weight: bolder;
  color: #853737;
  margin: 10px 20px 10px 60px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray;
}


/*エントリー：テキスト*/

.entry_text {
  font-size: 13px;
  color: gray;
  margin: 30px 35px 30px 35px;
  line-height : 150%;
}

.entry_text a {
                 font-size: 13px;
                 color: #d7a1bc;
                 text-decoration:none;
}


.entry_text a:hover {
                color: #853737;
                       text-decoration : underline;

}



/*エントリー：ステータス（日付等）*/

.entry_state {
  font-size: 12px;
  color: gray;
  text-align: left;
         margin: 0px 0px 10px 35px;
}



.entry_state a {
                 font-size: 12px;
                 color: #d7a1bc;
                 text-decoration:none;
}


.entry_state a:hover {
                 color: #853737;
                       text-decoration : underline;
}


#pagetop { margin:  0px 0px 50px 0px;}


/*テキスト内の画像*/

.entry_text img {
background: #fff;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
margin: 0px 5px 5px 0px;
padding: 3px;
}  






/*検索
---------------------------------------------------------*/
#sarch { text-align: center;
         margin-top : 10px;
         padding: 0px 0px 0px 0px;
       }





/*フッター
---------------------------------------------------------*/



#footer a {
  color:#d33e3e;
  text-decoration:none;
  }

#footer a:hover {
  color:#853737;
  }


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;
}