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


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

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

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


/*
	readTxtArea
------------------------------------------------*/
#readTxtArea {
	width:760px;
	height:337px;
	display:block;
	position:relative;
	background: url(../image/catch_txt.jpg) no-repeat left top;
	padding:45px 0 0 0;
	margin:0 4px;
}

#readTxtArea strong {
	display:none;
}



/*
	about
------------------------------------------------*/
#eventMission{
	margin:0 0 0 9px;
}

#eventMission h4{
	width:710px;
	height:49px;
	background: url(../image/h4_mission_title.gif) no-repeat left top;
	text-indent:-9999px;
	display:block;
}

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

dd#aboutMission{
	width:522px;/*719px*/
	height:167px;/*197px*/
	display:block;
	background: url(../image/mission_txt.jpg) no-repeat left top;
	position:relative;
	padding:30px 0 0 197px;
}

dd#aboutMission p{
	width:502px;
	color:#6e0303;
	line-height:140%;
}

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

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

#eventMission li span{
display:none;
}

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

#date{
	display: block;
	width: 702px;
	height: 70px;
	text-indent: -9999px;
	margin: 0 0 15px 0;
	background:url(../image/data_02.gif) no-repeat;
}


div#quote{
	width: 700px; /* 710 */
	margin:15px 0 0 9px;
	padding: 5px;
	background: url(../image/logo.gif) no-repeat left 0px;
	background: #ffe7e2;
	border: #996600 double 3px;
}

div#quote #quoteConts{
	padding-top: 5px;
	padding-left: 210px;
	padding-bottom: 10px;
	background: url(../image/logo.gif) no-repeat left 2px;
}


div#quote #quoteConts dt{
	display: block;
	margin-bottom: 6px;
	color: #996600;
}



