@charset "UTF-8";
/* CSS Document */


html, body { 
	height:100%;
	margin: 0; 
	padding: 0; 
} 
.top{
	background-image:url(../img/top_back.png);
	width:950px;
	height:750px;
}


body {
	position: relative;
	min-width: 950px;
	min-height: 2160px;
	background-image:url(../img/back.png);
	background-repeat:repeat;
}

.main {
	margin: -1080px 0 0 -475px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 950px;
	height: 2160px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.7);
	background-color:#FFF;
}

.top {
	width: 950px;
	height: 750px;
}

#slideshow {
   position: relative;
   width:  900px;
   height: 570px;
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 0;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 2;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 1;
}

.top_photo {
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	width:900px;
	height:570px;
}

.top_menu{
	width:950px;
	height:110px;
	padding-top:40px;
}

.top_menu img{
	margin-left:100px;
}

.concept{
	width:950px;
	height:310px;
	padding-top:60px;
}

.concept img{
	margin-left:385px;
	margin-right:385px;
}

.concept_text{
	width: 700px;
	height: 170px;
	margin-left: 125px;
	margin-right: 125px;
	margin-top: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #09C;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 1.5px;
}

.three{
	width:780px;
	height:750px;
	margin-left:85px;
	margin-right:85px;
	margin-top:60px;
}

#yaba{
	width:780px;
	height:350px;
}

.yaba_text{
	width: 330px;
	height: 350px;
	float: left;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5;
	white-space-collapse: preserve;
	padding-right: 50px;
	padding-left: 50px;
}

.kanpo_text{
	width: 680px;
	height: 130px;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5;
	white-space-collapse: preserve;
	padding-right: 50px;
	padding-left: 50px;
}

.come{
	width: 350px;
	height: 200px;
	padding-left: 300px;
	padding-right: 300px;
	padding-top: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	white-space-collapse: preserve;
	color: #09C;
}

.three_title{
	padding-right:85px;
	padding-left:85px;
}

.come_title{
	padding-right:85px;
	padding-left:85px;
	padding-top:70px;
}

.footer{
	width:950px;
	height:390px;
	background-image:url(../img/footer.png);
}

.sns{
	width:660px;
	height:70px;
	padding-top:90px;
	padding-left:175px;
	padding-right:115px;
	
}

.sns img{
	margin-right:30px;
}

.menu{
	width:950px;
	height:990px;
	padding-bottom:30px;
	background-image:url(../img/menu2.png);
}

.menu img{
	width:300px;
	height:50px;
	margin-top:530px;
	margin-left:560px;
}

a:hover{ 
position:relative;
text-decoration:none;
top:3px;
}
