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

#contents{
}


/*
	h2
--------------------------------------------*/
h2{
	background: url(../image/h2_item.gif) no-repeat left top;
}

/*
	h3
--------------------------------------------*/
h3{
	width:728px;
	height:38px;
	text-indent:-9999px;
	display:block;
	margin-bottom:15px;
}

h3#h3Itemlist{
	background: url(../image/h3_itemlist.gif) no-repeat left top;
}

h3#h3Exchange{
	background: url(../image/h3_exchange.gif) no-repeat left top;
}

/*
	h4
--------------------------------------------*/
h4{
	width:710px;
	height:19px;
	margin:0 0 5px 9px;
	text-indent:-9999px;
	display:block;
}

h4#h4Weapon{
	background: url(../image/h4_weapon.gif) no-repeat left top;
}

h4#h4Unit{
	background: url(../image/h4_unit.gif) no-repeat left top;
}

h4#h4Room{
	background: url(../image/h4_room.gif) no-repeat left top;
}

h4#h4Clothes{
	background: url(../image/h4_clothes.gif) no-repeat left top;
}


/*
	readTxtArea
------------------------------------------------*/
#malwItemPage p strong {
	display: none;
}


/*
	exchange
------------------------------------------------*/
#exchange {
	width:710px;
	margin:0 0 20px 9px;
}

#exchange ul{
overflow:hidden;
clear:both;
}

#exchange li{
float:left;
margin-right:10px;
}

#exchange li span{
display:block;
font-size:10px;
color:#8a8000;
}

#exchange li.lastChild{
float:left;
margin-right:0px;
}

/*
	itemlist
------------------------------------------------*/
table{
	width: 710px;
	border: #996600 solid 1px;
	margin:0 0 15px 9px;
}

table th{
	padding: 6px 0;
	color: #fff;
	border: #996600 solid 1px;
	background: url(../../common/image/table_th.gif);
}

table td{
	border: #996600 solid 1px;
	padding: 5px;
	background:#fdeae2;
	text-align:center;
	vertical-align:middle;
	line-height:150%;
}

table td.txt{
	text-align:left;
	font-size:12px;
}

table tr.color td{
	background-color:#fef5f1;
}

table tr.cellColor td{
	background-color: #FFCC99;
}


.tbName{width:180px;}
.tbRate{width:180px;}
