<!--
a:hover { color: #336600; }
* { font-family: "MS PGothic", "MS UI Gothic", "Osaka";}
table { font-family: "MS PGothic", "MS UI Gothic", "Osaka"; font-size: 3.5mm;}
body { font-family: "MS PGothic", "MS UI Gothic", "Osaka"; font-size: 3.5mm; }
input { font-family: "MS PGothic", "MS UI Gothic", "Osaka"; font-size: 3.5mm; }
td { font-family: "MS PGothic", "MS UI Gothic", "Osaka"; font-size: 3.5mm; }
th { font-family: "MS PGothic", "MS UI Gothic", "Osaka"; font-size: 3.5mm; }
td.cln { font-family: "MS PGothic", "MS UI Gothic", "Osaka"; font-size: 3.8mm; }

.err { font-size:4mm;color:red;font-weight:bold; }
a.dontdel:link { color: #999999; text-decoration:none; }
a.dontdel:visited{ color: #999999; text-decoration:none; }

pre{
    overflow: auto;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

textarea, TEXTAREA
{
        width: 100%;
}
.Calendar * *
{
    background-color:white;
    text-align: center;
    text-decoration: none;
}
.calendarBar, .calendarBar td, .calendarBar a
{
    background-color:#669999;
    text-align: right;
    color:#000000;
    font-weight:bold;
    text-decoration: none;
}
.calendarHoliday{
    background-color:#ffcccc;
    color:#000000;
    border-style:outset;
}
.calendarSunday{
    background-color:#ffcccc;
    color:#ff0000;
    border-style:outset;
}
.calendarSaturday{
    background-color:#0000ff;
    color:#ccccff;
    border-style:outset;
}
.calendarUsual{
    background-color:#ccffcc;
    color:#000000;
    border-style:outset;
}
.calendarToday{
    border-style:outset;
}
.calendarBlank{
    background-color:#ffffff;
}
.calendarDay {
    cursor:hand;
}
.wmPopupHTML {
	background-color:#ffffff;
	visibility: hidden;
	position: absolute;
	z-index: 1;
}
.wmDragDropHTML {
	background-color:#ffffff;
	visibility: hidden;
	position: absolute;
	z-index: 1;
}

.wmChar_i, .wmChar_ib, .wmChar_bi
{ font-style : italic; }

.wmChar_b, .wmChar_ib, .wmChar_bi
{ font-weight : bold; }

.wmChar_u, .wmChar_uo, .wmChar_ou
{ text-decoration : underline; }

.wmChar_o, .wmChar_uo, .wmChar_ou
{ text-decoration : overline; }

.wmChar_s
{ text-decoration : line-through; }

/**
 * 非同期通信読み込み中ラベル
 */
SPAN.Link {
    cursor: hand;
    text-decoration: underline;
    color: #006633;
}

-->
