@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: 2000px;
	background-image:url(../img/back.png);
	background-repeat:repeat;
}

.main {
	margin: -1000px 0 0 -475px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 950px;
	height: 2000px;
	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;
}

.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;
}

.map{
	width:950px;
	height:860px;
	background-image:url(../img/map.png);
}
.google {
	width:160px;
	height:35px;
	margin-top:490px;
	margin-left:230px;
}

.tel{
	width:290px;
	height:50px;
	margin-top:650px;
	margin-left:180px;
}

.contact{
	width:850px;
	height:50px;
	margin-top:100px;
	margin-left:100px;
}

.contact img{
	margin-left:50px;
}

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

.link{
	width:350px;
	height:60px;
	padding-top:100px;
	padding-left:600px;
}