@charset "utf-8";


#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:119px;
	z-index:1;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/div1_2_red.png);
}

#apDiv2 {
	position:absolute;
	left:0px;
	top:119px;
	width:190px;
	height:730px;
	z-index:2;
	padding-top: 10px;
	overflow: hidden;
	background-repeat: no-repeat;
	margin: 0px;
	text-align: center;
}

#apDiv3 {
	position:absolute;
	left:190px;
	top:119px;
	width:810px;
	height:730px;
	z-index:3;
	overflow: auto;
	clip: rect(14px,auto,10000px,auto);
	background-repeat: no-repeat;
	background-image: url(../img/div3_4.png);
}
