html, body {
 margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;

  background-color: #000000;
  
  

 width: expression((documentElement.clientWidth > 600px) ? "600px" : "auto" );
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
	
	
	
.bg_box {
   background-color: #ffffff;
    border: 20px solid #000000;
    height: 95%;
    margin: auto;
    padding: 0;
   
	width:expression(100%-40px);
}

.top_logo {
 margin: 20% auto auto;
    max-width: 752px;
    padding: 0;
    width: 40%;
}

.sns_link{
    bottom: 3%;
    left: 30%;
   height: 12%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 40%;

	}
	
.sns_link ul{
		list-style: outside none none;
	
	width:100%;
	clear: both;
	margin-left:2%;
	}	
	
.sns_link ul li{
float: left;
    margin-right: 4%;
    width: 9%;

}

.sns_link ul li.bb{
float: left;
    margin-right: 0%;
    width: 9%;

}
.sns_link ul li.a{
	float: left;
    margin-right: 4%;
    width: 9%;

}

a:hover,
a:focus{
	opacity:0.5;
}
.copylight{
	width:100%;
	position:absolute;
	text-align:center;
	font-size:10px;
	  margin-top: 10%;
	
	}