@charset "utf-8";/*---------- RESET  ----------*/body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,p{	margin: 0;	padding: 0;	line-height: 1.4;	color: #000;	font-style: normal;	font-weight: normal;	font-size: 100%;	font-family: "Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4","Verdana","Lucida Grande",Helvetica,sans-serif;
}body{
	text-align: center;
	background: #eee;
}a{ color:#000; }a img{ border: 0; vertical-align: bottom; }ul,ol{ list-style: none; }/*---------- WRAP  ----------*/

#wrap{
	margin: 50px auto;
	border: 5px solid pink;
	width: 700px;
	background: #fff;;
}

#wrap h1{
	margin: 30px auto 50px;	
	font-size: 1.2em;
	font-weight: bold;
}
#wrap h1 a{
	text-decoration: none;
}

#wrap h2,
#wrap h3{
	text-align: left;
	padding-left: 7px;
	font-size: 1.12em;
	font-weight: bold;
}

#wrap h2{
	border-left: 7px solid blue;
	border-bottom: 2px solid blue;
	margin: 0 30px 10px 30px;
}

#wrap h3{
	border-left: 7px solid red;
	border-bottom: 2px solid red;
	margin: 40px 30px 10px 30px;
}

#wrap p{
}


/*---------- FORM  ----------*/

#attestation_form input{
	border: 2px solid #000;
	padding: 3px 7px;
	margin: 30px auto 25px auto;
	cursor: pointer;
}/*---------- FOOTER  ----------*/#footer{
	background: #fff;	clear: both;	padding: 7px 0;	margin-bottom: 30px;	border-top: 1px solid #000;	border-bottom: 1px solid #000;	font-size: 0.88em;}#footer p a{ text-decoration: none; }#footer p a:hover{ text-decoration: underline; }