/*
Theme Name: My Theme
Theme URI: http://www.eisbahn.jp/yoichiro/mytheme
Description: Theme for eisbahn.jp
Author: Yoichiro Tanaka
Author URI: http://www.eisbahn.jp/yoichiro/
Version: 1.0
*/

/* 全体的なルール */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  background-color: #fff;
  color: #666666;
  font-family: verdana, sans-serif;
  text-align: center;
}

a {
  text-decoration: none;
}

#container {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* ヘッダテンプレート */
#header {
  height: 80px;
  padding: 16px 20px 40px;
  background-image: url(/yoichiro/images/head01.jpg);
  background-repeat: no-repeat;
}

#header h1 {
  font-size: 24px;
  font-family: Arial Black, Helvetica, sans-serif;
  margin-top: 25px;
  margin-bottom: 0;
}

#header h1 a {
  color: white;
  text-decoration: none;
}

#header h2 {
  color: white;
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 0;
}

div#ads {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

div#amazon {
  text-align: center;
  margin-top: 10px;
}

/* フッターテンプレート */
div#footer {
  clear: both;
  padding-bottom: 50px;
}

p#copyright {
  text-align: center;
  font-size: 0.69em;
}

/* トップページテンプレート */
div#content {
  width: 660px;
  float: left;
}

div#innerbox {
  padding: 0 20px 10px 20px;
}

div.post {
  clear: both;
  margin-bottom: 20px;
}

div.post blockquote {
  margin-bottom: 1em;
  padding: 20px 15px 10px 15px;
  background-color: #fafef3;
  border: 1px solid;
  border-color: #efefef #ccc #ccc #efefef;
}

div.post ul, div.post ol {
  margin: 0 0 1em 45px;
}

div.post li {
  font-size: 0.80em;
  line-height: 1.5;
}

h2.posttitle {
  font-size: 1em;
  margin-bottom: 0.5em;
}

dl {
  margin-top: 10px;
  border-top: 1px solid #B2CBFF;
}

dl.metadata dt, dl.metadata dd {
  font-size: 0.69em;
  line-height: 1.5;
  color: #666;
  display: inline;
}

div#content p {
  font: 0.80em/1.5 verdana, sans-serif;
  margin-left: 5px;
  margin-bottom: 8px;
}

p.navigation {
  text-align: center;
}

h4 {
  font-size: 0.75em;
  padding: 0 0 0.4em 0;
  color: #666;
  margin-top: 10px;
}

input#trackbackurl {
  width: 500px;
  font-size: 0.75em;
  margin-bottom: 1em;
  color: #666;
}

div#hatena_bookmark_anywhere {
  margin-top: 30px;
  font-size: 12px;
  color: #666666
}

div#comments {
  margin-top: 20px;
}

div#comments ol {
  font-size: 0.8em;
}

div#comments ol li {
  list-style: none;
  background-color: #f5f5ff;
}

div.comment-author {
  font-size: 0.9em;
}

div.comment-meta {
  font-size: 0.75em;
}

div#comments p {
  font-size: 0.9em;
  margin-left: 10px;
}

div#related {
  margin-top: 20px;
}

div#related ul {
  font-size: 0.75em;
  margin-left: 10px;
}

div#related ul li {
  list-style: none;
  border-bottom: 1px dotted silver;
  margin-bottom: 2px;
}

div#related div.title {
  font-size: 0.85em;
  margin-bottom: 3px;
}

/* サードバーテンプレート */
ul#sidebar {
  float: left;
  width: 210px;
  margin-left: 10px;
  font: 0.75em/1.5 verdana, sans-serif;
}

h2.widgettitle {
  border-bottom: 2px solid #AFBC0D;
  color: gray;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 14px;
  margin-bottom: 3px;
  padding-bottom: 1px;
}

ul#sidebar li.widget {
  list-style: none;
  margin-bottom: 10px;
}

div.textwidget {
  margin-left: 3px;
}

ul#sidebar li.widget ul li {
  list-style: none;
  margin-left: 10px;
}

div.textwidget p {
  margin-bottom: 10px;
}

span.tweetable_follow {
  font-size: 10px;
}
