@charset "utf-8";

body{
	background:#eee;
}
input{
	font-size:16px;
	padding:5px;
}

#contents {
	margin:100px auto 0 auto;
	width:500px;
	padding:20px;
	background:#FFF;
	border:1px solid #ccc;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

h1{
	text-align:center;
}
ul{
	margin-bottom:10px;
	padding:0;
}
li{
	list-style:none;
	margin-bottom:15px;
}
.centerBox{
	text-align:center;
}