
body {
	color: #0f3700;
	background-color: #f0ffe6;
}

.title {
	font-size : x-large;
	font-weight: bold;
	color : #009900;
}

.subTitle {
	font-weight: bold;
	color : #009900;
}

.warning {
	font-weight: bold;
	color : #ff0000;
}

.emTitle {
	font-weight: bold;
}

.left {
	text-align : left;
	margin-left : 0;
	margin-right : auto;
}

.right {
	text-align : right;
	margin-left : auto;
	margin-right : 0;
}

.center {
	text-align : center;
}

/* 上寄せ */
.top {
	vertical-align : top;
}

/* フィールド名 */
.field {
	width : 120px;
}

/* 左側インデント無し */
.listNoneIndent {
	padding-left: 1em;
	margin-left: 1em;
}

/* 左側インデント無し */
.Indent {
	padding-left: 1em;
	margin-left: 1em;
}

.emTitle li ol, .fontNomal {
	font-weight: normal
}

/* アンダーライン */
.underline {
 text-decoration: underline;
}

/* アンダーライン */
.underlineWave {
 text-decoration: underline wavy;
}
