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

/*
	headding
--------------------------------------------*/

#contents #primaryArea h2{
	background:url(../../image/headding/h2_crad6.gif) no-repeat;
}

#contents #primaryArea h3{
	background: url(../image/h3_planet.gif) no-repeat;
}

#graleParumPage #contents #primaryArea h3{
	width: 150px;
	margin: 0 0 15px 0;
	background: url(../image/h3_pm.gif) no-repeat;
}

#graleNewdaizPage #contents #primaryArea h3{
	width: 150px;
	margin: 0 0 15px 0;
	background: url(../image/h3_nd.gif) no-repeat;
}

#graleMortoobPage #contents #primaryArea h3{
	width: 150px;
	margin: 0 0 15px 0;
	background: url(../image/h3_mt.gif) no-repeat;
}



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

#planetList{
	width: 546px;
}

#planetList li{
	position: relative;
	width: 546px;
	height: 173px;
	background: url(../image/box_pm.jpg) no-repeat;
}

#planetList li p{
	position: absolute;
	top: 50px;
	left: 280px;
	width: 250px;
}

#planetList li a{
	position: absolute;
	display: block;
	top: 145px;
	left: 410px;
	width: 124px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
	background: url(../image/btn_more.gif) no-repeat;
}

#planetList li a:hover{
	background-position: 0 -17px;
}

#planetList li#pm{
	background: url(../image/box_pm.jpg) no-repeat;
}

#planetList li#nd{
	background: url(../image/box_nd.jpg) no-repeat;
}

#planetList li#mt{
	background: url(../image/box_mt.jpg) no-repeat;
}


