@charset "UTF-8";

/*　フォントスタイル
----------------------------------------------------------------*/



/*　アンダーライン系
----------------------------------------*/
.underline {
	text-decoration: underline;
}
.bold_underline {
	font-weight: bold;
	text-decoration: underline;
}
.bold_underline_130 {
	font-size: 130%;
	font-weight: bold;
	text-decoration: underline;
}


/*　太字系
----------------------------------------*/

.bold {
	font-weight: bold;
}
.bold_130 {
	font-size: 130%;
	font-weight: bold;
}


/*　赤文字系
----------------------------------------*/

.red {
	color: #F00;
}
.red_130 {
	font-size: 130%;
	color: #F00;
	font-weight: bold;
}
.bold_red {
	font-weight: bold;
	color: #F00;
}
.bold_red_130 {
	font-size: 130%;
	font-weight: bold;
	color: #F00;
}
.red_underline {
	color: #F00;
	text-decoration: underline;

}
.red_underline_bold {
	color: #F00;
	text-decoration: underline;
	font-weight: bold;

}


/*　黄色マーカー系
----------------------------------------*/

.bgyellow {
	background-color: #FF0;

}
.bold_bgyellow {
	font-weight: bold;
	background-color: #FF0;
}
.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_bgyellow {
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
	background-color: #FF0;
}
