@charset "utf-8";

/*----------------------------------------*/
/* common
/*----------------------------------------*/

h1,h2,h3,h4,h5,h6,p {	margin-top: 0; }

header,footer,section,article,figure,dl,dt,dd {
	margin: 0;
	padding: 0;
}

p {	margin-bottom: 1em; }

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {	border-style: none; }

body{
	color: #231714;
	background: #7ECEF4 url(../images/bg.gif) repeat-y center top;
	margin: 0;
	text-align: center;
}

section {
	text-align: left;
	background: #fff;
	margin: 20px auto;
	padding: 20px;
	border-radius: 16px;
	font-size: 14px;
	line-height: 160%;
	border: 3px solid #000000;
}

.close a {
	display: block;
	height: 52px;
	width: 102px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	background: url(../images/close.png) no-repeat;
}