/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://blog.yasuhisa.net/mt/mt-static/themes/base-weblog.css);
@import url(http://blog.yasuhisa.net/mt/mt-static/themes/theme-masala/theme-masala.css);
/* end StyleCatcher imports */

/* プログラム内容 */
code, .code {
 font-family: monospace;
 font-size: small;
 color: black;
 background-color: white;
 margin: 0px;
 border-width: 1px;
 border-style: solid;
 border-color: BLACK;
 border-width: 1px;
 border-style: solid;
 border-color: #63cf31;
 padding: 2px;
 white-space: nowrap;
 display: block;
 overflow: auto;
 overflow-x: auto;
 overflow-y: hidden;
}