@charset "UTF-8";

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

/***** TAG *****/
table, tr, th, td
{
  border-collapse:collapse;
  border:1px solid black;
}

/***** CLASS *****/
.ClsBlogPet
{
  margin: 0 auto 0 auto;
}

.ClsClndrCell
{
  font-size: large;
  text-align: center;
}

a.ClsImgLink
{
  text-decoration: none;
}

/***** 個別記事毎 *****/
/*** 2008/01/22 ***/
#IdWillcomPlanTbl
{
  margin-left: 1em;
}

.ClsWillcomPlanTblCell
{
  white-space: nowrap;
  text-align: center;
}


/***** カレンダー用 *****/
#calendar {
    margin: 0 1em 1em 1em;
    color: #444444;
}
.calendarhead {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.2em;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 12px;
    width: 25px;
}
#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 12px;
    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;
}


