@charset "utf-8";
/*?@?t?H???g?X?^?C??
----------------------------------------------------------------*/

.underline {
	text-decoration: underline;
}
.bold_underline_130 {
	font-size: 130%;
	font-weight: bold;
	text-decoration: underline;
}
.bold_underline {
	text-decoration: underline;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.bold_130 {
	font-size: 130%;
	font-weight: bold;
}
.bold_180 {
	font-size: 180%;
	font-weight: bold;
}
.red {
	color: #F00;
	font-weight: bold;
}
.red_s {
	color: #F00;
}
.red_130 {
	font-size: 130%;
	color: #F00;
	font-weight: bold;
}

.bold_red_130 {
	font-size: 130%;
	font-weight: bold;
	color: #F00;
}
.bold_red_150 {
	font-size: 150%;
	font-weight: bold;
	color: #F00;
}

.bgyellow {
	background-color: #FF0;
}

.bold_bgyellow {
	font-weight: bold;
	background-color: #FF0;

}

.red_underline {
	color: #F00;
	text-decoration: underline;

}
.red_bgyellow {
	color: #F00;
	background-color: #FF0;
	font-weight: bold;
	background-repeat: no-repeat;
}
.red_bgyellow_130 {
	font-size: 130%;
	color: #F00;
	background-color: #FF0;
	font-weight: bold;
	background-repeat: no-repeat;
}
.red_underline_bold {
	color: #F00;
	font-weight: bold;
	text-decoration: underline;
}
.red_underline_bgyellow {
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
	background-color: #FF0;
}.teika {
	text-decoration: line-through;
}
