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

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

#header              {
                     background-color: #009999;
     
                     
                     
                       }

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

#gotop    {
                    font-size :8px;
                      font-style: normal;
                      font-family: Osaka;
                     text-decoration: none;
                     margin-top: 10px;
　　　　　　　　　　　　　　　　margin-bottom: 10px;
                         }

#container{
                       width: 500px;
                        margin-left: auto;
                       margin-right:auto;
                       background-color: #009999;
                      margin-top:60px;
                     }
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:active{text-decoration:none;}

/*entry*/

#content h3    {
                          font-size: 14px;
                          font-style: normal;
                           font-family: Osaka;
                          color: #009999;
                          padding: 5px;
                          
                            }

#content h4  {
                              font-size :12px;
                               font-style: normal;
                                font-family: Osaka;
                              color: #009999;
　　　　　　　　　padding: 5px;

                                                             }
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:active{text-decoration:none;}


#content  {
                        clear: both;
                          }
#content p {
                          font-size: 12px;
                         font-style: normal; 
                           font-family: Osaka;
                          color: #fff;
                          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;
                        font-family: Osaka;
                        text-align: center;
                        margin-top: 0;
                        margin-bottom: 0;
                        clear: both;
                          }

  
