@charset "Shift_JIS";
body{
	background-image:url(images/bg.png);
}
div#container{
	-moz-box-shadow: 3px 3px 10px #ccc; 
	-webkit-box-shadow: 3px 3px 10px #ccc; 
}
table.superrez{
	width:880px;
	margin:20px 0 40px 0px;
	border:1px solid gray;
	padding:10px;
}
table.superrez caption{
	width:880px;
	font-weight:bold;
	font-size:16px;
	background-color:#ccc;
	padding:10px;
	border:1px solid gray;
}
table.superrez th{
	background-color:#ddd;
}
table.superrez td{
	text-align:center;
}
table.superrez td span.caption{
	display:block;
	font-size:12px;
	color:#393F88;
	padding-bottom:20px;
}
span.caption{
	font-size:12px;
	color:#393F88;
}
img.title{
	display:block;
	margin:20px 0 15px 0;
}
table.lineup td{
	text-align:center;
}
div#right_box table td{
	vertical-align:top;
}
div#right_box table td a{
	font-size:12px;
	line-height:1.1;
}
div#right_box table td span.date{
	display:block;
	font-size:12px;
	color:#444;
}
span.caution{
	font-size:12px;
	color:red;
	display:block;
}