body {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left:auto;
   margin-right:auto;
   text-align:center;
   font-size:12px;
   font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
   color: #1B1B1B; 
   background: url(archives/blog_bg.gif);
}

img { border: 0 }

/*リンク*/
a {text-decoration: underline}
a:link {color: #50A8B1}
a:visited {color: #50A8B1}
a:active {color: #50A8B1}
a:hover {color: #F3BF21}

/*文字設定*/
h1, h2, h3 {
   margin: 0px;
   padding: 0px;
   font-weight: bold;
}

#container {
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left:auto;
   margin-right:auto;
   width: 770px;
   background-color:#FFF;
   border-right: #50A8B1 solid 5px;
   border-left: #50A8B1 solid 5px;
}
/*タイトル設定*/
#banner {
   font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
   color: #FFFFFF;
   background-color: #50A8B1;
   text-align: left;
   padding: 15px;
   border-bottom: 1px solid #FFFFFF;
   height: 30px;
   background-image: url(archives/titlebg.gif);
   background-repeat:none;
}
#banner-img {
   display: none;
}
#banner a {
   color: #FFFFFF;
   text-decoration: none;
}
#banner h1 {
   font-size: xx-large;
}
#banner h2 {
   font-size: small;
 }

/*各カラム設定*/
#center {
   float: left;
   width: 600px;
   overflow: hidden;
}
#right {
   float: left;
   width: 170px;
   background-color: #FFFFFF;
   overflow: hidden;
}

/*エントリー全体*/
.content {
   padding: 15px 15px 5px 15px;
   background-color: #FFFFFF;
   color: #666666;
   font-family: Verdana, Arial, sans-serif;
   font-size: x-small;
   border-left: 1px double #1B1B1B;
}
/*エントリー本文*/
.blogbody {
   margin:0px auto;
   margin:10px 0;
   border: 2px dotted #F3BF21;
   padding: 7px;
   text-align: justify;
   line-height: 120%;
   font-size: small;
   margin-bottom: 10px;
   background-color: #FFF;
}
.content blockquote {
   line-height: 150%;
}
.content li {
   line-height: 150%;
}
/*エントリー日付*/
.content h2 {
   color: #FFF;
   font-family: Verdana, Arial, sans-serif;
   font-size: x-small;
   text-align: right;
   margin-bottom: 10px;
   background-color: #98CCD1;
   padding: 3px;
}
/*エントリータイトル*/
.content h3 {
   color: #666666;
   font-family: Verdana, Arial, sans-serif;
   font-size: small;
   text-align: left;
   padding: 10px;
   margin-bottom: 10px;
   border-right: #50A8B1 solid 5px;
   border-left: #50A8B1 solid 5px;
   border-top: #50A8B1 solid 1px;
   border-bottom: #50A8B1 solid 1px;
}
.content p.posted {
   color: #999999;
   font-family: Verdana, Arial, sans-serif;
   font-size: x-small;
   border-top: 1px solid #999999;
   text-align: left;
   margin-bottom: 25px;
   line-height: normal;
   padding: 3px;
}

/*サイドバー全体*/
.sidebar {padding: 15px 10px}
/*サイドバー見出し*/
.sidebar h2 {
   color: #666666;   
   border-right: #50A8B1 solid 5px;
   border-left: #50A8B1 solid 5px;
   border-top: #50A8B1 solid 1px;
   border-bottom: #50A8B1 solid 1px;
   padding:5px 0;
   text-align:center;
   letter-spacing: .3em;
   font-size: x-small;
   font-family: Verdana, Arial, sans-serif;
}
.sidebar ul {
   padding-left: 0px;
   margin: 0px;
   margin-bottom: 30px;
}
.sidebar ul ul {
   margin-bottom: 0px;
}
.sidebar #categories ul {
   padding-left: 15px;
}
.sidebar li {
   color: #666666;
   font-family: Verdana, Arial, sans-serif;
   font-size: x-small;
   text-align: left;
   line-height: 150%;
   margin-top: 10px;
   list-style-type: none;
}
.sidebar #categories li {
   list-style-type: circle;
}
.sidebar img {
   border: 3px solid #FFFFFF;
}
/*写真*/
.photo {
   text-align: left;
   margin-bottom: 20px;
}

.link-note {
   font-family: Verdana, Arial, sans-serif;
   font-size: x-small;
   line-height: 150%;
   text-align: left;
   padding: 2px;
   margin-bottom: 15px;
}

#powered {
   font-family: Verdana, Arial, sans-serif;
   font-size: x-small;
   line-height: 150%;
   text-align: left;
   color: #666666;
   margin-top: 50px;
}

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

textarea[id="comment-text"] {
   width: 80%;
}

.commenter-profile img {
   vertical-align: middle;
   border-width: 0;
}

.gallery-thumbnail {
   float: left;
   width: 170px;
   border: 1px solid #666;
   margin: 0 3px 5px 2px;
   padding: 4px;
   background-color: #FFF;
}
.thumb-pad {
padding: 10px 0;
vertical-align: top;
border-bottom:1px #999999 dotted;
}
div.spacer { 
   clear : both; 
}