body{
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	line-height: 1.7em;
	background-color: #FEF0F0;
}

h5 {
	padding:0;
	margin-bottom:10px;
}

.f15 {
	font-size: 15px;
}

p {margin-bottom:40px;
}

#contents
	{
	width: 500px;
	margin: 40px auto 20px auto;
	}

a {
	text-decoration:none;
}

#close {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	padding: 60px 0;
}

#close .btn {
	cursor: pointer;
	color: #fff;
	background-color: #CC0033;
	border: 2px solid #CC0033;
	padding: 7px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#close .btn:hover {
	color: #CC0033;
	background-color: #fff;
	border: 2px #CC0033 solid;
	border-radius: 20px;
	text-decoration: none;
}
