@charset "UTF-8";

html {
  background-color: #e8e8e8;
}

body {
  font-family: 'Lucida Sans Unicode', Verdana,
         'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ3',
         sans-serif;
  padding: 1.5em;
  margin: 20px 7% 20px 7%;
  line-height: 165%;
  background-color: white;
  color: #222;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px;
}

#banner {
  font-size: x-large;
  font-weight: normal;
  padding-top: 20px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #ccc;
  margin-bottom: 20px;
}

#banner,
#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
  color: black;
}

#banner h1 {
  font-size: 16pt;
  font-weight: normal;
  font-family: 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ6', Verdana, serif;
  line-height: 100%;
  margin-bottom: 0.2em;
  text-transform: none;
}

.description {
  line-height: 100%;
  font-family: palatino,  georgia,
  "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", times new roman, serif;
  font-size: small;
  color: #888;
  text-transform: none;
}

#content, #container {
  font-size: medium;
  margin-top: 0;
  margin-bottom: 20px;
  clear: both;
}

#content {
  float: left;
  width: 75%;
  padding-left: 1%;
  padding-right: 2%;
}

#container {
  margin-left: 10px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

#links {
  float: left;
  width: 22%;
}

.blog {
  padding-left: 10px;
  padding-right: 10px;
}

.blogbody {
  padding: 10px 10px 0 10px;
  border-width: 1px;
  border-style: dotted;
  border-color: #ccc;
  font-weight: normal;
  line-height: 200%;
}

.title  {
  font-size: 11pt;
  color: black;
  line-height: 150%;
  padding: 5px 0 5px 0;
}

#menu {
  padding-top: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.date  {
  font-size: small;
  color: red;
  line-height: 120%;
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 12px;
}

.posted {
  font-size: x-small;
  color: black;
  margin-bottom: 25px;
  text-align: right;
}

.side {
  color:#333;
  font-size: small;
  font-weight: normal;
  line-height: 140%;
  padding: 2px;
  margin-left: 0.5em;
}

.sidetitle, .side h2 {
  border: none;
  color: black;
  font-size: small;
  font-weight: bold;
  padding: 2px;
  margin-top: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.side ul {
  padding: 0.5em;
  margin-left: 1.5em;
}

.syndicate {
  font-family: verdana, arial, sans-serif;
  font-size: xx-small;
  line-height: 140%;
  padding: 2px;
  margin-top: 15px;
}

.powered {
  color:#666;
  font-size: x-small;
  line-height: 140%;
  text-transform: uppercase;
  padding: 2px;
  margin-top: 50px;
  letter-spacing: .2em;
}


.comments-body {
  color:#666;
  font-size: small;
  font-weight: normal;
  line-height: 140%;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px dotted #999;
}

.comments-post {
  color:#666;
  font-size: x-small;
  font-weight: normal;
}


.trackback-url {
  color:#666;
  font-size: small;
  font-weight: normal;
  line-height: 140%;
  padding: 5px;
  border: 1px dotted #999;
}


.trackback-body {
  color:#666;
  font-size: medium;
  font-weight: normal;
  line-height: 140%;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px dotted #999;
}

.trackback-post {
  color:#666;
  font-size: x-small;
  font-weight: normal;
}


.comments-head  {
  font-size: small;
  color: #666;
  border-bottom: 1px solid #999;
  margin-top: 20px;
  font-weight: bold;
}

#banner-commentspop {
  color:#FFF;
  font-size: large;
  font-weight: bold;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
  background:#003366;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

blockquote, pre {
  color: #666666;
  margin-right: 1em;
  margin-left: 2em;
  padding: 0.25em 0.5em;
/*
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: #8888bb;
*/
}

blockquote p {
  text-indent: 0;
  margin: 0;
  padding: 0;
}

pre {
  font-size: smaller;
  font-family: 'Lucida Console', 'Courier', 'Courier New', monospace;
  line-height: 125%;
  white-space: pre;
  width: 90%;
  overflow: auto;
  padding-left: 1em;
}

a {
  text-decoration: none;
}

a:link {
  color: #4444ff;
}

a:visited {
  color: #8848d8;
}

a:active, a:focus, a:hover {
  text-decoration: underline;
}

h2, h3, h4, h5, h6 {
  font-size: 11pt;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ3', Verdana, serif;
  text-indent: 0;
  margin: 0;
  line-height: 150%;
}

img {
  border-style: none;
  border-width: 0px;
}

div.blogbody img {
  padding: 4px;
}


li {
  line-height: 150%;
}

span.extended {
  font-size: smaller;
}


div.border {
  border-style: solid;
  border-width: 1px 0 0 0;
  margin: 2em;
  border-color: #ccc;
}

div.amazlet-box {
  font-size: small;
}


