@charset "Shift_JIS";
/* CSS Document */


#slide {
	position:relative;
	z-index: 4;
}

#viewport{
	width:800px;
	height:800px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	/*background:#FFF;*/
}
	#person {
		position: absolute;
		left: 800px;
		top: 345px;
		width: 780px;
	}
	#viewport li {
		float: left;
	}
#recipeYodogawa {
	position: absolute;
	left: 400px;
	top: 75px;
	z-index: 3;
}
	
#popup {
	position: absolute;
	width: 800px;
	height: 800px;
	top: 0;
	left: 0;
	z-index: 4;
	overflow: hidden;
	background-color: #FFF;
}
	#popClose {
		position: absolute;
		bottom: 20px;
		right: 30px;
	}
	
	#popClose img {
		cursor: pointer;
	}

#soundControl {
	position: absolute;
	width: 104px;
	height: 22px;
	top: 720px;
	left: 348px;
}
	#soundControl img {
		cursor: pointer;
	}