#showPage #subtitle {
	width: 790px;
	margin: 20px auto 20px auto;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #090;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #090;
	background-color: #BEB;
	padding: 5px 0px 5px 10px;
	box-shadow: 0 3px 3px #888;
	-moz-box-shadow: 0 3px 3px #888;
	-webkit-box-shadow: 0 3px 3px #888;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=145, Strength=5);
}
#showPage .schedule {
	width: 710px;
	background-color: #FFE;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #CCC;
	padding: 20px;
	box-shadow: 0 3px 3px #888;
	-moz-box-shadow: 0 3px 3px #888;
	-webkit-box-shadow: 0 3px 3px #888;


	filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=145, Strength=5);
	font-size: 14px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#showPage .schedule .showtitle {
	font-weight: bold;
	padding: 5px 5px 1px 5px;
	background-color: #CCF;
	box-shadow: 0 3px 3px #888;
	margin: 0px 0px 1em 0px;
	-moz-box-shadow: 0 3px 3px #888;
	-webkit-box-shadow: 0 3px 3px #888;


	filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=145, Strength=5);
	font-size: 16px;
}
#showPage .schedule dd .contents {
	margin: 0px;
}
#showPage .schedule dd .contents dt {
	font-weight: bold;
	color: #00F;
	font-size: 18px;
	margin-bottom: .5em;
}
#showPage .schedule dd .contents dd {
	margin-bottom: 1em;
}
#showPage .schedule dd .contents dd strong {
	font-size: 16px;
}
#showPage .schedule dd .contents dd #kirara {
	float: right;
	height: 104px;
	width: 150px;
	margin-top: -35px;
	margin-left: 1em;
}
