@charset "utf-8";
/*=============================================
	PHANTASY STAR PORTABLE 2 INFINITY
=============================================*/
/*
	infoConts
--------------------------------------------*/
#infoConts strong{
	display:block;
	width:332px;
	height:20px;
	background: url(../image/catch_txt.png) no-repeat;
	behavior: expression(IEPNGFIX.fix(this));
	text-indent:-9999px;
}
#infoConts p{
	line-height:135%;
}

#infoConts p.firstChild{
	margin-top:8px;
}

#infoConts p em{
color:#FFFF00;
font-style:normal;
}

/* ie6 */
#infoConts strong{
	_font-size:1px;
	_line-height:normal;
}

