@charset "utf-8";



#mainpicBase {
	position: absolute;
	width: 500px;
	height: 600px;
	left: 420px;
	top: 0px;
	z-index: 2;
	padding-right: 16px;
	padding-bottom: 16px;
}

#mainpic {
	position: relative;
	width: inherit;
	height: inherit;
	z-index: 4;
	background-color: #EEEEEE;
	border:1px solid #a1a1a1;
} 

#mainpicMoveBox  {
	position: absolute;
	width: 16px;
	height: 16px;
	z-index: 4;
	left: -16px;
	top: -16px;
	background-color: #000000;
	cursor: move;
}

#mainpicSizeBox  {
	position: absolute;
	width: 16px;
	height: 16px;
	z-index: 4;
	left: 501px;
	top: 601px;
	background-color: #000000;
}

#infoButton {
	position: absolute;
	width: 36px;
	height: 36px;
	z-index: 5;
	left: 60px;
	top: 16px;
} 

