@charset "EUC-JP";

#main	{
	height:350px;
	text-align:center;
}
h3	{
	color:#f33;
	font-size:200%;
	padding:20px;
}
.lead	{
	font-size:120%;
	line-height:200%;
	padding-bottom:20px;
}
.agree	{
	width:300px;
	margin-bottom:1em;
	border:solid 5px #f33;
	border-top:none;
	border-bottom:none;
}
.agree .Hover	{
	vertical-align:bottom;
	padding:0px;
	margin:0.5em 1em;
}

/********************************************/
.agree	{
	display:inline-block;
}
.agree:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
