@charset "shift_jis";
txt_small_black {
	font-size: small;
}
.txt_small_balck {
	font-size: x-small;
	color: #000;
}
.txt_x-small-red {
	font-size: x-small;
	color: #F00;
}
.center {
}
.txt_skyblue_nomal {
	color: #69C;
	font-weight: bold;
}
.txt_red_nomal {
	color: #F00;
}
.txt_large_green_bold {
	font-size: large;
	color: #093;
}
.txt_md_blue_nomal {
	font-size: medium;
	color: #00F;
}
.txt_md_gree_bold {
	color: #096;
	font-weight: bold;
}
.txt_orange_m_bold {
	color: #F60;
	font-weight: bold;
	font-size: medium;
}
.txt_aquablue_md_bold {
	color: #69C;
	font-size: medium;
	font-weight: bold;
}
txt_md_green_bold {
	color: #096;
}
.txt_darkBlue_nomal {
	color: #069;
}
.txt_balck_bold {
	font-weight: bold;
}
.txt_darkBlue_bold {
	font-weight: bold;
	color: #069;
}
txt_Xlarge_red {
	font-size: x-large;
}
.txt_xlarge_red_bold {
	color: #F00;
	font-size: x-large;
	font-weight: bold;
}
.txt_midBlue_Xlarge_BOLD {
	font-size: x-large;
	color: #069;
	font-weight: bold;
}
.txt_x_large_green_bold {
	font-size: x-large;
	color: #090;
	font-weight: bold;
}.txt_Large_black_bold {
	font-size: large;
	color: #000;
	font-weight: bold;
}
.txt_red_bold {
	color: #F00;
	font-weight: bold;
}
.txt_x_large_impact_blue {
	font-size: x-large;
	color: #069;
}
.txt_x_large_broun_bold {
	font-size: x-large;
	font-weight: bold;
	color: #930;
}
.txt_Large_brown {
	font-size: large;
	color: #930;
}
.txt_Large_darkblue {
	font-size: large;
	color: #069;
}
.txt_Large_black {
	font-size: large;
}

.fixed {
  width:  180px;
  height: 80px;
  position: fixed;

}