/* ========================================
     活動予定画面用スタイルシート
   ======================================== */

.actNow {
	font-size:140%;
	fint-weight:bold;
	color:#228B22;
}

.actPast {
	font-size:80%;
	fint-weight:normal;
}

table {
	border:
}

th {
	font-size:90%;
}

td {
	font-size:90%;
}

.header {
	background-color:#ccccff;
}

.past {
	background-color:#D3D3D3;
}

.emp1 {
	color:#ff0000;
	font-weight:bold;
}

.emp2 {
	color:#ff33ff;
	font-weight:bold;
}

.emp3 {
	color:#3333ff;
	font-weight:normal;
}

pre {
	font-size:100%;
}
