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

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

/*
	h3
--------------------------------------*/
h3#h3Rare {
	background: url(../dropitem/image/h3_rareitem.gif) no-repeat;
}
h3#h3Party {
	background: url(../dropitem/image/h3_party.gif) no-repeat;
}
h3#h3Leader {
	background: url(../dropitem/image/h3_leader.gif) no-repeat;
}
h3#h3City {
	background: url(../city/image/h3_city.gif) no-repeat;
}
h3#h3Counter {
	background: url(../city/image/h3_counter.gif) no-repeat;
}



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

#btnBuildup a{
	background: url(../image/btn_buildup_off.jpg) no-repeat;
}

#btnBuildup a:hover{
	background: url(../image/btn_buildup_on.jpg) no-repeat;
}

#btnItem a{
	background: url(../image/btn_item_off.jpg) no-repeat;
}

#btnItem a:hover{
	background: url(../image/btn_item_on.jpg) no-repeat;
}


#btnCity a{
	background: url(../image/btn_city_off.jpg) no-repeat;
}

#btnCity a:hover{
	background: url(../image/btn_city_on.jpg) no-repeat;
}

#btnSavedata a{
	background: url(../image/btn_mode_off.jpg) no-repeat;
}

#btnSavedata a:hover{
	background: url(../image/btn_mode_on.jpg) no-repeat;
}
