/* kinoko.css */

div.title {
	text-align:center;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:1em;
	border-style:none solid;
	border-width:thick;
	border-color:#bbb;
	color:#333;
	background-color:#eee;
	padding:0.5em;
}

div.author {
	text-align:right;
	margin-left:65%;
	margin-right:5%;
	margin-bottom:1em;
	border-style:none solid solid none;
	border-right-width:thick;
	border-bottom-width:thin;
	border-color:#bbb;
	color:#333;
}

div.author h3{
	margin-bottom:0em;
}

div.catch {
	text-align:center;
	margin-left:25%;
	margin-right:25%;
	margin-bottom:1em;
	color:#333;
}

p.dialog {
	font-size:x-large;
}

p.speaker {
	text-align:right;
}

span.ref {
	font-size:small;
	vertical-align:text-top;
}

div.section {
	margin-left:5%;
	margin-right:5%;
	margin-bottom:1em;
	background-color:#eee;
	border:solid thin #bbb;
}

div.section h2{
	background-color:#bbb;
	color:#eee;
	margin:0em;
	padding:0.5em 0.1em;
}

div.section h3{
	padding-left:1em;
	border-bottom:solid thin #ccc;
	color:#333;
}

div.section p {
	line-height:150%;
	padding:0.5em;
	text-indent:1em;
}

table {
	width:40%;
	margin-left:30%;
	border:solid thin #bbb;
}

caption {
	font-weight:bold;
	font-size:large;
}

th {
	text-align:center;
	background-color:#ddd;
}

td {
	background-color:#eee;
}

.time {
	text-align:center;
	width:15%;
}

.distance {
	text-align:center;
	width:35%;
}
