@charset "utf-8";

/*
◆◆◆フロート項目◆◆◆
*/

.f_left{
	float:left;
	}

f_right{
	float:right;
	}

.f_cl{
	clear:both;
}

/*
◆◆◆位置項目◆◆◆
*/
.p_left{
	text-align:left;
	}

.p_center{
	 text-align:center;
	 }
	
.p_right{
	text-align:right;
	}

/*
◆◆◆色項目◆◆◆
*/
.fontred{
	color:#FF0000;
	}

.fontblue{
	color:#0000FF;
	}

.fontgreen{
	color:#009900;
	}

.fontparple{
	color:#9900CC;
	}

/*
◆◆◆サイズ項目◆◆◆
*/
.f_s_10{
	font-size:10px;
	}

.f_s_12{
	font-size:12px;
	}

.f_s_14{
	font-size:14px;
	}
	
.f_s_16{
	font-size:16px;
	}

/*
◆◆◆ウェイト項目◆◆◆
*/
.f_w_b{
	font-weight:bold;
}