@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
}
li {
  list-style: none;
}
div#wrap {
  width: 559px;
  margin: 10px auto;
}
div#main_content {
  text-align: center;
}
div#logo {
  margin-top: 20px;
}
h1#title {
  margin-top: 10px;
  text-align: center;
  font-size: 280%;
  color: #31577C;
}
h2#dates {
  margin-top: 5px;
  text-align: center;
  font-size: 180%;
  color: #68862B;
  letter-spacing: -2px;
}
div#place {
  margin-top: 20px;
  text-align: center;
  font-size: 140%;
  color: #31577C;
}
div#price {
  text-align: center;
  font-size: 140%;
  color: #31577C;
}

div#timetable {
  margin:50px auto 0px auto;
  padding: 10px;
  text-align: left;
  background-color:#D9E1CA;
  width: 522px;
  line-height: 1.4em;
}
div#timetable li.subject {
  margin-left: 0em;
  font-weight: bold;
  font-size: 120%;
}
div#timetable li.body {
  margin-left: 1em;
  font-weight: normal;
  font-size: 100%;
}
div#timetable li.note {
  margin-left: 1em;
  font-weight: normal;
  font-size: 80%;
}
div#credit {
  margin-top: 20px;
  margin-left: 50%;
  padding: 10px;
  text-align: left;
  line-height: 1.4em;
}

