@charset "shift_jis";

/* size,margin,color,
---------------------------------------------------- */

.f10 {
	font-size: 10px;
}
.f14 {
	font-size: 14px;
}
.t_spc {
	margin-top: 10px;
}
.t_spc2 {
	margin-top: 22px;
}
.t_spc3 {
	margin-top: 36px;
}
.b_spc {
	margin-bottom: 12px;
}
.b_spc2 {
	margin-bottom: 20px;
}
.l_spc {
	margin-left: 12px;
}
.l_spc2 {
	margin-left: 24px;
}
.r_spc {
	margin-right: 12px;
}

.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.clr {
	clear: both;
}
.clr p {
	text-indent: -10000px;
	font-size: 0px;
}
.bold {
	font-weight: bold;
}
.top_txt {
	font-size: 12px;
	color: #CCCCCC;
	padding-left: 25px;
	line-height: 250%;
}
.black {
	color: #000000;
}
.red {
	color: #FF0000;
}
.indent {
	text-indent: -10000px;
	font-size: 0px;
}
