@charset "utf-8";
/* CSS Document */

#kaisetsu {
	width: 550px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #C1FFFF;
	float: left;
	height: auto;
	font-size: 14px;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0000FF;

}
#haichi {
	float: left;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#namber {
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	float: left;
	font-size: 14px;
}
#textarea {
	clear: both;
	width: 650px;
	padding-top: 10px;
}
