/* 2009/05/28 BlogID毎に設定 */







/* 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/themes/minimalist-red/screen.css);
/* end StyleCatcher imports */


/* 2009/05/01 関連記事追加 */
.relatedentries-header {
  margin: 0;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
}

/* 2009/12/02 写真枠を追加 */
.asset-content a:link img{
background-color:#ffffff;
border-color:blue;
border-width:2px;
border-style:solid;
}
.asset-content a:visited img{
background-color:#ffffff;
border-color:#999966;
border-width:2px;
border-style:solid;
}
.asset-content a:hover img{
background-color:#ffffff;
border-color:#99CC66;
border-width:2px;
border-style:solid;
}

/* 2009/12/03 追加 */
blockquote {
	font-family:"verdana", "arial", "sans-serif";
	font-size:small;
	color:#666;
	line-height:130%;		
	background-color: #FFF;
	border-left: 10px solid #AAA;
	padding: 5px;
	margin-left: 15px;
	margin-right: 15px;
	width: auto;
	}
