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

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

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

p span{
	display: block;
	float: right;
}

/*
	postcard
--------------------------------------------*/


.section{
	width: 515px;
}

.section .leftArea{
	width: 250px;

}

.section .leftArea dl{
	width: 250px;

}

.section .leftArea dt{
	width: 250px;
	padding-bottom: 5px;
	border-bottom: #fff solid 1px;

}

#conts .section .leftArea dd{
	padding: 0;
	margin: 0;
	background: none;
	line-height: 135%;

}


#conts .section .rightArea{
	width: 250px;

}

#conts .section .rightArea dl{
	width: 250px;

}

#conts .section .rightArea dl dt{
	width: 250px;
	padding-bottom: 5px;
	border-bottom: #fff solid 1px;

}


#conts .section .rightArea dl dd{
	width: 250px;
	padding: 0;
	margin: 0;
	line-height: 135%;
	background: none;

}



