@charset "utf-8";
/*=============================================
	PHANTASY STAR ONLINE 2

	reset.css： リセット用
=============================================*/
html,
body{
	margin: 0;
	padding: 0;
}

html{
	overflow-y: scroll;
}

body {
	height:100%; 
	font-size:14px;
	line-height:1.6;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color:#ffffff;
}

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;
}

p{
	font-weight: normal;
	margin: 0 0 0.8em 0;
}

dl,dt,dd,ul,ol,li{
	list-style-type: none;
}

table,
th,
tr,
td{
	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;
	outline: none;
}

a:link,
a:visited{
	color: #00a0e9;
	text-decoration: none;
	outline: none;
}

a:hover,
a:active{
	color: #eb6100;
	text-decoration: underline;
	outline: none;
}
a:focus{
	-moz-outline-style: none;
}

map area{
	border: none;
}

form{margin:0;padding:0;}
