/*========== float関連 ==========*/
.float_l{
	float:left;
}
.float_r{
	float:right;
}
/*========== align関連 ==========*/
.align_l{
	text-align:left;
}
.align_r{
	text-align:right;
}
.align_c{
	text-align:center;
}
/*========== clear関連 ==========*/
.clear_l{
	clear:left;
}
.clear_r{
	clear:right;
}
.clear{
	clear:both;
}

.clearfix{
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/*========== インデント関連 ==========*/
.burasage_05{
	margin-left: 0.5em;
	text-indent:-0.5em;
}
.burasage_1{
	margin-left: 1em;
	text-indent:-1em;
}
.burasage_15{
	margin-left: 1.5em;
	text-indent:-1.5em;
}
.burasage_2{
	margin-left: 2em;
	text-indent:-2em;
}

.jisage_1{
	text-indent : 1em;
}

.jisage_2{
	text-indent : 2em;
}



