@charset "utf-8";

a:link {
	color: crimson;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: crimson;
}
a:hover {
	text-decoration: none;
	color: #154FD5;
}
a:active {
	text-decoration: none;
	color: crimson;
}
.text_index {
	font-size: 14px;
	color: #3b7960;
	font-weight: bold;
}
.text_index_2 {
	font-size: 12px;
	color: #3b7960;
	font-weight: bold;
}
.background_index {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	background-color: #97a791;
	font-style: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}
.text {
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #333333;
	background-color: #FFFFFF;
}
.text_black {
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	background-color: #000000;
}
.text_2 {
	font-size: 12px;
	font-weight: bold;
}
.border {
	border-bottom-style: double;
	border-bottom-color: #74325c;
	font-size: 12px;
	margin: 10px;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.q_and_a_text_2 {
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 16px;
	font-size: 10px;
}
.comics {
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #C0C9BC;
	font-weight: bold;
}
.space {
	padding-top: 1px;
	padding-bottom: 1px;
}

