@charset "utf-8";
/*======================================
	PHANTASY STAR PORTABLE
	http://phantasystar.sega.jp/psp/
----------------------------------------
	description: game page stylesheet
	edit: 2008/5/14
	update:

======================================*/


/*
	gloNav Active
--------------------------------------*/
h3#h3Catch {
	width: auto;
	height: 38px;
	margin: 0 10px 18px;
	text-indent: -9999px;
	background: url(../image/trial_catch.gif) no-repeat 0 0;
}

h3#h3Get01 {
	width: auto;
	height: 53px;
	margin: 1em 6px 0.5em 6px;
	text-indent: -9999px;
	background: url(../image/h3_get_01.gif) no-repeat 0 0;
}

h3#h3Get02 {
	width: auto;
	height: 53px;
	margin: 1em 6px 0.5em 6px;
	text-indent: -9999px;
	background: url(../image/h3_get_02.gif) no-repeat 0 0;
}

#primaryColumn h4{
	width: auto;
	height: auto;
	margin: .2em 0 .2em 0;
	text-indent: 0;
	font-size: 12px;
	font-weight: 100;
	color: #FFCC33; 
	/*background: url(../image/layout/h4_posit.gif) no-repeat;*/
}

h3#h3Attention {
	width: 488px;
	height: 38px;
	margin: 1.5em 11px 0em 12px;
	text-indent: -9999px;
	background: url(../image/h3_attention.gif) no-repeat center top;
}
.attentionBoxList {
	width: 458px;
	margin: 0 11px 0 12px;
	padding: 10px 15px 8px 15px;
	background: url(../image/background_attention.gif) repeat-y center top;
}
.attentionBoxList li {
	padding-left: 14px;
	background: url(../image/icon_attention.gif) no-repeat left 3px;
}
.attentionBoxBottom {
	widows: 488px;
	height: 10px;
	margin: 0 11px 0 12px;
	background: url(../image/background_attention_bottom.gif) no-repeat center top;
}



#primaryColumn dl.trialList dt{
	width: auto;
	padding: 0 0 0 15px;
	margin: 0;
	border-top: none;
	text-indent: 0;
	
	font-size: 12px;
	color: #fcf300;
	background: url(../image/icon_dt.gif) no-repeat 0 4px;
}
#primaryColumn dl.trialList dd{
	margin: 0 0 0.5em 1em;
	padding: 0;
	color: #fff;
	background: none;
}
#primaryColumn dl.trialList dd p {
	padding-left: 1em;
	margin: 0;
}
