body
{
    text-align: left;
 font-family: Arial, Helvetica, sans-serif;
}

#container
{
   width: 700px;
   margin-left: 10px;
   margin-right: auto;
   text-align: left;
}


/*ヘッダー部分*/
#header h1
{
   font-size: 27px;
   font-family: Arial, Helvetica, sans-serif;
   margin-top: 0;
   margin-bottom: 0;
}

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

#header h2
{
   color: #000000;
   font-size: 11px;
   font-family: Arial, Helvetica; 
   margin-top: 6px;
   margin-bottom: 0;
}

#header
{
   background-color: #ffffff;
   padding: 20px 0px;
}

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

/*カテゴリーメニュー*/
#category
{
   margin-top: 3px;
   text-align: right;
}

#category a, #category span
{
   font-size: 11px;
   color: #888888
   margin-left: 10px;
}

/*サイドバー部分*/
.sidebar
{
   width: 170px;
   float: right;
}

.sidebar h2
{
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   color: #888888;
   border-bottom: solid 1px #888888;
   padding-bottom: 3px;
   margin-bottom: 0;
}

.menu
{
   list-style-type: none;
   margin-left: 0;
   padding-left: 0;
   font-size: 11px;
   margin-bottom: 8px;
}

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

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

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

#calendar a
{
   color: #1272F5;
}

/*エントリー部分*/
#content
{
   width: 480px;
   float: left;
}

#content h2
{
   font-size: 11px;
   color: #E3C528;
}

#content h3
{
   font-size: 14px;
   color: #1272F5;
}

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

#content a
{
   color: #1272F5;
}

#content .posted
{
   border-top: solid 1px #727171;
   padding-top: 10px;
   margin-bottom: 50px;
}

#content h2#trackbacks, #content h2#comments
{
   font-size: 10px;
   color: #727171;
   border-bottom: dotted 1px #727171;
   margin-top: 40px;
}

#content #tbdata h3
{
   fonnt-size: 11px;
   color: #000000;
   margin-bottom: 0;
}

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

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

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

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

#content #categorydata span
{
   font-size: 9px;
   color: #888888;
   margin-left: 10px;
} 

/*フッター部分*/
#footer
{
   border-top: solid 3px #000000;
   padding-top: 3px;
   clear: both;
}

#footer p
{
   font-size: 11px;
   margin-top:0;
   margin-bottom: 0;
}

#footer a
{
   color: #1272F5;
   text-decoration: none;
}
