@charset "utf-8";
.content_color {
	float: none;
	padding: 0px;
	font-size: 16px;
	color: #960;
	font-weight: bold;
	background-repeat: no-repeat;
	height: 500px;
}
.content_color_green {
	float: none;
	background-repeat: repeat-y;
	padding: 0px;
	font-size: 16px;
	color: #360;
	font-weight: bold;
}
.content_color_blue {
	float: none;
	background-repeat: repeat-y;
	padding: 0px;
	font-size: 16px;
	color: #06C;
	font-weight: bold;
}

.content_color_red {
	float: none;
	background-repeat: repeat-y;
	padding: 0px;
	font-size: 16px;
	color: #C00;
	font-weight: bold;
}

.content_color_yallow {
	float: none;
	background-repeat: repeat-y;
	padding: 0px;
	font-size: 16px;
	color: #F30;
	font-weight: bold;
}

.content_color_pur {
	float: none;
	background-repeat: repeat-y;
	padding: 0px;
	font-size: 16px;
	color: #906;
	font-weight: bold;
}
