@charset "UTF-8";

body {
	height:100%;
	background-position: center center; 
	background-image:url(../image/background.jpg);
	background-attachment:fixed;	
}
	
/*body, section:before {
	height:100%;
	background-position: center center; 
	background-image:url(../image/background.jpg);
	background-attachment:fixed;
}

section:before {
  content: "";
  z-index: -1;
  -webkit-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}*/

	

#contents {
    overflow: hidden;
	
/*    padding: 60px;*/
}





#nav {
    list-style: none;
    margin-bottom: 10px;
    position: fixed;
    padding-left: 10px;
	background-color:#fff;
	height:80px;
	width:100%;
	opacity:0.8;
}


#nav li {
    display: inline;
	padding-top:20px;
	
}
#nav li a {
    color: #000;
}

div.section {
    width: 100%;
    height: 1000PX;
	
}




.text{
	width:85%;
	padding-left: 10px;
	padding-top:100px;
}

#s00{
	background-image:url(../image/s00.jpg);
	background-position: center center; 
	background-repeat:no-repeat;
	background-size:cover;
}

#s01{
	background-image:url(../image/s01.jpg);
	background-position: center center; 
	background-repeat:no-repeat;
	background-size:cover;
}

#s02{
	background-image:url(../image/s02.jpg);
	background-position: center center; 
	background-repeat:no-repeat;
	background-size:cover;
}

#s03{
	background-image:url(../image/s03.jpg);
	background-position: center center; 
	background-repeat:no-repeat;
	background-size:cover;
}

#s04{
	background-image:url(../image/s04.jpg);
	background-position: center center; 
	background-repeat:no-repeat;
	background-size:cover;
}

#s05{
	background-image:url(../image/s05.jpg);
	background-position: center center; 
	background-repeat:no-repeat;
	background-size:cover;
}

/*#s06{
	background-image:url(../image/s06.jpg);
	background-repeat:no-repeat;
}*/
	

.detail{
	margin-left:10px;
	padding-top:20px;
	/*color:#666*/
}


#copyright{
	font-size:10px;
	position:fixed;
	bottom:0;
	right:0;
	padding-right:5px;
	padding-bottom:10px;
}



li{
	float:left;
	padding-right:10px;
}


