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

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


/*
	headding
--------------------------------------------*/
#title{
	display: block;
	padding-bottom: 20px;
	background: url(../../../common/image/element/line_02.gif) no-repeat center bottom;
}


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;
}


#informationNoticePage #contents h3{
	background: none;
	text-indent: 0;
	font-size: 14px;
	height: auto;
	margin-bottom: 8px;
	color: #07d7f3;
}


#informationNoticePage #contents .contBox dl#blue{
	width: 700px;
	margin: 0 auto 10px;
	border: #000066 double 3px;
}


#informationNoticePage #contents .contBox dl#blue dt{
	width: 700px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #000066;
	
	margin: 0 auto;
}


#informationNoticePage #contents .contBox dl{
	width: 700px;
	margin: 0 auto 10px;
	border: #996600 double 3px;
}


#informationNoticePage #contents .contBox dl dt{
	width: 700px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #996600;
	
	margin: 0 auto;
}

#informationNoticePage #contents .contBox dl dd{
	padding: 10px;
}

