* {
	margin: 0;
	padding: 0;
}
body {
	width: 700px;
	background-color: #fbf0eb;
	font: small sans-serif;
	margin: auto;
}
.wrapper {
	background-color: white;
}
.caution {
	color: red;
	font-weight: bold;
}

/* @group contents */

.contents {
	margin-right: 20px;
	margin-left: 20px;
}
.contents #lead {
	text-indent: 1em;
	text-align: left;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 16px;
}
.contents h2 {
	font-size: 160%;
	color: #db7700;
	border-left-style: solid;
	border-left-width: 16px;
	padding-left: 0.6em;
	margin-top: 20px;
	margin-bottom: 12px;
	clear: both;
}
.contents h3 {
	font-size: 120%;
}
.contents div.title {
	margin-left: 30px;
	margin-bottom: 16px;
	font-size: 120%;
	font-weight: bold;
	border-bottom: thin solid #db7700;
	width: 70%;
	border-top: thin solid #db7700;
	padding-left: 10px;
	padding-right: 10px;
}
div#lecturer_photo {
	float: right;
	margin-right: 20px;
}
dl.lecturer {
	margin-left: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}
dl.lecturer dt {
	line-height: 1.2em;
}
dl.lecturer dd {
	margin-left: 340px;
	font-size: 120%;
	font-weight: bold;
	margin-top: -3.2em;
}
dl.performer {
	margin-left: 1em;
	margin-top: 10px;
	margin-bottom: 10px;	
}
dl.performer dt {
	line-height: 2em;
	margin-bottom: 6px;
}
dl.performer dd {
	margin-left: 340px;
	font-size: 120%;
	font-weight: bold;
	margin-top: -2em;
}
div.information_frame {
	padding: 20px;
	background-color: #ffe9c7;
	margin-top: 40px;
	margin-bottom: 20px;
}
dl.information {
	font-size: 110%;
}
dl.information dt {
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 6px;
}
dl.information dd {
	margin-left: 5em;
	margin-top: -2em;
}
div.appendix p {
	line-height: 1.6em;
}
div.appendix div#pdf {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1em;
}
div#reference {
	margin-left: 6em;
	line-height: 1.6em;
}
div#reference .tel {
	display: inline;
}
div#reference .fax {
	margin-left: 2em;
	display: inline;
}
/* @end */
/* @group header */

.header {
	background-color: #4011d2;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header h1 {
	color: white;
	font-size: 30px;
}
.header #subtitle {
	color: white;
	font-size: 16px;
	font-weight: bold;
}

/* @end */
/* @group footer */

.footer {
	margin-top: 20px;
	background-color: #4011d2;
	padding: 4px 4px 4px 1em;
}
.footer a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

/* @end */

