@charset "utf-8";
body {
	background: #B5ABFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
hr.style1 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.title_text {
	font-size:large;
	font-weight:bold;
	margin-bottom: 10px;
}
.textarea{
	text-align: left;
	width: 90%;
	margin: 0 auto;
}
