@charset "utf-8";
/* CSS属性を追加します。 */

#in {
	height: 448px;
	width: 600px;
	margin: auto;
	text-decoration: none;
	z-index: 1;
	position: absolute;
	left: 200px;
	top: 100px;
	right: auto;
	bottom: auto;
}
#inon {
	height: 448px;
	width: 600px;
	margin: auto;
	text-decoration: none;
	visibility: hidden;
	z-index: 2;
	position: absolute;
	left: 200px;
	top: 100px;
	right: auto;
	bottom: auto;
}

}
