/*	全体	*/
body {
	background-color: white;
	line-height: 1.6em;
}

/*	タイトル	*/
.title {
	line-height: 1.8em;
}	

/*  0倍下がり*/
.ind0 {
	margin-left: 1em;
	text-indent: 0em;
}

/*  0倍下がり＋1倍下がり*/
.ind01 {
	margin-left: 1em;
	text-indent: -1.5em;
}

/*  1倍下がり*/
.ind1 {
	margin-left: 1em;
	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;
}

/*  表*/
.hyo {
	margin-left: 2em;
	line-height: 1.6em;
}

/*  参考*/
.sankou {
	margin-left: 2em;
	text-indent: -1em;
}

/*  EOF */
<LINK rel="stylesheet" type="text/css" href="style.CSS">
.ind02 {  line-height: 1.6pt; margin-left: 2em}
.ind02 { margin-left: 2em; }
