/*	全体	*/
body {
	background-color: white;
	line-height: 1.8em;
; height: 1.8em; clip:  rect(   )
}

/*  0倍下がり*/
.ind0 {
	margin-left: 0em;
	text-indent: 0em;
; line-height: 1.8em
}

/*  0倍下がり＋1倍下がり*/
.ind01 {
	margin-left: 1em;
	text-indent: 0em;
; line-height: 1.5em
}

/*  1倍下がり*/
.ind1 {
	margin-left: 1em;
	text-indent: -1em;
}

/*  1行目1倍下がり＋以降2倍下がり*/
.ind02 {
	margin-left: 2.5em;
	text-indent: -1em;
}

/*  2倍下がり*/
.ind2 {
	margin-left: 2em;
	text-indent: -1em;
}

/*  3倍下がり*/
.ind3 {
	margin-left: 3em;
	text-indent: -1em;
}

/*  4倍下がり*/
.ind4 {
	margin-left: 4em;
	text-indent: -1em;
}

/*  EOF */
<link rel="stylesheet" href="style.css">