body {
	width:auto;
	height:auto;
	margin: 0;
}
a{
	outline:none;
	text-decoration:none;
}
img { border-width: 0px; }
a:link{ 
	outline:none;
	text-decoration:none; }
.whole{
	width:1024px;
	height:auto;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
	color: #333;
	margin: 0 auto;
	padding: 0;
}

.logo {
	color: rgba(255, 255, 255, 0.9);
	font-size: 4em;
	font-weight: bold;
	margin: 0;
	position:relative;
	top: 60px;
	left: 60px;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}
.button{
	margin-bottom:20px;
}
.obi{
	margin-bottom:30px;
}




/*　トップパート　*/

#ttl {
	background: url("image6/bcup_2017top.jpg") 50% 0 no-repeat;
	width:1024px;
	height:722px;
}
.content_1{
	border-top: 1px solid rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	color: #333;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}

.menu{
	margin-top:54px;
	margin-left:840px;
	-webkit-transform: rotate(3deg); /* chrome、safari　*/
-moz-transform: rotate(3deg); /* firefox　*/
-o-transform:      rotate( 3deg );  /* 古いOpera用 */
-ms-transform:     rotate(3deg );  /* IE9用 */
}

/*　メニューバー　*/


