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



/*
	headding
--------------------------------------------*/
p strong{
	display: block;
	width: 545px;
	height: 22px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url(../image/catch_txt.gif) no-repeat;
}

p span{
	display: block;
	text-align: right;
}


/*
	Area
--------------------------------------------*/

#guidebookArea {
	width: 545px;
}

#leftArea {
	width: 340px;
	height:182px;
	float: left;
	margin-top:20px;
}

#downPdf {
	width: 200px;
	height:182px;
	float: left;
	margin-top:20px;
}

#downPdf a {
	width: 195px;
	height: 58px;
	background: url(../image/bt_download_pdf.gif) no-repeat scroll 8px 0;
	text-indent: -9999px;
	padding-left:5px;	
	display: block;
}

#downPdf a:hover {
	background-position: 8px -58px;
}


#guidebookArea{
	zoom: 1;
}


#guidebookArea:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


p#btnPdf a{
	margin-top: 20px;
	width: 360px;
	display: block;
	height: px;
	padding-left: 180px;
	background: url(../image/logo_pdf.jpg) no-repeat left 0;

}

