@charset "UTF-8";

div#flyer {
	margin:	10px;
	text-align:	center;
}

div.stageinfo_box {
	position:	relative;
	top:		0;
	left:		0;
}

div.stageinfo_leftbox {
	position:	absolute;
	top:		-5px;
	left:		0;
	margin:		0 5px;
	width:		340px;
}

div.stageinfo_leftbox_absolute {
	position:	absolute;
	top:		-5px;
	left:		0;
	margin:		0 5px;
	width:		340px;
}

div.stageinfo_leftbox_relative {
	position:	relative;
	top:		0;
	left:		0;
	margin:		0 5px;
	width:		340px;
}

div.stageinfo_rightbox {
	position:	relative;
	top:		0;
	left:		350px;
	margin:		0 5px;
	width:		340px;
}

div.stageinfo_rightbox_absolute {
	position:	absolute;
	top:		-5px;
	left:		350px;
	margin:		0 5px;
	width:		340px;
}

div.stageinfo_rightbox_relative {
	position:	relative;
	top:		0;
	left:		350px;
	margin:		0 5px;
	width:		340px;
}

h5 {
	padding:		5px;
	border-width:	1px 0;
	border-style:	dashed;
	border-color:	#000;
}

div.stageinfo_box ul {
	list-style-type:	none;
}

div.outline p {
	font-size:	small;
}

table {
	margin:				0 auto;
	border-collapse:	collapse;
}

table th
, table td {
	padding:		5px;
	border-width:	1px 0;
	border-color:	#000;
	border-style:	solid;
	text-align:		center;
}

ul.attention {
	margin:				5px;
	padding:			0;
	padding-left:		20px;
}

ul.attention li {
	list-style-type:	circle;
	margin:		0px;
	padding:	0px;
	font-size:	small;
}
