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

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

/*
	primaryColumn
--------------------------------------*/
#primaryColumn{
	width: 472px;
	
}

#primaryColumn h2{
	width: 472px;
	height: 54px;
	text-indent: -9999px;
	background: url(../image/index/h2_info.gif) no-repeat;
}

#primaryColumn dl{
	width: 436px; /* 472 */
	height: 236px; /* 	あとで対応*/
	padding: 0 18px 0 18px;
	background: url(../image/index/bg_info.gif) repeat-y;
}

/*
	information
--------------------------------------*/
#primaryColumn dl{
	padding-bottom: 3px;
}

#primaryColumn dl dt{
	margin-top: 6px;
	padding: 6px 0 4px 8px;
	border-top: 1px #1e2329 dotted;
	
	font-size: 10px;
	color: #fcf300;
	background: url(../image/index/icon_info_dt.gif) no-repeat left 9px;
}
#primaryColumn dl dt.first {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	background: url(../image/index/icon_info_dt.gif) no-repeat left 3px;
}


#primaryColumn dl dd{
	margin-left: 10px;
	color: #fff;
	padding-left: 12px;
	background: url(../image/index/icon_info_dd.gif) no-repeat left 4px;
}

/*
	secondlyColumn
--------------------------------------*/
#secondlyColumn{
	width: 287px;

}

#secondlyColumn ul{
	margin-bottom: 5px;
}

#secondlyColumn ul li{
	width: 287px;
	height: 61px;
	margin-bottom: 71px;
}


#secondlyColumn ul li.soon{
	width: 287px;
	height: 61px;
	text-indent: -9999px;
	margin-bottom: 5px;
	background: url(../image/index/btn_close.gif) no-repeat;
}

#secondlyColumn h2{
	display: none;
}

#secondlyColumn dl{
	position: relative; /* for ie6 */
	width: 287px;
	height: 159px;
	margin-left: -1px;
	text-indent: -9999px;
	background: url(../image/index/bg_product.jpg) no-repeat;
}

#secondlyColumn dl dt,
#secondlyColumn dl dd {
	display: none;
}


/*
	other
--------------------------------------*/

#indexBottom{
	position: relative; /* for ie6 */
	clear: both;
	width: 763px;
	height: 13px;
	margin-top: -1px;
	background: url(../image/index/bg_bottom.gif) no-repeat;
}