@charset "UTF-8";

body {
font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "ＭＳ Ｐゴシック", arial ,sans-serif;
margin: 0px auto 20px;
padding:0;
background: #eee;
}

a {
text-decoration: none;
color: #966;
}

a:hover {
text-decoration: underline;
}

a img {
border:none;
}

h1, h2, h3 {
margin: 0px;
padding: 0px;
}

#container {
line-height: 1.5em;
margin: 0 auto;
padding: 0px;
width: 700px;
background: #fff;
}

#banner {
color: #fff;
background: #966 url("/archives/banner.jpg") no-repeat;
height:76px;
}

#banner h1 {

}

#banner  h1 a {
display:block;
width:700px;
height:150px;
text-indent:-999px;
}


#banner h2 {
display:none;
}



#center {
float: left;
width: 490px;
overflow: hidden;
}

.content {
padding:20px;
background: #fff;
color: #000;
font-size: small;
}

#right {
float: left;
width: 200px;
background-color: #fff;
overflow: hidden;
}

.content p {
color: #000;
font-size: small;
font-weight: normal;
line-height: 150%;
text-align: left;
margin-bottom: 10px;
}

.content blockquote {
line-height: 150%;
border-left : 3px solid #999;
margin-left : 10px;
margin-right : 10px;
padding-left : 1em;
}

.content li {
line-height: 150%;
}

.content h2 {
color: #666;
font-size: x-small;
text-align: left;
font-weight: bold;
margin-bottom: 10px;
}

.content h3 {
color: #000;
font-size: medium;
text-align: left;
font-weight: bold;
margin-bottom: 10px;
}

.content p.posted {
color: #999;
font-size: x-small;
border-top: 1px solid #999;
text-align: left;
margin-bottom: 25px;
line-height: normal;
padding: 3px;
}


.content img.thumbnail {
float:left;
margin:0 10px 10px 0;
}

.sidebar {
padding: 25px 15px;
}

#calendar {
line-height: 140%;
color: #666666;
font-size: x-small;
padding: 2px;
text-align: center;
margin-bottom: 30px;
}

#calendar table {
padding: 2px;
border-collapse: collapse;
border: 0px;
width: 100%;
}

#calendar caption {
color: #666666;
font-size: x-small;
text-align: center;
font-weight: bold;
text-transform: uppercase;
letter-spacing: .3em;
padding:3px 0;
}

#calendar th {
text-align: center;
font-weight: normal;
}

#calendar td {
text-align: center;
}

.sidebar h2 {
color: #ffc;
font-size: x-small;
text-align: center;
font-weight: bold;
text-transform: uppercase;
letter-spacing: .3em;
background:#966;
}

.sidebar ul {
padding:5px 5px 10px 20px;
margin: 0px;
margin-bottom: 30px;
border:1px solid #966;
}

.sidebar ul2 {
margin: 2px;
margin-bottom: 30px;
border:1px solid #966;
}

.sidebar li {
color: #666666;
font-size: x-small;
font-weight:bold;
text-align: left;
line-height: 120%;
margin-top: 5px;
list-style-type: square;
}

.sidebar li.sub{
list-style: none;
}

.sidebar img {
border: 3px solid #fff;
}

.photo {
text-align: left;
margin-bottom: 20px;
}

.link-note {
font-size: x-small;
line-height: 150%;
text-align: left;
margin-bottom: 5px;
}

#powered {
font-size: x-small;
line-height: 150%;
text-align: left;
color: #666666;
}

#comment-data {
float: left;
width: 180px;
padding-right: 15px;
margin-right: 15px;
text-align: left;
border-right: 1px dotted #BBB;
}

textarea {
font-family: Osaka, sans-serif; 
}
textarea[id="comment-text"] {
width: 80%;
}


.searchbox{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dotted #ccc;
}
.searchbox h3{
font-size:small;
}


.description{
padding:0 10px;
margin-bottom:20px;
background:#EBE1E1;
border:1px dotted #966;
}

.description p{
color: #333;
font-size:x-small;
}