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

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

#header              {
                     background-color: #F31043;
     
                     
                     
                       }

  body             {
                         text-align:center
                         background-color:;
                      }

#gotop    {
                     text-decoration: none;
                     margin-top: 10px;
　　　　　　　　　　　　　　　　margin-bottom: 10px;
                         }

#container{
                       width: 500px;
                        margin-left: auto;
                       margin-right:auto;
                       background-color: #F31043;
                      margin-top:60px;
                     }

/*entry*/

#content h3    {
                          font-size: 12px;
                          font-style: normal;
                          color: #F31043;
                          font-family: OSAKA;
                          padding: 5px;
                          
                            }

#content h4  {
                              font-size :10px;
                               font-style: normal;
                              color: #F31043;
                              font-family: OSAKA;
　　　　　　　　　padding: 5px;
                                                             }


#content  {
                        clear: both;
                          }
#content p {
                          font-size: 10px;
                         font-style: normal; 
                          color: #fff;
                          font-family: OSAKA;
                          line-height: 140%;
                        }

#content .posted  {
                         font-size: 10px;
                         font-family: OSAKA;
　　　　　　　　text-align: right;
                         border-bottom: dashed 1px #fff;
                        padding-bottom: 6px;
                        margin-bottom: 40px;
                             }

/*footer*/
#footer     {
                           border-top:solid 5px #FFCCCC;
                          padding-top: 3px;
                           }

#footer p   {
                        font-size: 10px;
                        font-color: #CC0033;
                        text-align: center;
                        margin-top: 0;
                        margin-bottom: 0;
                        clear: both;
                          }

  