@charset "utf-8";
  
/****************
 body, container
*****************/

body {
  margin: 0;
  color: #2a2a2a;
  font: 14px/1.5 Verdana, sans-serif;
  background-color: #e8e8e8;
  text-align: center;
  line-height: 173%;
}

#container {
  background-color: #fff;
  margin: 0 auto;
  text-align: left;
  width: 600px;
  padding: 20px;
}

@media screen and (max-width: 600px) {

  body {
    background-color: #fff;
  }

  div#container  {
    width: 90%;
    padding: 15px;
  }

  img#titleimg2 {
    visibility  : collapse;
  }

}
@media screen and (min-width: 601px) and (max-width: 800px) {

  body {
    background-color: #e8e8e8;
  }

  div#container  {
    width: 80%;
  }

}
@media screen and (min-width: 801px) {

  body {
    background-color: #e8e8e8;
  }

  div#container  {
    width: 640px;
  }

}

/****************
 base
*****************/

a {
  color: #777;
  text-decoration: none;
  word-wrap: break-word;
}

a:hover {
  color: #59f;
  text-decoration: underline;
}

img {
  border: 0;
}

blockquote {
  margin: 0;
  padding: 10px;
  background-color: #f3f3f3;
}

/****************
 entry
*****************/

.entry .title {
  font-weight: bold;
  border: solid #bbb 1px;
  padding: 5px 6px;
}

.permalink {
  margin: 5px 0px 10px 0px;
  text-align: right;
}

.day_title {
  margin: 0px 0px 16px 0px;
  display: block;
}

.day_title a {
  color: #444;
}

.day_unit {
  margin: 0px 0px 20px 0px;
}

.prevnext {
  margin: 15px 0px 15px 0px;
  display: block;
  line-height:160%;
}

ul.prevnext {
  list-style: none;
  padding-left: 0;
}

.entry .head {
  margin: 10px 0px 15px 0px;
  text-align: right;
}

.entry .foot {
  margin-top: 25px;
}

/****************
 header, footer
*****************/

#header {
  margin: 0px 0px 15px 0px;
}

#header a {
  font-size: 1.5em;
}

#footer {
  margin: 20px 0px;
}

/****************
 tabmenu
*****************/

ul.tabmenu {
  list-style: none;
  padding-left: 0;
}

ul.tabmenu li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  border-right: solid #888 1px;
}

ul.tabmenu li:first-child {
  padding-left: 0px;
}

ul.tabmenu li:last-child {
  border-right: 0px;
}

/****************
 itemlist
*****************/

ul.itemlist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

ul.itemlist li {
  line-height: 200%;
}

ul.itemlist li span.date {
  margin-right: 12px;
}

/****************
 tags
*****************/

.tags {
  margin: 5px 0px 5px 0px;
}

ul.tags {
  list-style: none;
  padding-left: 0;
  margin: 0;
  line-height:200%;
}

ul.tags li {
  display: inline;
}

ul.tags li a {
  background-color: #f4f4f4;
  padding: 4px;
}

ul.tags li a:hover {
  background-color: #d5e0ff;
  text-decoration: none;
}

/****************
 others
*****************/

div.itemlist .item {
  margin-bottom: 5px;
}

