@charset "utf-8";

body {
	background: #000 url(../images/bg.gif) repeat-x fixed;
}

a {
	color:#FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #99CCCC;
}

a:hover {
	color: #FF3300;
	text-decoration: none;
}
	
#wrapper {
	position: relative;
}

#header {
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	width: 1000px;
}
#header .game_logo {
	text-indent: -9999px;
	display: block;
	float: left;
	height: 60px;
	width: 191px;
	overflow: hidden;
	background: url(../images/logo_psvita.gif) left top;
}


#header h1 a {
	display: block;
	height: 47px;
	width: 150px;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	position: relative;
	left: 234px;
	margin-top: 4px;
}

#shareArea {
	float: right;
	margin-top: 21px;
	width: 90px;
}

#mainArea {
	width: 900px;
	margin: 0 auto;
	clear:both;
	padding-top: 20px;
}

#gnavi li {
	text-indent: -9999px;
	overflow: hidden;
	float:left;
}

#gnavi a {
	width: 150px;
	height: 40px;
	display:block;
}

#gnavi .top a {
	background: url(../images/gnavi.jpg) no-repeat left top;
}

#gnavi .top a:hover {
	background: url(../images/gnavi.jpg) no-repeat left bottom;
}

#gnavi .character a {
	background: url(../images/gnavi.jpg) no-repeat -150px top;
}

#gnavi .character a:hover {
	background: url(../images/gnavi.jpg) no-repeat -150px bottom;
}

#gnavi .world a {
	background: url(../images/gnavi.jpg) no-repeat -300px top;
}

#gnavi .world a:hover {
	background: url(../images/gnavi.jpg) no-repeat -300px bottom;
}

#gnavi .product a {
	background: url(../images/gnavi.jpg) no-repeat -450px top;
}

#gnavi .product a:hover {
	background: url(../images/gnavi.jpg) no-repeat -450px bottom;
}

#gnavi .special a {
	background: url(../images/gnavi.jpg) no-repeat -600px top;
}

#gnavi .special a:hover {
	background: url(../images/gnavi.jpg) no-repeat -600px bottom;
}

#gnavi .information a {
	background: url(../images/gnavi.jpg) no-repeat -750px top;
}

#gnavi .information a:hover {
	background: url(../images/gnavi.jpg) no-repeat -750px bottom;
}

#contentsArea {
	padding: 20px 0;
}


#footer {
	height: 75px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#footer p {
	float: left;
	margin-top: 25px;
	vertical-align: top;
	display: block;
	color: #FFF;
	font-size: 0.85em;
}

#footer p img {
	vertical-align: middle;
}
#footer .maker {
	float: right;
}

#footer .maker a{
	height: 30px;
	background:url(../images/maker_logo.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 10px;
	width: 149px;
}
#footer .maker .copy {
	margin-top: 0px;
	font-size: 9px;
	width: 149px;
	text-align: left;
	padding-left: 5px;
}



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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
