@charset "utf-8";

/*--------------------------------------------
 PHANTASY STAR 20th イベント
 グッズ情報 トップページ
----------------------------------------------
 update：2007/12/06
---------------------------------------------*/


body#indexPage h2{
	background: url(../image/h2_index.jpg) no-repeat;
}

/*--------------------------------------------
 h3 override
---------------------------------------------*/
h3 {
	position: absolute;
	width: 290px;
	height: 29px;
	top: 15px;
	left: 20px;
	margin: 0;
	padding: 0;
	
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
}
h3.ages2500 {
	background: url(../image/h3_ages2500.gif) no-repeat;
}
h3.pscd {
	background: url(../image/h3_pscd.gif) no-repeat;
}
h3.poster {
	background: url(../image/h3_poster.gif) no-repeat;
}
h3.ecobag {
	background: url(../image/h3_ecobag.gif) no-repeat;
}
h3.memo {
	background: url(../image/h3_memo.gif) no-repeat;
}
h3.ts {
	background: url(../image/h3_ts.gif) no-repeat 0 1px;
}

/*--------------------------------------------
 h4
---------------------------------------------*/
h4.psu {
	background: url(../image/h4_psulobby.gif) no-repeat;
}
h4.psobb {
	background: url(../image/h4_psobblobby.gif) no-repeat;
}

/*--------------------------------------------
 グッズボックス
---------------------------------------------*/
.goodsMain {
	width: 672px;
	margin: 0 auto;
}

.goodsBox {
	float: left;
	position: relative;
	padding: 0 3px 0 3px;
	
	width: 330px;
	height: 371px;
	background: url(../image/background_default.jpg) no-repeat;
}
.ecobagBox {
	float: left;
	position: relative;
	padding: 0 3px 0 3px;
	
	width: 330px;
	height: 371px;
	background: url(../image/background_rootote.jpg) no-repeat;
}
.goodsNone {
	float: left;
	position: relative;
	padding: 0 3px 0 3px;
	
	width: 330px;
	height: 371px;
	background: url(../image/background_none.jpg) no-repeat;
}


.goodsImage {
	position: absolute;
	top: 52px;
	left: 20px;
	
	width: 290px;
	height: 146px;
}
.goodsText {
	position: absolute;
	top: 203px;
	left: 20px;
	
	width: 290px;
}
.goodsText p {
	margin: 0 auto 2px auto;
}

