body {
	color: green;
	background: #eeeeee;
	font-family: Meiryo;
}
.home {
	background: #fffff0;
	width: 300px;
	padding: 0px;
	text-align: center;
	border: 2px solid green;
	margin: 30px auto;
}
.txtbox {
    background: #ffd888;
    width:270px;
    text-align: center;
	border: 1px solid red;
    margin: 30px auto;
}
textarea {
    text-align-last: center;
}