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




.shadow {
    background: url(../../../../images/shadow_001.gif) right bottom;
    float: right; /* 回り込み制御 */
    margin: 8px 0px 10px 20px; 
}

.shadow img {
    position: relative;
    left: -5px; /* 画像を左へ移動 */
    top: -5px; /* 画像を上へ移動 */
    padding: 5px; /* 画像枠 */
    background: #ffffff; /* paddingを設定した場合の背景色 */
    border: 1px solid #999999; /* 画像の枠線 */
}

blockquote
{

         background-color:#ffffff;
         margin-top: 10px;
         margin-right: 0px;
         margin-bottom: 10px;
         margin-left: 40px;
         padding-top: 0pt;
         padding-right: 4pt;
         padding-bottom: 0pt;
         padding-left: 8px;
         border-left-width: 1px;
         border-left-style: dashed;
         border-left-color: #36414d;
         line-height: 130%;

}

blockquote p {
line-height: 130%;
}

p{

line-height: 140%;
}


#calendar {
    margin: 5px 0 10px;;
    color: #444444;
}

h3.widget-calendar-header {
     text-align: center;
    
}

.calendarhead {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 9px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 10px;
    line-height: 120%;
}
.today {
    display: block;
    border: 1px solid #444444;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}



ul li.tree,
ul li.tree_end {
    margin: 0;
    padding-left: 12px;
    list-style: none;
}
ul li.tree {
    background: url(images/tree.gif) no-repeat;
}
ul li.tree_end {
    background: url(images/tree_end.gif) no-repeat;
}


