@charset "utf-8";
/*=============================================
	PHANTASY STAR PORTABLE 2
	http://phantasystar.sega.jp/psp2/
-----------------------------------------------
=============================================*/

/*
	headding
--------------------------------------------*/
p strong{
	display: block;
	width: 448px;
	height: 20px;
	text-indent: -9999px;
	background: url(../image/catch.txt.gif) no-repeat;
}

h3#h3Network{
	width: 264px;
	height: 36px;
	text-indent: -9999px;
	background: url(../image/h3_network.gif) no-repeat;
}

h3#h3Shop{
	width: 412px;
	height: 34px;
	text-indent: -9999px;
	background: url(../image/h3_umd.gif) no-repeat;
}

h4#h4Official{
	width: 364px;
	height: 17px;
	text-indent: -9999px;
	background: url(../image/h4_psp2.gif) no-repeat;
}

h4#h4Psstore{
	width: 268px;
	height: 18px;
	text-indent: -9999px;
	background: url(../image/h4_pss.gif) no-repeat;
}

h4#h4Attention{
	width: 365px;
	height: 17px;
	text-indent: -9999px;
	margin-bottom: 10px;
	background: url(../image/h4_attention.gif) no-repeat;
}

/*
	main
--------------------------------------------*/

.ssList{
	margin: 20px 0;
}

#trialConts{
	width: 543px;
	height: 305px;
	margin: 20px auto 10px;
	background: url(../image/product.jpg) no-repeat;
}

#trialConts dt,
#trialConts dd{
	display: none;
}

table.schedule {
	width:544px;
	border:#3a5c88 1px solid;
	margin:10px 0px;
}

table.schedule th{
	color:#3399FF;
	width:137px;
	padding:5px;
	border-bottom:#3a5c88 1px solid;
	border-right:#3a5c88 1px solid;
	vertical-align: middle;
	background: url(../image/table_th_bg.gif) repeat;
}

table.schedule td {
	background-color:#08232e;
	width:405px;
	padding:5px;
	border-bottom:#3a5c88 1px solid;
}

