body{
	width:850px;
	margin:0 auto;
	background:#ffffff;
	text-align:center;
}
a{
	outline:none;
	text-decoration:none;
}
img { border-width: 0px; }
a:link{ 
	outline:none;
	text-decoration:none; }
a:visited{
	outline:none;
	text-decoration:none; }

p{
	font-family:century gothic,serif;
}

#mid{
	width:850px;
	height:800px;
	margin:0 auto;
	background:#FFFFFF url("") center top no-repeat;
	border:solid 0px #4682B4; 
	color:#4682B4;
}
#mid_top{
	width:850px;
	height:50px;
	margin:0 auto;
	margin-top:0px;
	background:#FFFFFF url("") center top no-repeat;
	border:solid 0px #4682B4; 
	color:#4682B4;
}
#cup{
	width:850px;
	height:140px;
	margin:0 auto;
	margin-top:0px;
	background:#FFFFFF url("") center top no-repeat;
	border:solid 0px #4682B4; 
	color:#4682B4;
}
#cup2{
	width:850px;
	height:auto;
	margin:0 auto;
	margin-top:50px;
	background:#FFFFFF url("") center top no-repeat;
	border:solid 0px #4682B4; 
	color:#4682B4;
}
.picsli{
	width:400px;
	height:auto;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
	background:#FFFFFF url("") center top no-repeat;
	border:solid 0px #4682B4; 
	color:#4682B4;
}
.picsli td{
	width:;
	height:30px;
	margin:0 auto;
	border:solid 0px #4682B4;
	padding:0px;
}

#bbtm{
	width:850px;
	height:40px;
	margin:0 auto;
	background: url("") center top no-repeat;
	border:solid 0px #F0FFFF; 
	color:#4682B4;
}


/*　ギャラリーパート　*/

.photo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: -10px;
	left: 0;
	z-index: -100;
}
.photo img {
	width: 100%;
}
.dark {
	width: 100%;
	height: 120%;
	background: rgba(0,0,0,0.6);
	opacity: 0;
}
.frame {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	opacity: 0;
	transition: opacity 1s ease;
	max-width: 850px;
}
.photo:target {
	z-index: 100;
}
.photo:target > .frame {
	opacity: 1;
}
.photo:target > a .dark {
	opacity: 1
}
.btn1 img {
	border: none;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -2%;
	right: -2%;
}
.btn2 img {
	border: none;
	width: 20px;
	height: 23px;
	position: absolute;
	top: 45%;
	right: -1%;
}
.btn3 img {
	border: none;
	width: 20px;
	height: 23px;
	position: absolute;
	top: 45%;
	left: 2%;
}
.cover_left, .cover_right {
	width: 40%;
	height: 100%;
	z-index: 200;
	position: absolute;
	top: 3%;
	background: rgba(0,0,0,0);
	opacity: 0;
}
.cover_left {
	left: 0;
}
.cover_right {
	left: 58%;
}
.cover_left:hover, .cover_right:hover {
	opacity: 1;
}



/*　2016 A-CUP 　*/

.minna{
	border:solid 2px #696969;
	padding:2px;
}

.underyear{
	margin-bottom:50px;
}