@charset "EUC-JP";   /*   文字コード   */


/*============================================================
	共通
============================================================*/

*{
	margin: 0;
	padding: 0;
}

.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}


html,body{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.textBox a{ color: #004080; border-bottom solid 1px #fff;}
.textBox a:visited{ color: #004080; border-bottom solid 1px #fff;}
.textBox a:hover{ color: #004080; text-decoration: none;}
.textBox a:active{ color: #004080; border-bottom solid 1px #fff;}


#contents{
	background: #fff;
}

#contents02{
	background: #000;
}

#img_margin{
	width: 800px;
	margin: 0 auto;
}

#wrapperAll{
	width: 800px;
	margin: 0 auto;
}

#globalFooter{
	width: 100%;
	margin:0 0 0 0;

}

#header{
	width: 100%;
	height: 48px;
	background: url(/nol/playstation/img/common/header.jpg) center center no-repeat #000;
}


#copyright{
	background: #000;
	padding: 5px 0 5px 10px;
	color: #848484;
	border: solid 1px #000;
	font-size: 10px;
	margin:0px;
	
}

/*   close   */
#close{
	margin: 0 auto;
	height: 50px;
	width:222px;
	padding:15px auto;
}
#close a{
	background: url(/nol/playstation/img/common/top_back.gif) no-repeat;
	width: 222px;
	height: 39px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	border: none;
	text-decoration: none;
}
#close a:hover{
	background-position: 0 -39px;
}