@import url(common/css/default.css);
@import url(common/css/screen.css);

body {
  background: #fee;
}

#header h1 {
}

#footer {
  background: #ddd;
  color: #666;
}

#footer-inner {
  padding-top: 10px;
}

#container-inner {
  width: 960px;
}
#beta {
  width: 260px;
  background: #ffe8e8;
}

h3.widget-header {
  margin-bottom: 5px;
  font-size: small;
}

.widget-content {
  padding-left: 5px;
  font-size: small;
}

.banner-content {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}

.banner-content a img {
  border: 0px;
}

/* トップページの新着ブログサムネイル */
div.entry {
  width: 120px;
  float: left;
  font-size: small;
  text-align: center;
  line-height: 1em;
  margin-right: 5px;
  margin-bottom: 2px;
}
div.entry a img {
  border: 0px solid #ccc;
}