.wrapper {max-width: 1000px;
	margin: 0 auto;
	height: aout;
}

body {
	font-family: YuMincho; 
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
	cursor: crosshair;
}

header{background: #000000;
	width: 100%;
	height:auto;
	position: fixed;
	left: 0;
	top:0;
	color: #fff;
	z-index: 1;
	padding: 0;
	font-size: 20px;
	
}


.main{background-color: #fff;
	color: #000000;
	margin: 0;
	position: center ;
	
	
	
}


	
	
nav{
	text-align:center;
	}
nav ul{
	margin:0;
	padding:0;
}
nav ul li{
	list-style:none;
	display:inline-block;
	width: auto;
	min-width: 70px;
}
nav ul li a{
text-decoration: none;
color: #fff;
}
nav ul li.current a{
color: #fff;
}
nav ul li a:hover{
		color: #ff1493;
		cursor: text;
}

/*モバイルサイズ
@media (max-width: 600px){
  .container {
    flex-direction: column;
  }
  .main,
  .side {
    width: 100%;
  }
}*/



/*footer{
	
	background: #000;
	width: 100%
		height: aout;
	color: #fff;
	position: fixed;
	left: 0;
	
	
	z-index: 1;
		
	margin-top: 10px;
}	*/

footer{
	font-size: 15px;
	width: 100%;
	height: aout;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 0 0 0 0;
	bottom: 0; /*下に固定*/

	left: 0;
	position: fixed;
}
/*画像に文字*/
.example {position: relative;}
.example p {position: absolute;
	color: #fff;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	font-size: 30px;
}

.example img {width: 100%;
}
.h1 {font-size: 15px;
}
.p {line-height: 1.6;}

.pl {line-height: 0.5;}