@charset "UTF-8";
/* CSS Document */

body {
	background-color: #faf7cc;
	margin: 10px 30px 10px 30px;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

h1 {
	font-size: 24px;
	color: #0000ff;
	font-weight: bold;
	margin: 20px 0 20px 0;
}

.speaker {
	font-weight: bold;
	text-decoration: underline;
}

.email {
	font-size: 12px;
}

.abst {
	font-weight: bold;
	padding-right: 24px;
}

.header {
	font-size: 10px;
}

.footer {
	font-size: 10px;
}

p {
	line-height: 160%;
}