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


/*
	headding
--------------------------------------------*/
p strong{
	display: block;
	width: 546px;
	height: 23px;
	text-indent: -9999px;
	background: url(../image/catch_txt.gif) no-repeat;
}

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

span.weight {
	font-weight:bold;
}



/*
	table
--------------------------------------------*/
.section{
	width: 546px;
	margin-top: 45px;
}

.left{
	float: left;
	width: 360px;
}

.leftArea p{
	width: 360px;
}


.right{
	float: right;
	width: 181px;
}

.right p{
	display: block;
	clear: both;
	font-size: 10px;
	color: #cbcd06;
}


table.outline {
	width:360px;
	clear:both;
	border:#3a5c88 1px solid;
	margin:0px 0px 15px;
}

table.outline th {
	background:url(../image/table_th_bg.gif);
	color:#3399FF;
	width:100px;
	padding:7px 5px;
	border-bottom:#3a5c88 1px solid;
	border-right:#3a5c88 1px solid;
	vertical-align: middle;
}

table.outline td {
	background-color:#08232e;
	padding:7px 5px;
	border-bottom:#3a5c88 1px solid;
	line-height: 150%;
}

table.outline td.topic{
	background-color:#08232e;
	padding:7px 10px;
	border-bottom:#3a5c88 1px solid;
	line-height: 150%;
}


table.outline td span{
	display: block;
	color: #CC3300;
	margin-top: 4px;
}

p.attention{
	position: relative;
	background: url(../../../common/image/element/icon_attention.gif) no-repeat left 2px;
	color:#E20C0C;
	padding-left:16px;
	margin-bottom:0;
	margin-top: -15px;
}


