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

/*
	information
--------------------------------------------*/

#primaryArea dl dt{
	color: #ffcf5c;
	margin-bottom: 7px;
}


#primaryArea dl dd{
	position: relative;
	line-height: 24px;
	margin: 0 0 10px 0;
	padding: 0 0 15px 14px;
	background: url(../../common/image/element/infomartion_line.gif) repeat-x center bottom;
}

#primaryArea dl dd span{
	position: absolute;
	top: 5px;
	left: 0;
	/top: 0px;
	_left: -10px;
	display: block;
	width: 7px;
	height: 9px;
	text-indent: -9999px;
	background: url(../../common/image/element/icon_information.gif) no-repeat left 0;
}

/*
	nav
--------------------------------------------*/

#contents #secondaryArea #info a{
	background: url(../image/navigation/local_nav_information.gif) no-repeat;
}

#contents #secondaryArea #info a:hover{
	background-position: 0 -39px;
}

#informationPage #contents #secondaryArea #info a{
	background-position: 0 -39px;
}

#contents #secondaryArea #campaign a{
	background: url(../image/navigation/local_nav_campaign.gif) no-repeat;
}

#contents #secondaryArea #campaign a:hover{
	background-position: 0 -39px;
}

#campaignPage #contents #secondaryArea #campaign a{
	background-position: 0 -39px;
}



