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


/*
    段落
*/
p { 
text-indent: 0em; 
text-align: left; 
line-height: 1.5em; 
margin-top: 0.5em; 
margin-bottom: 0.5em; 
}

/*
  小見出し
*/
h3 { 
text-align: left; 
font-size: 100%;
font-weight: bold;
margin-top: 1.5em; 
margin-bottom: 0.5em 
}

/*
    テーブル
*/
td, th{
text-align: center; 
padding: 1px 1px 1px 1px;
}

/*
    引用
*/
blockquote {
border-width: 1px;
border-style: dashed;
text-align: left;
line-height: 100%;
margin-top: 0.8em;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0.8em;
padding: 8px;
border-color: #FFF7BB;
}

/*
    横線
*/
hr {
border-height: 0px;
line-height: 1em;
margin-top: 0.5em;
margin-bottom: 0.5em;
background-color: #FFF7BB;
}

/*
    月移動カレンダー用スタイルシート

    tanks to ＴＡＥＫＯ
    ( http://taeko.w-museum.com/wing/200810121042.html )
*/
.widget-calendar table {
width: 100%;
}
.widget-calendar caption {
text-align: center;
padding-top:5px;
font-size:12px;
}
.widget-calendar th {
text-align: center;
}
.widget-calendar td {
text-align: center;
}

