/* This is the StyleCatcher theme addition. Do not remove this block. */
/* Selected Layout:  */
@import url(http://www.chrisryu.com/mt-static/themes/base-weblog.css);@import url(http://www.chrisryu.com/mt-static/themes/theme-blue_crush/theme-blue_crush.css);
/* end StyleCatcher imports */
blockquote {
    margin: 15px; 
    padding: 10px; 
    background: #fffff8;
    border: 1px dashed #DDDDDD; 
    font-size: 12px; 
    line-height: 120%; 
}
span.sbm{padding: 5px;text-align: right;}
a.sbm{display: inline;margin-left: 5px;padding: 0px;}
img.imgb{border: 1px;border-color:#999999}

/* Pretty printing styles. Used with prettify.js. */

.str { color: #080; }
.kwd { color: #008; }
.com { color: #800; }
.typ { color: #606; }
.lit { color: #066; }
.pun { color: #660; }
.pln { color: #000; }
.tag { color: #008; }
.atn { color: #606; }
.atv { color: #080; }
.dec { color: #606; }
pre.prettyprint { padding: 2px; border: 1px solid #888; }

@media print {
  .str { color: #060; }
  .kwd { color: #006; font-weight: bold; }
  .com { color: #600; font-style: italic; }
  .typ { color: #404; font-weight: bold; }
  .lit { color: #044; }
  .pun { color: #440; }
  .pln { color: #000; }
  .tag { color: #006; font-weight: bold; }
  .atn { color: #404; }
  .atv { color: #060; }
}
div.entry-body{
  font-size:120%;
  line-height:170%;
}
div.entry-body p{
  margin-top:20px;
  margin-bottom:20px;
}

body {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
pre.prettyprint{
overflow-x:scroll;
width:460px;
}





