.float_left {
	float:left;
}

.float_right {
	float:right;
}


/* -- TXT STYLE -- */

#bg_c_b a:link {	font-size: 10px; color: #FFFFFF; text-decoration: none;}
#bg_c_b a:visited {	font-size: 10px; color: #FFFFFF; text-decoration: none;}
#bg_c_b a:active {	font-size: 10px; color: #FCC700; text-decoration: none;}
#bg_c_b a:hover {	font-size: 10px; color: #FCC700; text-decoration: none;}


.navi a:link {	font-size: 12px; line-height: 29px; color: #1D1D1D; text-decoration: none;}
.navi a:visited {	font-size: 12px; line-height: 29px; color: #1D1D1D; text-decoration: none;}
.navi a:active {	font-size: 12px; line-height: 29px; color: #FFFFFF; text-decoration: none;}
.navi a:hover {	font-size: 12px; line-height: 29px; color: #FFFFFF; text-decoration: none;}

.navi .white {	font-size: 12px; line-height: 29px; color: #FFFFFF; text-decoration: none;}


a:link {	font-size: 12px; color: #0F3193; text-decoration: none;}
a:visited {	font-size: 12px; color: #0F3193; text-decoration: none;}
a:active {	font-size: 12px; color: #FC9400; text-decoration: none;}
a:hover {	font-size: 12px; color: #FC9400; text-decoration: none;}

.t_large{
	font-size:16px;
	color:#000000;
}

.t_large_b{
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

.t_normal{
	font-size:12px;
	color:#000000;
}

.t_normal_b{
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

.t_small{
	font-size:10px;
	color:#000000;
}

.t_small_b{
	font-size:10px;
	color:#000000;
	font-weight:bold;
}
	

.t_large_w{
	font-size:16px;
	color:#FFFFFF;
}

.t_large_b_w{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin-left: 20px;
}

.t_normal_w{
	font-size:12px;
	color:#FFFFFF;
	padding-right: 15px;
}

.t_normal_w_user{
	font-size:12px;
	color:#FFFFFF;
}


.t_normal_b_w{
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

.t_small_w{
	font-size:10px;
	color:#FFFFFF;
	padding-right: 15px;
}

.t_small_b_w{
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
}

/* -- float clear -- */
.c-both{
	clear:both;
}
