@charset "UTF-8";

main {
	width: 100%;
}

h1 {
	background-image: url('../img/h-back-seminar.png');
	background-repeat: repeat-x;
}

p {
	line-height: 1.2em;
	margin: 0.5em 1em;
}

table {
	font-family: monospace;
	border: none 0em white;
}
table td {
	vertical-align: top;
	border: none 0em white;
}
table td:first-child {
	width: 6em; color: darkblue;
}

table#schedule td {
	width: 12em;
	padding:0.7em 1.2em;
	font-weight:bold;
	border-collapse:collapse;
	border: 0.1em solid darkblue;
}
table#schedule td:first-child {
	color:black;
}
