@charset "utf-8";

#textbox{
	width: 405px;
	height: 1162px;
	max-height: 1150px;
	margin: 0;
	padding: 5px;
	background: #f5f4ea;
	float: left;
}
	
#picbox{
	width: 335px;
	height: 1150px;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
	background: #f5f4ea;
	float: left;
	overflow: show;
}

.pic1{
	position: relative;
	top: 10px;
	left: 10px;
	z-index: 1;
}

.pic2{
	position: relative;
	top: -5px;
	left: 0px;
	z-index: 2;
}

.pic3{
	position: relative;
	top: -20px;
	left: 12px;
	z-index: 1;
}

.pic4{
	position: relative;
	top: -40px;
	left: 5px;
	z-index: 2;
}

.pic5{
	position: relative;
	top: -55px;
	left: 20px;
	z-index: 1;
}

.pic6{
	position: relative;
	top: -75px;
	left: 12px;
	z-index: 1;
}


