
/*	基本	*/
body {
	color: #000020;
	background: #F2F0F0 /* url(img/fude_c04.gif) repeat */;
}

a:link {
	color: #00007F;
}

a:visited {
	color: #3F003F;
}

a:active {
	color: #7F0000;
}

/*	テキスト	*/
div {
	font-family: serif;
	text-indent: 1em;
}

/*	辞書	*/
h3 {
	font: bold 1.2em serif;
	text-align: center;
	white-space: nowrap;
	margin-top: 2em;
	margin-bottom: 2em;
}

dt {
	font-size: 1.2em;
	font-style: monospace;
	font-weight: bold;
	color: #A00000;
}

dd {
	margin-bottom: 1em;
}

.type {
	font-style: monospace;
	font-size: 0.7em;
	text-indent: 0em;
}

.center {
	text-align: center;
	text-indent: 0em;
}

/*	テーブル	*/
table {
	border-style: outset;
	border-width: 2px;
	margin-top: 1em;
	margin-bottom: 1em;
}

th {
	border-style: inset;
	border-width: 1px;
	padding: 2px;
	text-align: center;
	white-space: nowrap;
}

td {
	border-style: inset;
	border-width: 1px;
	padding: 2px;
	text-align: left;
	white-space: nowrap;
}

td.value {
	text-align: right;
}

td.ex {
	text-indent: 1em;
	white-space: normal;
}

/*	修飾用	*/
.header {
	font-style: monospace;
	font-size: 0.8em;
	text-align: center;
	white-space: nowrap;
	margin-top: 1em;
	text-indent: 0em;
}

.title {
	margin-top: 3em;
	margin-bottom: 4em;
	text-align: center;
	white-space: nowrap;
	text-indent: 0em;
}

.intro {
	margin-top: 2em;
	margin-bottom: 3em;
	text-align: center;
	white-space: nowrap;
	text-indent: 0em;
}

.index {
	margin-top: 2em;
	margin-bottom: 3em;
	text-align: center;
	text-indent: 0em;
}

/*	イメージ	*/
img {
	border: none 0;
}

img.al {
	float: left;
}

img.ar {
	float: right;
}

