@charset "UTF-8";

#wrap {
	width: 760px;
	margin: 0 auto;
}



#contents {
	
}



.btn {
	width: 350px;
	margin: 0 auto;
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Arial;
	color: #ffffff;
	font-size: 28px;
	background: #1994e6;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: center;

}

.btn:hover {
  background: #63bef7;
  text-decoration: none;
}

.btn a {
  text-decoration: none;
  color :#fff;
}


.btn a:hover {
  text-decoration: none;
}

#footer {
	width: 760px;
	background-color: #727272;
	line-height: 3em;
	text-align: center;
}

#footer p {
	font-weight: bold;
	font-size: large;
	color: #fff;
}