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

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

#worldGralePage #primaryColumn h3{
	background: url(../image/h3_planet.gif) no-repeat;
}

#worldRacePage #primaryColumn h3{
	background: url(../race/image/h3_feature.gif) no-repeat;
}


#titleGc{
	background: url(../image/title_gc.gif) no-repeat;
}

#titlePm{
	background: url(../image/title_pm.gif) no-repeat;
}

#titleNd{
	background: url(../image/title_nd.gif) no-repeat;
}

#titleMt{
	background: url(../image/title_mt.gif) no-repeat;
}


#titleHuman{
	background: url(../race/image/title_human.gif) no-repeat;
}

#titleNewman{
	background: url(../race/image/title_newman.gif) no-repeat;
}

#titleCast{
 background: url(../race/image/title_cast.gif) no-repeat;
}

#titleBeast{
 background: url(../race/image/title_beast.gif) no-repeat;
}

/*
	content
--------------------------------------*/

.exsampleBoxLeft{
	width: 489px;
	height: 140px;
	overflow: hidden;
	margin: 0 auto 10px;
	background: url(../image/bg_box_left.gif) no-repeat;
}

.exsampleBoxLeft dl{
	float: left;
	width: 249px;
}

.exsampleBoxLeft dl dt{
	width: 232px;
	height: 18px;
	margin: 7px 0 0 5px;
	text-indent: -9999px;
	
}

.exsampleBoxLeft dl dd{
	margin: 13px 7px 0 15px;
}

.exsampleBoxLeft img{
	float: right;
	width: 240px;
}

.exsampleBoxRight{
	width: 489px;
	height: 140px;
	overflow: hidden;
	margin: 0 auto 10px;
	background: url(../image/bg_box_right.gif) no-repeat;
}

.exsampleBoxRight dl{
	float: right;
	width: 249px;
}

.exsampleBoxRight dl dt{
	width: 232px;
	height: 18px;
	margin: 7px 0 0 5px;
	text-indent: -9999px;

}

.exsampleBoxRight dl dd{
	margin: 13px 8px 0 10px;
}

.exsampleBoxRight img{
	float: left;
	width: 240px;
}
