/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.f-ses.com/mtos/mt-static/themes-base/blog.css);
@import url(http://www.f-ses.com/mtos/mt-static/support/themes/cat/cat.css);
/* end StyleCatcher imports */

/* fukuda add */
#header-name {
	margin: 0 0 5px 0;
	font-size: 200%;
	font-weight: bold;
	width: 500px;
        color: red;
}
#header-description {
	font-size: 100%;
	line-height: 1.4;
	color: blue;
	width: 400px;
	margin-left: 80px;
}

/* テーブル全体設定 */
table {
	font-size: 13px;
	color: #000;
	border: 3px solid #ddd;
	background-color: #fff;
}

/* キャプション */
table caption {
	color: #000;
}

tr {
	background-color: #eee;
}

/* 曜日タイトル行 */
tr.dow {
	background-color: #ccc;
}

td {
	text-align: center;
}

/* 祝祭日の文字色 */
td.hol {
	color: #dc143c;
}

/* 日曜日の文字色 */
td.sun {
	color: #dc143c;
}
th.sun {
	color: #dc143c;
}

/* 土曜日の文字色 */
td.sat {
	color: #0000cd;
}
th.sat {
	color: #0000cd;
}

