<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body{
	margin: 0px auto;
	background: url(../img/bg.jpg) center 100px no-repeat;
}

#main{
	width: 800px;
	margin: 0px auto;
	overflow: hidden;
	position:relative;
	padding: 0px;
}

span.none{
	display:none;
}

h1 {
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	height: 237px;
	text-indent: -9999px;
}

h2 {
	margin: 0;
	padding: 0;
	height: 56px;
	background-image: url(../img/day.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div#manzai {
	margin: 0;
	padding: 0;
	background-image: url(../img/manzai.png);
	background-repeat: no-repeat;
	height: 132px;
	text-indent: -9999px;
}

div#machibura {
	margin: 0;
	padding: 0;
	background-image: url(../img/machibura.png);
	background-repeat: no-repeat;
	height: 138px;
	text-indent: -9999px;
}

div#grom {
	margin: 0;
	padding: 0;
	background-image: url(../img/grom.png);
	background-repeat: no-repeat;
	height: 381px;
	position: relative;
}

div#grom p#grom_txt {
	width: 300px;
	position: absolute;
	top: 15px;
	left: 465px;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
}

div#grom p#performer {
	width: 200px;
	position: absolute;
	top: 249px;
	left: 560px;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
}

div#top_and_ca4la {
	margin: 0;
	padding: 0;
	background-image: url(../img/topandca4la.png);
	background-repeat: no-repeat;
	height: 367px;
	text-indent: -9999px;
}

div#fukushima01 {
	margin: 0;
	padding: 0;
	background-image: url(../img/fukushima01.png);
	background-repeat: no-repeat;
	height: 162px;
	text-indent: -9999px;
}

div#fukushima02 {
	margin: 0;
	padding: 0;
	background-image: url(../img/fukushima02.png);
	background-repeat: no-repeat;
	height: 410px;
	position: relative;
}

div#fukushima02 p#fukushima_txt {
	width: 270px;
	position: absolute;
	top: 54px;
	left: 488px;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
}





#footer {
	clear: both;
	font-size: 12px;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	width: 800px;
}
</pre></body></html>