@charset "utf-8";


div, img, p, body {
    margin: 0;
    padding: 0;
}

img {
    height: auto;
    width: 100%;
}

body{
	background-color:#4E4E4E;
}

#main{
	margin: 0 auto ;
	width:100%;
    height: auto;
	max-width:1000px;
}

#container01{
	width: 100%;
	background-image: url(images/05-bg.jpg);
	background-repeat: no-repeat;
	padding:2% 0 ;
}
#container02{
	width: 100%;
	background-image: url(images/07-bg.jpg);
	background-repeat: no-repeat;	
	padding:2% 0 ;
}

#container03{
	width: 100%;
	background-image: url(images/09-bg.jpg);
	background-repeat: repeat;	
	padding:2% 0 ;
}

#container04{
	width: 100%;
	background-image: url(images/10-bg.jpg);
	background-repeat: repeat;	
	padding:2% 0 ;
}

.contents{
	margin: 0 auto ;
	width:100%;
	max-width:1000px;
	
}

.contents p{
	margin-bottom:0.5%;
}


.video{
	width:100%;
	max-width:640px;
	height:auto;
	margin: 0 auto ;
}


#footer img{
	max-width:366px;
	padding:30px 0;
}
