/* 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/support/themes/minimalist-light-green/minimalist-light-green.css);
/* end StyleCatcher imports */

.layout-twt #alpha {
  left: 0px;
}
.layout-twt #beta {
  left: 190px;
}
.layout-twt #gamma {
  left: -190px;
}

body {
  font-size: 14px;
}

h3.sub {
  border-bottom: 1px solid #65A85D;
  border-left: 20px solid #65A85D;
  font-size: 22px;
}

pre {
    padding:2px;
    border:1px solid #aaa;
    font-family:"Courier New", Courier, monospace;
    font-size:12px;
    background-color:#ffe;
    overflow:auto;
    line-height:110%;
}

blockquote {
    border:1px solid #aaa;
    background-color:#ffe;
}

#container a { text-decoration: none; }/*リンクの下線を消す*/
#container a:hover { text-decoration: underline; }/*ポイント時に下線を表示する*/


