#about_frame {
	height: 550px;
	overflow: auto;
	text-align: left;
	width: 450px;
	margin-left: 25px;
	padding-top: 10px;
}
.redbig {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.maincolorbig {
	font-size: 12px;
	font-weight: bold;
	color: #FF9651;
}
.about_contents {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left: 1px dotted #FF9651;
}
.about_contents2 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left: 1px dotted #FF0000;
}
