body          {
                text-align: center;
                background-color: #999966;
                padding-top: 30px;
                padding-bottom: 30px;
                margin-top: 0px;
                margin-bottom: 0px;
                }
#shadow-container {
    width: 640px;
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
   }

#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -2px;
    top: -2px;
    }

    #shadow-container .shadow1 {
        background: #919160;
    }

    #shadow-container .shadow2 {
        background: #73734d;
    }

    #shadow-container .shadow3 {
        background: #5e5e3e;
    }

    #shadow-container .container {
        background: #ffffff;
        border: 0px solid #919160;
    }
/* CSS container shadow */

#container {
               width: 640px;
               margin-left: auto;
               margin-right: auto;
               text-align: left;
               background-color: white;
               }

/*ヘッダー部分*/

#header h1                  {
                font-size: 24px;
                font-family: Arial Black,Helvetica,sans-serif;
                margin-top: 0;
                margin-bottom: 0;
                 }

#header h1 a                 {
                color: #999966;
                text-decoration: none;
                 }

#header h2                  {
                color: tan;
                font-size: 12px;
                margin-top: 6px;
                margin-bottom: 0;
                 }

#header    {
               background-color: white;
               padding: 16px 20px 40px;
               background-image:
               url(head01.jpg);
               }


#mainpage #header    {
               margin-bottom: 0px;
               }

/*カテゴリーメニユー*/

#category  {
                 margin-top: 1px;
                 text-align: right;
                 margin-bottom: 30px;
                 height: 20px;
                 }

#category a, #category span     {
                 font-size: 12px;  
                 color: white;           
                 margin-left: 0;
                 background-color: #3D2813;
                 display: block;
                 width: 126px;
                 float: left;
                 text-align: center;
                 font-size: 12px;
                 text-decoration: none;
                 height: 20px;
                 padding-top: 5px;
                 border-right: solid 1px white;
                 border-left: solid 1px white;
                 }

#category a:hover   {
                 background-color: #7F6743;
                 }

/*サイドバー部分*/

#mainpage .sidebar   {
              width: 150px;
              float: left;
              background-color: white;
             padding-top: 0px;
             padding-bottom: 10px;
             }


.sidebar h2, .sidebar ui, .sidebar p, .sidebar table {
             margin-left: 10px;
             margin-right: 10px;
             }

.sidebar h2     {
             font-size: 12px;
             font-family: Verdana,Helvetica,sans-serif;
             color: glay;
             border-bottom: dotted 2px #77a822;
             padding-bottom: 3px;
             margin-bottom: 3px;
              }

.menu      {
             list-style-type: none;
             margin-left: 10px;
             padding-left: 10px;
            font-size: 12px;
            margin-top: 8px;
            }

.menu a  {
             color: #614516;
             text-decoration: none;
              }

.menu li {
             margin-bottom: 5px;
              }

.sidebar #searchform {
             margin-top: 5px;
              }

.sidebar #searchform p　　　　　 {
             margin-top: 0px;
             margin-bottom: 2px;
              }

.kensaku form  {
         border-bottom: dotted 1px #614516;
         margin-right: 10px;
         margin-left: 10px;
　　　　}

#calendar {
             font-size: 10px;
             text-align: center;
             width: 130px;
             }

#calendar a  {
                  color: #D2B48C;
                  }


/*エントリー部分*/

#content　{
               with: 480px;
               padding-top: 20px;
                 }

#mainpage #content {
                width: 480px;
                float: right;
                  }

#content h2, #content h3, #content p   {
                 margin-right: 10px;
                 margin-left: 10px;
                  }



#content h2            {
               font-size: 12px;
               color: #999966;
                }

#content h3            {
               font-size: 12px;
               color: #614516;
               background-color: white;
               padding: 5px;
               }

#content p　{
               　font-size: 12px;
               　color: #666666;
                 line-height: 140%;
                  }

#content .posted        {
               border-top: solid 1px #B2A595;
               padding-top: 6px;
               margin-bottom: 40px;
                         }

#content h2#trackbacks, #content h2#comments   {
               font-size: 12px;
               color: #999966;
               border-bottom: none;
               margin-top: 10px;
               margin-left: 10px;
               background-color: white;
                  }


#content #tbdata h3  {
               font-size: 12px;
               color: #888888;
             　border-bottom: 0;
               background-color: white;
               }

#content #tbdata p, #content #comdata p     {
               font-size: 12px;
               color: #888888;
               margin-top: 5px;
               margin-bottom: 0;
               margin-left: 10px;
                }

#content #comdata p.posted     {
               margin-bottom: 20px;
               margin-left: 10px;
               margin-right: 10px;
                 }

#content .error                  {
               font-size: 18px;
               font-weight: bold;
               color: red;
               border: solid 1px red;
               padding: 5px;
               text-align: center;
                   }

#content #categorydata     {
               margin-bottom: 50px;
                  }

#content #categorydata li    {
              margin-bottom: 10px;
                   }

#content #categorydata span   {
               font-size: smaller;
               color: #77a822;
               }


/*投稿者*/

#content a            {
                color: #666600;
                  }

#content .posted            {
               border-top: dotted 1px #614516;
               padding-top: 6px; 
               margin-bottom: 20px;
               }


/*フッター部分*/

#footer .rss a     {
             display: block;
             width: 100%;     
             background-color: #bbbbbb;
             color: #F5F4EF;
             font-size: 9px;
             font-family: Arial Helvetica,sans-serif;
             }

#footer .rss-format      {
             background-color: orange;
             padding: 0.5px;
             }

#footer .rss-version      {
             padding: 0.5px;
             }


#footer  {
             border-top: none;
             padding-top: 5px;
             background-color: #3D2813;
             color: white;
             padding-left:10px;
             padding-bottom: 5px;
             clear: both;
             }


#footer p  {
             font-size: 12px;
             font-family: Arial Helvetica,sans-serif;
             margin-top: 0;
             margin-bottom: 0;
              }

#footer a  {
              color: tan;
              font-family: Arial Helvetica,sans-serif;
              text-decoration: none;
               }

#footer .rss       {
             border: solid 1px #999999;
             padding: 1px;
             width: 80px;
             background-color: white;
              }

