.home-body {
	background-image: url("/images/home-background.png");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #b4d443;
	margin: 0px;
}
.main-div {
	width: 990px;
	position: relative;
	margin:0 auto;
	padding-bottom:20px;
	padding: 0px;
}
.main-navigation-left {
	width:212px;
	height:750px;
	float:left;
}
.main-navigation-left .nav {
	width:212px;
	height:490px;
	padding: 8px 10px 10px 12px;
	background-image: url("/images/navigation-left.png");
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-size: 0.80em;
	font-weight: bold;
}
.main-navigation-left ul {
	padding: 0px 0px 0px 0px;
}
.main-navigation-left a {
	text-decoration: none;
}
.main-navigation-left li {
	list-style-type:none;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom: 6px;
	margin-top: 0px;
}
.main-navigation-left .selected {
	background-position: bottom left;
	background-image: url("/images/underline.png");
	background-repeat: no-repeat;
}


.main-navigation-right {
	width:768px;
	float:left;
}
.main-navigation-right .top {
	width:768px;
	height: 163px;
	background-image: url("/images/navigation-right-top.png");
	background-repeat: no-repeat;
	padding-top: 15px;	
}
.main-navigation-right .top div {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	padding-right: 110px;
}

.main-navigation-right h1 {
	display: inline;
	font-family: sans-serif;
	font-size: 1.6em;
	font-weight: normal;
}

.home-news {
	width: 350px;
	height: 170px;
	background-color: white;
	position: relative;
	top: 60px;
	font-family: sans-serif;
	font-size: 0.9em;
}
.home-news .news-head {
	font-weight: bold;
	padding: 0px 0px 8px 0px;
	margin: 0px;
	text-align: center;
	color: #c02c05;
}
.home-news .news-body {
	height:115px;
	overflow: auto;
	font-family: sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-align: justify;
}
.home-news .news-body p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.home-news .news-bottom {
	float: right;
	font-weight: bold;
}
.main-div img {
	margin: 0px;
	padding: 0px;
}
.home-bottom {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}
.home-bottom h1 {
	display: inline;
	font-family: sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #0723a1;
}
.content {
	float:left;
	width:653px;
	min-height: 573px;
	border-color: #1e1e1e;
	border-width: 3px;
	background-color: white;
	border-style: solid;
}
.content .inner {
	font-family: sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	padding: 30px;
}
.content h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: black;
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 3px;
	margin-bottom: 12px;
}

.content h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0px;
}
.content h3 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	margin: 1em 0px;
}

.content p {
	margin: 0.5em 0px;
	text-align: justify;
}

.content li {
	text-align: justify;
}

.qa {
	padding-bottom: 6px;
	text-align: justify;
}
.qa .q {
	background-color: #f0e1f8;
	font-weight: bold;
	color: #0723a1;
	margin: 6px 0px;
	padding: 6px;
}


.q .l {
	margin-left: 12px;
	margin-right: 6px;
}

.qa .a {
	font-weight: normal;
	padding-left: 1in;
}

.news-item {
	font-family: sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-align: justify;
	margin-bottom: 4em;
}
.news-item .date {
	font-weight: bold;
	color: #c02c05;
}
.news-item p {
	line-height: 1.5em;
	margin: 0.8em 0em 0.8em 0em;
}

.cast {
}

.cast-role {
	width: 200px;
	font-style: italic;
	text-align: right;
	padding-right: 10px;	
}
.cast-artist {
	font-weight: bold;
}

.schedule table {
	border-collapse: collapse;
}

.schedule td {
	border: 1px solid #95D598;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}

.schedule td p {
	display:inline-block
}

.schedule th {
	width: 10%;
	border: 1px solid #95B2D5;
	padding: 1em 0.1em;
}

.schedule th.subject {
	border: none;
	text-align: left;
	font-size: 1.2em;
	padding: 1em 0px;
}

.schedule .corner {
	width: 15%;
	border: none;
}

.group.g, .group.s, .cb {
	display: block;
	white-space: nowrap;
}

