#feed {
  width: 350px; }
  #feed ul {
    text-align: left; }
    #feed ul li {
      text-align: left;
      padding: 10px 0px; }
      #feed ul li .feeddate {
        font-size: 10px;
        font-weight: normal;
        color: #663300;
        vertical-align: top;
        padding-top: 0px;
        letter-spacing: 0.1em; }
      #feed ul li .feedtitle {
        font-size: 12px;
        font-weight: bold;
        line-height: 2;
        letter-spacing: 0.1em;
        border-bottom: #CCCC99 1px dashed;
        letter-spacing: 0.1em; }
      #feed ul li .feedcontent {
        font-size: 12px;
        font-weight: normal;
        color: #663300;
        line-height: 1.5;
        padding-left: 0px;
        letter-spacing: 0.1em; }

.bloglink {
  font-size: 12px;
  letter-spacing: 0.1em; }
  .bloglink a {
    text-decoration: underline;
    color: #666; }
    .bloglink a:hover {
      text-decoration: none; }
