@charset "UTF-8";

@import "unit_tag.css";
@import "unit_form.css";

body{
	font-size:		80%;
	background:		#fff;
	padding-bottom:	20px;
}

#wrap{
	width:			700px;
	margin:			auto;
}

.notice{
	font-size:		90%;
	margin-left:	1em;
	text-indent:	-1em;
}

#copyright{
	text-align:		center;
}

#inputForm em{
	font-style:		normal;
	font-size:		x-small;
	color:			#ff0066;
	font-weight:	bold;
}

#complete{
	font-size:		1.5em;
	color:			#ff6ec3;
	font-weight:	bold;
	text-align:		center;
	padding-top:	50px;
	padding-bottom:	50px;
}

