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

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


/*
	gloNav Active
--------------------------------------*/
#navigation div#activeProduct {
	display: block;
}


/*
	secondly h2
--------------------------------------*/
#secondlyColumn h2{
	background: url(../image/h2_product.gif) no-repeat;
}

/*
	primaryColumn h2
--------------------------------------*/
#productIndexPage #primaryColumn h2{
	background: url(../image/h2_product_info.gif) no-repeat;
}

#productGoodsPage #primaryColumn h2{
	background: url(../image/h2_goods.gif) no-repeat;
}


/*
	primaryColumn h3
--------------------------------------*/
#productIndexPage h3{
	background: url(../image/h3_cast.gif) no-repeat;
}


/*
	localNav
--------------------------------------*/

.independence a{
	background: url(../../image/localnav/product_independence.gif) no-repeat;
}

.independence01 a{
	background: url(../../image/localnav/product_goods.gif) no-repeat;
}


/* active */

#productIndexPage .independence a{
	background-position: 0 -32px;
}

#productGoodsPage .independence01 a{
	background-position: 0 -32px;
}


#castTable th {
	width: 120px;
	font-size: 10px;
}

.imgCenter {
	text-align: center;
	margin-bottom: 1.5em;
}

