@charset "utf-8";
/* CSS Document */

/*　テキスト設定　*/
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.style01 {
	font-size: 11px;
	line-height:130%;
}
.style02 {
	font-size: 12px;
	line-height:140%;
}
.style03 {
	font-size: 14px;
	line-height:140%;
}
.style04 {
	font-size: 16px;
	line-height:140%;
}
.style05 {
	font-size: 18px;
	line-height:140%;
}
.style06 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/*　余白設定　*/

.mtop10 {
	margin-top: 10px;
}
.mtop20 {
	margin-top: 20px;
}
.mtop40 {
	margin-top: 40px;
}
.mtop80 {
	margin-top: 80px;
}
.mleft20 {
	margin-left: 20px;
}
/*　テキストカラー設定　*/
.red {
	color: #CC0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
