@charset "shift_jis";
/* CSS Document */

/*----------------------- font -------------------*/

.t_txt16 {
	font-size: 16px;
	color: #000000;
	font-weight:bold;
	margin-bottom: -10px;
}

.txt11 {
	font-size: 11px;
}

.txt12 {
	font-size: 12px;
}

.txt_red {
	color: #F00;
}

.txt16 {
	font-size: 16px;
}

.txt16r {
	font-size: 16px;
	color: #F00;	
}

.txt16bu_b {
	font-size: 16px;
	color: #00F;
	font-weight: bold;
}

.txt16bu_b_i {
	font-size: 16px;
	color: #000080;
	font-weight: bold;
	font-style:italic;
}

.txt16b_b {
	font-size: 16px;
	color: #000000;
	font-weight:bold;
}

.txt16r {
	font-size: 16px;
	color: #FF0000;
}

.txt18bu {
	font-size: 18px;
	color: #000080;
}


.txt18bu_b {
	font-size: 18px;
	color: #003399;
	font-weight: bold;
}

.txt18br_b {
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
}

.txt18 {
	font-size: 18px;
}


.txt18_b {
	font-size: 18px;
	font-weight: bold;
}

.txt18r {
	font-size: 18px;
	color: #FF0000;
}

.txt20re_b {
	font-size:20px;
	color: #FF0000;
	font-weight:bold;
}

.txt24re_b {
	font-size:24px;
	color: #FF0000;
	font-weight:bold;
}

.txt24b_b {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	
}

.txt24bu_b {
	font-size: 24px;
	color: #039;
	font-weight: bold;
}

.txt32b_b {
	font-size: 32px;
	color: #000000;
	font-weight: bold;
}

.txt36bu_b {
	font-size: 36px;
	color: #039;
	font-weight: bold;
}

/*------- サイドボタンリンク　文字間調整用 -------------------*/

.mojikan {
	letter-spacing: -0.1em;
}

