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

#conts{
clear:both;
overflow:hidden;
}


/*
	headding
--------------------------------------------*/
p strong{
	display: block;
	width: 546px;
	height: 23px;
	font-size:14px;
	color:#CCCC00;
}

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

span.weight {
	font-weight:bold;
}

h4{
	color: #0099FF;
	font-size: 12px;
	margin: 20px 0 0 0;
}

#conts p.color{
color:#28e6f7;

}

#conts a.btn{
	display: block;
	width: 236px;
	height: 55px;
	background:	url(../image/btn.gif) no-repeat;
	text-indent:-9999px;
	margin:15px auto 0;
}

#conts a.btn:hover{
	background:	url(../image/btn.gif) no-repeat left bottom;
}



