body{
	color: #353535;
	font-size: 12px;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: none;
	background-color: white;
}
a{
	color: #341661;
	text-decoration: none;
	border-style: none;
}
a:hover{
	color: #341661;
	text-decoration: underline;
	border-style: none;
}
a img{
	border-style: none;
}
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.clfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clfix { display: inline-table; }  
#header{
	z-index: 100;
} 
  
/* Hides from IE-mac \*/  
* html .clfix { height: 1%; }  
.clfix { display: block; }  
/* End hide from IE-mac */

#contents-inner img{
	float: left;
	padding: 0;
	margin: 0;
}
#contents-inner{
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	display: block;
	clear: both;
	padding-bottom: 40px;
	position: relative;
	z-index: 0;
}
#contents-inner #social{
	position: absolute;
	top: 422px;
	left: 830px;
}
#contents-inner #social div.sBtn{
	float: left;
	width: 74px;
	display: block;
	overflow: hidden;
	margin-right: 5px;
}