@charset "utf-8";

/*--------------------------------------------
 PHANTASY STAR PORTABLE 連動PSP®
版
 基本レイアウト
----------------------------------------------
 update：2008/04/17
---------------------------------------------*/

body#summaryIndexPage h2#pageTitle{
	background: url(../image/h2_summary.gif) no-repeat;
}

.importList {
	position: relative;
	width: 620px;
	height: 126px;
	margin: 0 auto 12px auto;
	background: url(../image/background_import.gif) no-repeat;
}
.importList dt {
	display: none;
}
.importList dd.ok {
	position: absolute;
	font-size: 12px;
	left: 12px;
	top: 30px;
	width: 290px;
}
.importList dd.ng {
	position: absolute;
	font-size: 12px;
	left: 326px;
	top: 30px;
	width: 290px;
}



