body {
  margin: 15px 20px;
  font-family: verdana, arial, helvetica, sans-serif;
}
body.cn { font-family: arial, helvetica, sans-serif; }

body .time span {
	font-size: 0.9em;
}

/* --- */

p.logo {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

/* --- */

h1 {
  float: left;
  margin-top: 10px;
  font-size: 1.5em;
  font-weight: bold;
}
body.cn h1 { font-size: 1.9em; }

h1 span {
  font-weight: normal;
}

/* --- */

ul.nav_actions {
  clear: left;
  overflow: hidden;
  *zoom: 1;
  margin-left: -5px;
}

ul.nav_actions li {
  float: left;
}

ul.nav_actions li a {
  line-height: 1;
  padding: 0 5px;
  color: #000;
  border-right: 1px solid #000;
}

ul.nav_actions li.last a {
  border: 0;
}

/* --- */

table.schedule {
  margin: 25px 0;
	border-collapse: separate;
	border-spacing: 1px;
	*border-spacing: expression(this.cellSpacing=1);
	background-color: #000;
}

table.one_day {
  width: 33%;
}

table.schedule td {
  width: 14%;
  vertical-align: top;
  background-color: #fff;
  font-size: 1.0em;
}
body.cn table.schedule td { font-size: 1.2em; }

table.schedule td h2 {
  background-color: #ccc;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding: 2px 3px;
}

table.schedule td h2 span {
  display: block;
  font-weight: normal;
}

table.schedule td ul {
  padding: 3px;
}

table.schedule td li {
  overflow: hidden;
  *zoom: 1;
}

table.schedule td li span.time {
  line-height: 1.0;
  width: 35%;
  float: left;
  text-align: right;
  overflow: hidden;
  padding: 2px 0;
}

table.schedule td li span.title {
  display: block;
  font-weight: bold;
  line-height: 1.0;
  width: 60%;
  float: right;
  overflow: hidden;
  padding: 2px 0;
}
body.cn table.schedule td li span.title { font-weight: normal; }

/* --- */

div.synopses {
  margin: 25px 0;
}

div.synopses dl dt {
  margin-top: 15px;
  font-size: 1.3em;
  font-weight: bold;
}
body.cn div.synopses dl dt { font-size: 1.8em; }

div.synopses dl dd {
  padding: 2px 10px;
  font-size: 1.1em;
}
body.cn div.synopses dl dd { font-size: 1.4em; }
