@charset "utf-8";


*{
	margin:0;
	padding:0;
	}

body{
	font-family:"Lucida Console", Monaco, monospace;
	}
	
	
header{
	padding:10px;
	background:rgba(102,153,102,0.6);

	border-bottom:solid 2px #000;
	border-top:solid 1px #000;
	text-align:center;
	}

header h1{
	font-size:20px;
	}


#area{
	margin:50px auto;
	width:850px;
	}

section{
	padding:8px;
	}

section h1 {
	padding:5px;
	border-bottom: solid 3px #696;
	text-align:center;
	font-size:24px;
	}

section h2{
	margin-top:35px;
	padding:5px;
	border-bottom: double 3px #696;
	text-align:center;
	font-size:23px;
	}

section p{
	margin-top:20px;
	padding:0 12px;
	line-height:1.4em;
	}
	
.imgs{
	text-align:center;
	}



footer{
	margin-top:80px;
	padding:10px;
	background:#696;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	text-align:center;
	font-size:18px;

	}


@media screen and (min-width:769px){
	


}



@media screen and (max-width:768px){
		
#area{
	width:100%;
	}

}

@media screen and (max-width:420px){
	

}


