@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	text-align:center;
	background:#eee;
}
#base{
	width:240px;
	background:#fff;
	margin:0px auto 0px;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	color:#333;
}
p{
	margin:10px auto;
	line-height:150%;
}

h1{
	margin-top:5px;
	margin-bottom:-10px;
}

h2{
	font-size:x-small;
	text-decoration:none;
	margin-bottom:2px;
}
select{
	padding:5px;
	margin-bottom:15px;
	width:100px;
}
input{
	padding:5px;
	font-weight:bold;
	margin-bottom:10px;
}

hr{
	width:240px;
}

.reCu{
	padding:0 5px;
}