
.member {
	margin:0 auto;
text-align:center;
}

p.botton {
	margin:2em 0;
}

p.botton a {
	display:block;
	width:250px;
	height:50px;
	margin: 10px auto;
	font-size: 20px;
	font-weight:bold;
	line-height:50px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	background-color: #339999;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

p.botton a:hover {
	background-color: #008439;
}