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

======================================*/
html,
body{
	margin: 0;
	padding: 0;
}

html{
	overflow-y: scroll;
}

body{
	font-family: verdona,"ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color: #FFF;
}

h1,h2,h3,h4,h5,h6,p,pre,ul,ol,li,dl,dt,dd,adress,blockquotetable,th,tr,td{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,h2,h3,h4{
	font-size: 18px;
}

h3{
	margin: 0.75em 0 0.50em;
}
h4{
	margin: 0.50em 0 0.50em;
}


p{
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0.5em 0;
	line-height: 1.4em;
}

dl,dt,dd,ul,ol,li{
	font-size: 12px;
	line-height: 140%;
	list-style-type: none;
}

table,
th,
tr,
td{
	font-size: 12px;
	border:	medium none;
	border-collapse: collapse;
	border-spacing:	0pt;
}

hr{
	display: none;
}

a img,
img{
	border:	medium none;
	outline-color: invert;
	outline-style: none;
	outline-width: 0pt;
	text-decoration: none;
}

a:link,
a:visited{
	color: #0099FF;
	text-decoration: none;
}

a:hover,
a:active{
	color: #FFFF00;
	text-decoration: underline;
	vertical-align: baseline;
}
a:focus{
	-moz-outline-style: none;
}

map area{
	border: none;
}


