@charset "utf-8";

/*--------------------------------------------
 PHANTASY STAR 20th イベント
 PS20年の歴史 トップページ
----------------------------------------------
 update：2007/12/06
---------------------------------------------*/


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

/*--------------------------------------------
 h3
---------------------------------------------*/
h3.step01 {
	margin-top: 0px;
	background: url(../image/h3_step_01.gif) no-repeat;
}
h3.step02 {
	background: url(../image/h3_step_02.gif) no-repeat;
}
h3.step03 {
	background: url(../image/h3_step_03.gif) no-repeat;
}

/*--------------------------------------------
 ss
---------------------------------------------*/
.ssRight {
	float: right;
	padding: 0 0 0 5px;
}
.ssLeft {
	float: left;
	padding: 0 5px 0 0px;
}

