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: #1D0077;}
a:visited {color: #1D0077;}
a:active {color: #1D0077;}
a:hover {
color: #FFFFFF;
background-color: #6A6A6A;
}
a img  {border: 0px}

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

#header h1 {
font-size: 18px;
font-family: "MS Pゴシック", Osaka, Sans-Serif;
color: #FFFFFF;
}

#description {
background-color: #6A6A6A;
border-top: solid 1px #999999;
border-bottom: solid 1px #999999;
margin-top: 0px;
margin-bottom: 0px;
height: 45px;
}

#description h1 {
color: #FFFFFF;
font-size: 18px;
padding-top: 16px;
padding-left: 20px;
font-weight: bold;
}

#description h2 {
color: #FFFFFF;
font-size: 18px;
padding-top: 16px;
padding-left: 20px;
font-weight: bold;
}

/*エントリー部分*/
#content {
width: 550px;
font-size: 14px;
float: left;
background-color: #FFFFFF;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 10px;
}

#content h2 {
font-size: 14px;
margin-bottom: 0px;
padding-left: 10px;
font-weight: bold;
}

#content h2 a {
text-decoration: none;
}

.top {
margin-bottom: 30px;
}

.entrybody {
border: solid 1px #1D0077;
padding: 5px;
}

#content p {
font-size: 14px;
color: #666666;
line-height: 21px;
margin-top: 0px;
}

.extended {
text-align: right;
padding: 0px;
margin: 0px;
}

.posted {
text-align: right;
font-size: 10px;
margin-bottom: 20px;
line-height: 15px;
}

#posted p {
font-size: 10px;
}

.posted a {
color: #FFFFFF;
background-color: #CCCCCC;
text-decoration: none;
border: solid 1px #1D0077;
}

.posted img {
margin-right: 5px;
}

#nav p{
font-size: 10px;
}

#nav2 {
position: absolute;
margin-left: 300px;
top: 230px;
clear: both;
}

#nav1 {
position: absolute;
margin-left: 300px;
top: 290px;
clear: both;
}


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

.sidebar h2 {
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 {
text-align: left;
color: #FFFFFF;
background-color: #444444;
display: block;
width: 160px;
height: 20px;
text-decoration: none;
line-height:20px;
margin-left: 5px;
margin-right: 5px;
font-weight: bold;
}

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

#categories a img {
margin-top: 3px;
margin-left: 5px;
margin-right: 5px;
}

#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: #444444;
}

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

#site h3 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 h3 a:hover {
color: #FFFFFF;
background-color: #6A6A6A;
}

#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: #6A6A6A;
}

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


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