@CHARSET "UTF-8";
@import url(common.css);

/* Blog: Updates
----------------------------------------------- */
#blog.updates {
  background: url(/images/pages/titles/updates.gif) transparent no-repeat scroll left top;
  position: relative;
  }

#blogMain .blogEntryBody blockquote {
  padding: 10px;
  margin: 10px 0;
  background-color: #ffc;
  }
#blogMain .blogEntryBodyBody ul,
#blogMain .blogEntryBodyMore ul {
  margin-left: 30px;
  }

#blogMain .blogEntryBodyBody dl {
  margin: 20px 0;
  }
#blogMain .blogEntryBodyBody dl dd {
  margin: 10px 30px;
  }

/* サービス連携 */
#services {
  width: 380px;
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 560px;
  padding: 5px 10px;
  background-color: #eee;
  font-size: x-small;
  }
#services ul {
  list-style-type: none;
  }
#services ul li {
  display: inline;
  }
#services ul li a {
  text-decoration: none;
  color: #000;
  }
#services ul li a:hover {
  color: #f90;
  }
#services ul li a img {
  border: none;
  margin: 0 5px;
  vertical-align: bottom;
  }

