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

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

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


p strong{
	display: block;
	width: 441px;
	height: 21px;
	background: url(../image/catch_txt.gif) no-repeat;
	text-indent: -9999px;
}

#conts #h3nano{
	height: 21px;
	margin-bottom: 0;
	background: url(../image/h3_nano.gif) no-repeat;
}

#conts #h3suv{
	height: 21px;
	background: url(../image/h3_suv.gif) no-repeat;
}


#conts #h3weapon{
	height: 24px;
	background: url(../image/h3_weapon.gif) no-repeat;
}

#conts #h4weapon{
	height: 20px;
	text-indent: -9999px;
	background: url(../image/h4_weapon.gif) no-repeat;
}


/*
	conts
--------------------------------------------*/
#suvList{
	width: 546px;
	margin: 0;
	overflow: hidden;
}

#suvList li{
	float: left;
	width: 259px; /* 267 */
	height: 137px; /* 177 */
	padding: 40px 0 0 8px;
	margin-bottom: 5px;
}

#suvList #suv01{
	background: url(../image/suv_01.jpg) no-repeat;
}

#suvList #suv02{
	float: right;
	background: url(../image/suv_02.jpg) no-repeat;
}

#suv03{
	background: url(../image/suv_03.jpg) no-repeat;
}

#suvList #suv04{
	float: right;
	background: url(../image/suv_04.jpg) no-repeat;
}


.quote{
	position: relative;
	width: 546px;
	height: 157px;
	margin: 0 auto;
}

.quote dt{
	display: none;
}

.quote dd{
	position: absolute;
	top: 30px;
	left: 10px;
	width: 275px;
}

#nano{
	background: url(../image/quote_nano.jpg) no-repeat;
}

#suv{
	margin-top: 10px;
	background: url(../image/quote_suv.jpg) no-repeat;
}

