@charset "UTF-8";
#base{
	font-size: small;
	font-family: serif, sans-serif, monospace;
	background-color: #e9e9e9;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	width: 310px;
	height: 450px;
}
#botton01{
	width: 50px;
	height: 50px;
	visibility: hidden;
	background-image: url(img_bt_hide_madori.png);
	background-repeat: no-repeat;
	margin-right: 1px;
	float: right;
	clear: both;
	z-index: 1;
	margin-top: -10px;
}
#botton02{
	width: 50px;
	height: 50px;
	background-image: url(img_bt_hyouzi_madori.png);
	background-repeat: no-repeat;
	z-index: 2;
	float: right;
	margin-top: -10px;
	margin-right: -51px;
}

#madori{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	margin-left: 3px;
	width: 180px;
	height: 300px;
	float: left;
	margin-top: -270px;
	clear: both;
	background-color: transparent;
	visibility: hidden;
}

table{
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	border-spacing: 1px 1px;
	margin-top: 2px;
	visibility: visible;
	float: left;
	clear: both;
	z-index: 1;
}
#bt_control{
	background-color: transparent;
	width: 50px;
	z-index: 2;
	position: fixed;
	clear: both;
	float: right;
	top: 20%;
	right: 1px;
}