body {
	font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	margin: 0;
	padding: 10px;
}

table.conference {
	margin: 10px 0;
	border-collapse: collapse;
	border-top: #595959 1px solid;
	border-left: #595959 1px solid;
}
table.conference td {
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	border-right: #595959 1px solid;
	border-bottom: #595959 1px solid;
	padding: 5px 10px;
	text-align: center;
	vertical-align: bottom;
}

table.conference tr.title td {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	background: #9f9f9f;
	text-align: center;
	vertical-align: middle;
}
table.conference tr.title td.date {
	width: 135px;
}
table.conference tr.title td.room {
	width: 116px;
}
table.conference tr.title td.cell {
	width: 58px;
}


table.conference tr.hd td {
	background: #ffb6c1;
}
table.conference tr.we td {
	background: #a0d8ef;
}
table.conference tr.wd td {
	background: #ffffff;
}
table.conference tr.today td {
	font-weight: bold;
}
