/*
１０２４×７６８の画面を想定する。
*/

/*　↓↓↓　工事中　↓↓↓　*/
#maintenance00{
	position: absolute;
	top		: 100px;
	left	:  50px;
	height	: 350px;
	width	: 350px;
	background-color:#FFFFFF;
	color:#000000;
	visibility : visible;
	z-index : 1000;
}

/*　↑↑↑　工事中　↑↑↑　*/

/*　↓↓↓　ここで見つけてください！！　↓↓↓　*/
#maintenance01{
	position: absolute;
	top		: 460px;
	left	: 150px;
	height	: 50px;
	width	: 200px;
	background-color:#FFFFFF;
	color:#000000;
	visibility : visible;
	z-index : 1000;
}

/*　↑↑↑　ここで見つけてください！！　↑↑↑　*/


/*　↓↓↓　そのうちに・・・　↓↓↓　*/
#maintenance02{
	position: absolute;
	top		: 510px;
	left	: 150px;
	height	: 50px;
	width	: 200px;
	background-color:#FFFFFF;
	color:#000000;
	visibility : visible;
	z-index : 1000;
}

/*　↑↑↑　そのうちに・・・　↑↑↑　*/

