@charset "utf-8";
/*=============================================
	PHANTASY STAR PORTABLE 2
	http://phantasystar.sega.jp/psp2/
-----------------------------------------------
=============================================*/

/*
	conts
--------------------------------------------*/

#chara{
	position: relative;
	margin: 0 auto;
	width: 554px;
	height: 589px;
	background: url(../image/yuto.jpg) no-repeat;

}

#chara #point01{
	position: absolute;
	display: block;
	width: 29px;
	height: 127px;
	top: 6px;
	left: 544px;
	text-indent: -9999px;
	background: url(../image/yuto_point_01.jpg) no-repeat;
}

#chara #point02{
	position: absolute;
	display: block;
	width: 38px;
	height: 44px;
	top: 385px;
	left: 544px;
	text-indent: -9999px;
	background: url(../image/yuto_point_02.jpg) no-repeat;
}

#chara #point03{
	position: absolute;
	display: block;
	width: 46px;
	height: 77px;
	top: 479px;
	left: -46px;
	text-indent: -9999px;
	background: url(../image/yuto_point_03.jpg) no-repeat;
}


