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

body{
   font-family: Meiryo;
}

.asset-body p, .asset-more p{
   text-indent: 1em;
   font-size: 14px;
}
.asset-body div.amz, .asset-more div.amz{
   float: left;
   border: none;
   text-align: center;
   padding: 0px 10px;
   font-size: 12px;
}
.asset-body img, asset-more img{
    float:left;
    margin: 0 1em 1em;
    border: gray solid 1px;
}
.asset-body div.amz2 img, asset-more div.amz2 img{
    float:none;
    margin: 0;
    border: none;
}

.asset-body canvas, asset-more canvas{
    float:left;
    margin: 0 1em 1em;
}
.asset-body dl, .asset-more dl{
    margin-left: 1em;
}
.asset-body dt, .asset-more dt{
    font-weight: bold;
}
.asset-body dd, .asset-more dt{
    margin-bottom: 1em;
}
.asset-body blockquote, .asset-more blockquote{
  text-indent: 1em;
  background-color: #ddd;
  padding: 3px;
}

.widget-calendar table td,
.widget-calendar table th{
    text-align: center;
    font-size: 14px;
    padding: 0 3px;
}

.widget-latestimages .latest-image{
    margin-bottom: 10px;
}
.widget-latestimages img{
    border: gray solid 1px;
}
