/* CSS Document */
body {
	margin: 0px;
}
textarea {
    background-color: transparent; 
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12pt;
	overflow: hidden;
	width: 600px;
	border: 0px none;
}
.pic {
	position: absolute;
	height: 480px;
	width: 640px;
	text-align: center;
	vertical-align: middle;
	left: 24px;
	top: 85px;
}
.time {
	position: absolute;
	height: 26px;
	width: 640px;
	text-align: center;
	vertical-align: middle;
	left: 24px;
	top: 568px;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
}
.msg {
	position: absolute;
	text-align: center;
	left: 44px;
	top: 598px;
	width: 600px;
}
.updt_btn {
	position: absolute;
	text-align: center;
	left: 45px;
	top: 679px;
	width: 600px;
	height: 26px;
}
#updt {
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	height: 26px;
}
