/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/MT/mt-static/themes-base/blog.css);
@import url(/MT/mt-static/themes/cityscape-sf/screen.css);
/* end StyleCatcher imports */

#header { 
    border-color: #8e3b03;  
    background: #77dbfe url(/MT/mt-static/header-r2.png) no-repeat left bottom; 
}

/* SUPERPRE SYNTAX HIGHLIGHT */

.synSpecial { color: #c000c0; }
.synType { color: #008000; }
.synComment { color: #0000c0; }
.synPreProc { color: #c000c0; }
.synIdentifier { color: #008080; }
.synConstant { color: #c00000; }
.synStatement { color: #804000; }

pre{
  border: 1px #999 dotted;
  margin-left: 1em;
  margin-right: 1em;
  padding: 1em;

  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}

div.ascii-art{
  font-size:12pt;
  line-height:18px;
  font-family: "Mona","IPA MONAPGOTHIC","MS PGothic","ＭＳ Ｐゴシック","MS Pｺﾞｼｯｸ","MS Pゴシック",sans-serif;
}

h3 {
  font-size:   18px;
  color:       #F06304;
  font-weight: bold;
  border-bottom: solid 1px #aaa;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

h4 {
  font-size:   16px;
  color:       #F06304;
  font-weight: bold;
  padding-top: 0.5em;
}

h5 {
  font-size:   14px;
  color:       #F06304;
  font-weight: normal;
  padding-top: 0.5em;
}


.hatena-star-star-image {
  background-image: url(/static/rakuda.png);
}


ins:before{
  display: block;
  content: "追記:" attr(datetime);
  margin-top: 1em;
  margin-bottom: 1em;
  text-decoration:underline;
}

div.section * ins,
div.asset-body * ins{
  display: inline;
  background-image: none;
  text-decoration: underline;
}
