/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://nomadscafe.jp/mtos4/mt-static/themes-base/blog.css);
@import url(http://nomadscafe.jp/mtos4/mt-static/support/themes/cityscape-austin/cityscape-austin.css);
/* end StyleCatcher imports */





div.asset-body pre {
    color:#333;
    background-color: #eee;
    margin: 10px;
    padding: 5px;
    border:1px dashed #ccc;
    /* no ie mac \*/
    overflow:auto;
    /* */
    font-size:9pt;
    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.asset-body blockquote {
    border-left: #ccc solid 2px;
    padding:0px 10px;
}

div.asset-body p {
    line-height:170%;
    font-size: 1.0em;
}

