@charset "euc-jp";

body {
  margin: 0;
  padding: 0;
  color: #333;
  text-align: center;
  background: #455b75;
}

form {
  display: inline;
}

img {
  border: 0;
}

table#banner {
}

table#banner table td {
  padding: 3px;
}

div.adminmenu {
  margin: 0 auto;
  padding: 0;
  line-height: 200%;
  height: 28px;
  width: 90%;
  max-width: 910px;
  background: #323e61;
  border-left: 3px solid #3e5065;
  border-right: 3px solid #3e5065;
  font-size: 80%;
  text-align: right;
}

div.adminmenu a, div.adminmenu a:visited {
  color: #fff;
  text-decoration: none;
  margin-right: 0.5em;
}

div.adminmenu a:hover {
  text-decoration: underline;
}

h1 {
  color: #000;
  margin: 0 auto;
  padding: 55px 0 45px 0;
  background: #fff;
  text-align: left;
  font-size: 150%;
  text-indent: 2em;
  font-family: "verdana", "helvetica", "arial" , sans-serif;
  width: 90%;
  max-width: 910px;
  border-left: 3px solid #3e5065;
  border-right: 3px solid #3e5065;
}

h1 a {
  color: #000;
}

.hatena-body {
  margin: 0 auto;
  background: #fff;
  position: relative;
  text-align: left;
  zoom: 1;
  width: 90%;
  max-width: 910px;
  border-left: 3px solid #3e5065;
  border-right: 3px solid #3e5065;
  line-height: 1.5;
}

.hatena-body:after {
  display: block;
  content: "";
  clear: both;
}

.main {
  text-align: left;
  background: #fff;
  float: left;
  width: 100%;
}

.sidebar {
  line-height: 1.5;
  width: 230px;
  margin-left: -230px;
  float: right;
  font-size: 90%;
  overflow:hidden;
}

a.keyword {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5;

}

a.okeyword {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #e5e5e5;

}

.main div.calendar, .main div.day {
  margin-right: 240px;
}

div.calendar {
  padding: 0.2em 0.4em;
  text-align: right;
  font-size: 90%;
}

.day {
  padding: 0.5em 0.5em 1em 1em;
  clear: both;
}

.day h2 {
  color: #fff;
  margin: 0 0 0.5em 0;
  font-size: 120%;
  font-family: "verdana", "helvetica", "arial" , sans-serif;
  background: #323e61;
  padding: 0.1em 0.3em;
}

.day h2 a {
  color: #fff;
  text-decoration: none;
}

.day h2 .edit {
  font-size: 70%;
  font-weight: normal;
  margin-left: 5px;
  color: #efefef;
}

.day h2 span.title input , .day h2 span.date input {
  border: 1px solid #ccc;
}

.day .photo {
  float: right;
  margin: 1em 0 1em 1em;
}

.body {
  padding: 0.5em 0;
  overflow: hidden;
}

.body h3 {
  font-size: 100%;
  margin: 0.5em 0 1em 0;
}

.body h3 .timestamp {
  font-weight: normal;
  font-size: 90%;
}

.body h3 a {
  text-decoration: none;
}

.body h3 a .sanchor {
  color: #949bb5;
  padding-right: 0.3em;
}

.body h3 a.sectioncategory {
  color: #333;
  text-decoration: underline;
  padding-left: 2px;
  padding-right: 2px;
}

.body h3.title {
    border-left: 9px solid #949BB5;
    padding-left: 0.5em;
    margin-bottom: 0;
}

.body h3.title a {
    text-decoration: none;
    color: #333;
}

.body h4 {
  border-bottom: 1px solid #949bb5;
  padding: 3px 0;
  margin: 1.5em 0 0.3em 0;
}

.body h4 a {
  color: #333;
}

.body h5 {
  margin: 0.5em 0 0.5em 0;
  font-size: 100%;
}

.body h5 a {
  color: #000;
}

.body .section {
  margin: 0;
  padding-bottom: 1em;
}

.body .section p {
  margin: 0.5em 0 0.9em 0;
}

.body .section pre {
  font-size: 90%;
  background: #efefef;
  border:1px solid #ddd;
  padding: 0.5em 0.8em;
  color: #343434;
 *width: 100%;
 _width: 100%;
  overflow: auto;
}

.body .section blockquote {
  border: 1px solid #d0d1d9;
  margin: 1em 0;
  padding: 0.5em 0.7em;
}

.body .section blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}

.body .section blockquote cite {
  padding-top: 0.5em;
  display: block;
  font-size: 90%;
  margin-bottom: -0.3em;
}

.body .section table {
  border: 1px solid #b8c2d2;
  border-collapse: collapse;
  font-size: 90%;
  margin: 1em 0;
}

.body .section table td , .body .section table th {
  padding: 0.4em;
  border: 1px solid #c7cad6;
}

.body .section table th {
  background: #dbe0e8;
  border-bottom: 1px solid #b8c2d2;
}

.body .section table th a {
  color: #4259bc;
}

.body .section table.hatena-question-detail {
  width: 500px;
}

.body .section table.hatena-question-detail td.hatena-question-detail-value {
  width: 200px;
  white-space: nowrap;
}

.body .section .hatena-asin-detail {
  margin: 1em 0;
  border: 1px solid #d0d1d9;
  padding: 0.5em;
  font-size: 90%;
}

.body .section .hatena-asin-detail .hatena-asin-detail-image {
  float: left;
  margin-right: 15px;
}

.body .section .hatena-asin-detail .hatena-asin-detail-title {
  margin-top: 0;
  font-weight: bold;
}

.body .section .hatena-asin-detail p {
  text-indent: 0;
}

.body .section .hatena-asin-detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.body .section .hatena-asin-detail .hatena-asin-detail-foot {
  clear: left;
}

.body .section dl {
  margin: 1em 0;
}

.body .section dt {
  font-weight: bold;
  padding-bottom: 3px;
}

.body .section dd {
  padding-bottom: 3px;
  margin-left: 1em;
}

.body .ad {
  padding: 1em;
}

.highlight {
  background: #fff06e;
  padding: 0 0.3em;
}

.body p.footnote {
  font-size: 90%;
  margin: 1em 0;
}

.body .sectionfooter {
  text-align: right;
  font-size: 90%;
} 

.body textarea {
  width: 100%;
  border: 1px solid #ccc;
}

.body input , .body select {

}

.keywordcloud {
  margin: 0;
  padding: 0;
}

.sidebar table.calendar {
  font-size: 90%;
  width: 195px;
  margin: 0 auto;
  border-collapse: collapse;

}
.sidebar table.calendar td {
  text-align: center;
  background: #ebedf1;
  border: 1px solid #c7cad6;
}

.sidebar table.calendar td a {
  text-decoration: none;
}

.sidebar table.calendar td img {
  width: 15px;
  height: 15px;
}

.sidebar table.calendar .calendar-prev-month, .sidebar table.calendar .calendar-current-month, .sidebar table.calendar .calendar-next-month {
  background: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  padding-bottom: 6px;
}

.sidebar table.calendar td.calendar-weekday {
  color: #fff;
  background: #9aa3c3;
}

.sidebar table.calendar td.calendar-sunday {
  color: #fff;
  background: #c39aab;
}

.sidebar table.calendar td.calendar-saturday {
  color: #fff;
  background: #92a9bc;
}

.sidebar table.calendar td.day-today {
  background: #f8f9fb;
}

.sidebar table.calendar td.day-selected {
  font-weight: bold;
}

.hatena-module {
  background: #dee0e7;
  margin-bottom: 1em;
}

.sidebar .hatena-module {
  margin-right: 1em;
}

.hatena-module .hatena-moduletitle {
  padding: 0.5em 0.5em 0.3em 0.5em;
  font-weight: bold;
  font-family: "verdana", "helvetica", "arial" , sans-serif;
}

.hatena-module .hatena-moduletitle a {
  color: #333;
}


.hatena-module .hatena-modulebody {
  padding: 0.1em 0.5em 0.7em 0.5em;
  zoom: 1;
}

.hatena-modulebody:after {
  clear: both;
  content: "";
  display: block;
}

.hatena-module ul , .sidebar .hatena-module ol {
  margin: 0;
  padding: 0;
  font-size: 90%;
  border-bottom: 1px solid #eef0f3;
}

.hatena-module ul li,.hatena-module ol li {
  padding: 2px 4px;
  border-top: 1px solid #eef0f3;
  line-height: 1.4;
}

.hatena-module ul {
  list-style: none;
}

.hatena-module ul li a,.hatena-module ol li a {
  text-decoration: none;
}

.hatena-module ul.hatena-photo {
  margin: 0;
  padding: 0;
  border: none;
}

.hatena-module ul.hatena-photo li {
  display: inline;
  padding: 0;
  border: none;
}

.hatena-module ul.hatena-photo li img {
  border: 1px solid #c7cad6;
}

.hatena-module ul.keywordcloud, .hatena-module ul.keywordcloud li {
  border: none;
}

.hatena-module p {
  margin: 0;
}

.hatena-module .hatena-profile {
  font-size: 90%;
  line-height: 1.3;
}

.hatena-module .hatena-profile .hatena-profile-id a {
  font-weight: bold;
  font-size: 110%;
  text-decoration: none;
}

.hatena-module .hatena-profile-image img {
  float: left;
  margin: 5px 10px 5px 0;
}

.sidebar .hatena-module form input {
  border: 1px solid #babfd0;
  margin: 0.5em 0.1em;
  vertical-align: middle;
}

.recentitem {
  padding: 0.5em;
  margin: 0.7em 1em 0 0;
  font-size: 90%;
  background: #dee0e7;
  font-weight: bold;
}

.recentitem a {
  color: #000;
}

.recentsubtitles {
  padding: 0.1em 1em 0.5em 1em;
  margin: 0 1em 0 0;
  font-size: 90%;
  background: #dee0e7;
}

.recentsubtitles img {
  vertical-align: middle;
}

.recentitem_diary {
  padding: 0.5em 1em;
}

.comment , .refererlist {
  margin: 1em 0;
  clear: both;
}

.comment .caption , .refererlist .caption {
  padding: 0.3em 0.5em;
  background: #dee3e7;
  border: 1px solid #c5cfd6;
}

.comment .caption a, .refererlist .caption a {
  color: #333;
}

.comment .commentshort {
  padding: 0.7em 0;
}

.comment .commentshort p {
  margin: 0;
  padding-bottom: 0.5em;
  font-size: 90%;
}

.comment .commentshort p .canchor a {
  color: #333;
  text-decoration: none;
}

.comment textarea {
  border: 1px solid #ccc;
  margin: 0.5em 0;
  width: 100%;
}

.comment input {
  border: 1px solid #ccc;
  background: #eee;
}

.comment input.field {
}

.comment input#comment-username {
}

.refererlist ul {
  list-style: circle;
  margin-left: 0;
  padding-left: 28px;
  font-size: 90%;
}

.refererlist ul li input {
  vertical-align: middle;
}


#hatena-about {
}

#hatena-about h2 a {
  font-size: 70%;
  font-weight: normal;
  margin-left: 5px;
  color: #4f7bd5;
}

#hatena-about h3 {
  padding-top: 0.5em;
}

#hatena-about ul {
  margin: 1em;
  padding: 0;
}

#hatena-about .hatena-profile-list {
  margin: 1em 0;
  padding: 0;
}

#hatena-about .hatena-profile-list li {
  display: inline;
}

.sidebar .hatena-clock {
  text-align: center;
  padding: 0.5em;
}

.footer {
  padding: 1em;
  clear: both;
}


div.contents {
  border: 1px solid #ddd;
  margin-top: 1em;
  margin-left: 1em;
  color: #333;
}

div.contents ul {
  list-style: circle;
  margin-top: 0.3em;
  margin-bottom: 0.5em;
}

p.message {
  margin: 0;
  padding: 1em;
  color: #313c63;
}

a.file {
  padding-left: 17px;
  margin-left: 2px;
  margin-right: 2px;
  background: url("icon-download.gif") 0 50% no-repeat;
}

#simple-header {
  width: 90%;
  max-width: 910px;
  margin: 0 auto;
  background: #323e61;
  border-left: 3px solid #3e5065;
  border-right: 3px solid #3e5065;
}

#simple-header ul.menu li a {
  color: #fff;
}

#simple-header input.search-word {
  border: 1px solid #161e36;
}
#simple-header input.search-button, #simple-header input.search-button-keyword {
  background: #949bb5;
  border: 1px solid #161e36;
  color: #161e36;
}

/* adsense */

.google_color_text { color:#333333; }
.google_color_link { color:#0000ff; }
.google_color_url { color:#333333; }
.google_color_bg { color:#ffffff; }
.google_color_border { color:#ffffff; }

