@charset "utf-8";
/* CSS Document */

#about-banner-contain {
	float: left;
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
#about-banner-header-title {
	background-color: #B71662;
	float: left;
	height: 23px;
	width: 480px;
	font-size: 21px;
	padding: 10px;
}
#about-banner-contain-img {
	float: left;
	height: 156px;
	width: 500px;
}
#about-contain-left {
	float: left;
	width: 318px;
	padding-bottom: 11px;
	margin-right: 11px;
	font-size: 13px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #B71662;
	padding-top: 10px;
}
#about-contain-right {
	float: left;
	width: 159px;
	padding-bottom: 11px;
}
.about-title-text {
	font-size: 25px;
}
.about-pink-text {
	color: #CE78A7;
	font-weight: bold;
	font-size: 15px;
}

.about-pink-text-small {
	color: #CE78A7;
}