body {
text-align: center;
color: #666666;
background-color: #F5F5F5;
margin-top: 20px;
}

#container {
width: 750px;
margin-left: auto;
margin-right: auto;
text-align: left;
font-family: "MS Pゴシック", Osaka,Sans-Serif;
background-color: #FFFFFF;
border: solid 1px #999999;
}

/* 全体の強調文字設定 */
h1, h2, h3, h4 {
margin: 0px;
padding: 0px;
font-weight: normal;
}

/*全体のリンク設定*/
a:link {color: #3F2215;}
a:visited {color: #3F2215;}
a:active {color: #3F2215;}
a:hover {
color: #FFFFFF;
background-color: #A54436;
}
a img  {border: 0px}

/*ヘッダー部分*/
#header {
background-color: #3F2215;
margin-bottom: 0px;
padding: 20px;
}

#header h1 {
color: #000000;
background-color: #FFFFFF;
font-size: 26px;
text-align: center;
font-weight: bold;
line-height: 75px;
}

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

#description {
color: #FFFFFF;
font-weight: bold;
background-color: #A54436;
border-top: solid 1px #999999;
border-bottom: solid 1px #999999;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
height: 45px;
line-height: 45px;
text-align: right;
}

#description h2 {
font-size: 18px;
text-align: left;
font-weight: bold;
}

#description a {
color: #FFFFFF;
padding-right: 20px;
text-decoration: none;
}

/*エントリー部分*/
#content {
width: 550px;
font-family: "MS Pゴシック", Osaka,Sans-Serif;
font-size: 14px;
float: left;
background-color: #FFFFFF;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
line-height: 21px;
}

#content p {
font-family: "MS Pゴシック", Osaka,Sans-Serif;
}

#content h2 {
font-size: 15px;
color: #000000;
background-color: #CCCCCC;
border-right: 2px solid #777777;
border-bottom: 2px solid #777777;
text-align: center;
margin-top: 20px;
margin-bottom: 10px;
font-weight: bold;
line-height: 26px;
}

#content a img {
float: left;
margin-right: 5px;
border: 0px
}

.posted {
text-align: right;
font: 12px;
margin-bottom: 20px;
}

#content h3 {
font-size: 16px;
text-align: center;
color: #1D0077;
background-color: #F5F5F5;
border: solid 2px #CCCCCC;
margin-top: 20px;
margin-bottom: 10px;
padding: 3px;
font-weight: bold;
}

/*サイドバー部分*/
.sidebar {
font-size: 14px;
background-color: #F5F5F5;
width: 180px;
float: right;
border-left: solid 1px #999999;
}

.sidebar h3 {
font-size: 16px;
text-align: center;
color: #1D0077;
background-color: #F5F5F5;
border: solid 2px #CCCCCC;
margin-top: 20px;
margin-bottom: 10px;
padding: 3px;
font-weight: bold;
}

/*インデックス部分*/
#categories {
margin-top: 20px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
padding-bottom: 5px;
background-color: #CCCCCC;
}

#categories a {
color: #FFFFFF;
background-color: #3F2215;
display: block;
width: 160px;
height: 20px;
text-decoration: none;
padding-top: 5px;
font-weight: bold;
}

#categories a:hover {
color: #1D0077;
background-color: #A54436;
}

#categories ul {
padding-left: 0px;
margin: 0px;
margin-bottom: 10px;
list-style-type: none;
}

#categories li {
color: #1D0077;
font-size: 14px;
text-align: center;
line-height: 20px;
margin-top: 2px;
list-style-type: none;
}

/*最近の記事部分*/
#new {
margin: 5px;
padding-bottom: 5px;
background-color: #CCCCCC;
}

#new ul {
padding-left: 5px;
margin: 0px;
margin-bottom: 20px;
list-style-type: none;
line-height: 20px;
}

/*自サイトリンク*/
#site {
text-align: center;
margin-top: 20px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #3F2215;
}

#site h4 {
font-size: 16px;
margin-top: 5px;
}

#site h4 a {
text-align: center;
color: #FFFFFF;
background-color: #800000;
display: block;
width: 160px;
height: 30px;
text-decoration: none;
font-weight: bold;
line-height: 30px;
}

#site h4 a:hover {
color: #FFFFFF;
background-color: #A54436;
}

#site p {
margin: 5px;
}

#site p a {
text-align: center;
color: #000000;
background-color: #FFFFFF;
display: block;
width: 160px;
height: 30px;
text-decoration: none;
font-weight: bold;
margin: 0px;
line-height: 30px;
}

#site p a:hover {
color: #FFFFFF;
background-color: #A54436;
}

/*相互リンク*/
#link {
margin: 5px;
padding-bottom: 5px;
background-color: #CCCCCC;
font-size: 12px;
}


/*フッター部分*/
#footer {
color: #FFFFFF;
border-top: solid 1px #999999;
background-color: #A54436;
font-size: 12px;
text-align: center;
clear: both;
}
