body

{
text-align: center;
background-color: #9cce9c;
}

#container
{
width: 750px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
text-align: left;
background-color: #eef7ee;
}

/*ヘッダー部分*/

#header
{
background-color: #eef7ee;
}

#header h1
{
font-size:170%;
margin-top: 30px;
margin-bottom: 10px;
}

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

#header h2
{
color: #386139;
font-size: 90%;
margin-top: 0;
margin-bottom: 10px; 
}


#header
{

padding: 5px 10px  0px;
border-bottom: solid 3px #386139;

}

/*サイドバー部分*/

.sidebar

{
width: 200px;
margin-top: 10px;
padding-left: 10px;
float: left;
}

.sidebar h2
{
font-size: 16px;
color: #006000;
margin-right: 10px;
border-bottom: solid 2px #386139;
}

.menu
{
line-height: 120%;
font-size: 95%;
margin-left: 0px;
padding-left: 0px;
}

.menu.menu
{
margin-left: 25px;
}

.menu a
{
color: #386139;
}

#footer
{
text-align: center;
border-top: solid 3px #386139;
padding-top: 3px;
clear: both;
}

#footer p
{
color: #386139;
margin-top: 0px;
padding-bottom: 10px;
}

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

/*エントリー部分*/
#content
{
width: 520px;
margin-top:10px;
padding-left: 10px;
padding-right: 10px;
float: right;
}

#content h2,
{
font-size: 120%;
margin-bottom: 0px;
padding-bottom: 0px;
}

/*エントリー題名部分*/
#content h3,
{
background-color: #daeeda;
margin-top: 6px;
}

#content h3 a
{
color: #006000;
  text-decoration:none;
}

#content p,
{
color: #386139;
font-size: 95%;
line-height: 100%;
}

#content p a,
{
color: #386139;