@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/lumia.jpg) no-repeat;

}

#chara #point01{
	position: absolute;
	display: block;
	width: 31px;
	height: 32px;
	top: 113px;
	left: 544px;
	text-indent: -9999px;
	background: url(../image/lumia_01.jpg) no-repeat;
}

#chara #point02{
	position: absolute;
	display: block;
	width: 60px;
	height: 77px;
	top: 227px;
	left: -60px;
	text-indent: -9999px;
	background: url(../image/lumia_02.jpg) no-repeat;
}


