body {
	background: black;
	font-family: "Helvetica Neue bold", Helvetica, Arial;
	font-weight: bold;
	font-size: 58px;
	line-height: 56px;
	letter-spacing: -0.03em;
	color: white;
	
}

#p01 {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 50px;
	padding-left: 50px;
	right: 552px;
	padding-bottom: 50px;
	min-width:700px;
	max-width:860px;
	word-break: normal;
	
}

#p02 {
	position: fixed;
	top: 60px;
	right: 50px;
	padding-top: 22px;
	padding-bottom: 22px;
	font-size: 12px;
	font-family: "Georgia", Times, serif;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 18px;
	border-top: 1px solid white;
}

a {
	text-decoration: none;
	cursor: hand;
	color: white;
}

a:hover {
	text-decoration: none;
	color: red;
}

a:active {
	text-decoration: underline;
	color: black;
}

a:after {
	text-decoration: none;
	color: black;
}

textarea {
	position: absolute;
	top: 0px;
	left: 0px;
	right:200px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 250px;
	padding-bottom: 50px;
	width: 50%;
	height: 100%;
	background: white;
	font-family: "Helvetica Neue bold", Helvetica, Arial;
	font-weight: bold;
	font-size: 60px;
	line-height: 55px;
	letter-spacing: -0.04em;
	color: black;
	border:0px;
}
