body {  /* 本文 */
	background-color: #FFF0F0;  /* lavenderblush */
		/* FFEEFF */
	color: #191970;  /* midnightblue */
		/* #559955 */
	font-size: small;
	line-height: 120%;
	margin: 1em 10% 0em 10%;
}


/* 論理構造に関する要素の設定 */

h1 {  /* 章見出し */
	background-color: #FFF0F0;  /* lavenderblush */
	color: #DC143C;  /* crimson */
	font-size: x-large;
	font-weight: bold;
	margin: 1ex 0ex;
	text-align: center;
	text-indent: 0em;
}
h2 {  /* 節見出し */
	/* clear: both; */
	font-size: large;
	margin: 1em 0ex 1ex 0ex;
	text-align: center;
	text-indent: 0em;
}
h3 {  /* 項見出し */
	font-size: medium;
	margin: 1em 0em 0em 0em;
}


/* 文章の構成要素に関する設定 */

p {  /* 段落 */
	font-size: small;
	margin: 0em;
	text-indent: 1em;
}
ol, ul {  /* リスト */
	font-weight: bold;
	margin: 0em;
}

img {  /* 画像 */
	border-style: none;
}

address {  /* 連絡先 */
	font-size: x-small;
}

em {  /* 強調箇所 */
	font-size: larger;
	font-style: normal;
	font-weight: bold;
}


/* リンク関連の設定 */

a:link {  /* 未読 */
	background-color: #FFF0F0;  /* lavenderblush */
	color: #4169E1;  /* royalblue */
		/* #3333EE */
	text-decoration: underline;
}
a:visited {  /* 既読 */
	background-color: #FFF0F0;  /* lavenderblush */
	color: #48D1CC;  /* mediumturquoise */
		/* #44AAAA */
	text-decoration: none;
}
a:active {  /* 選択 */
	background-color: #FFF0F0;  /* lavenderblush */
	color: #3CB371;  /* mediumseagreen */
		/* #33CC55 */
	text-decoration: none;
}
a:hover {  /* 候補 */
	background-color: #FFF0F0;  /* lavenderblush */
	color: #9932CC;  /* darkorchid */
	text-decoration: none;
}

.navi {  /* ナビゲーション */
	border: double #DC143C;  /* crimson */
	margin: 1ex 0ex;
	padding: 3px;
	text-align: right;
	text-indent: 0em;
}


/* テキスト位置 */

.c {  /* 中央寄せ */
	text-align: center;
	text-indent: 0em;
}
.l {  /* 左寄せ */
	text-align: left;
	text-indent: 0em;
}
.r { /* 右寄せ */
	text-align: right;
	text-indent: 0em;
}


/* テキストのスタイル */

.b {  /* ボールド体 */
	font-weight: bold;
}
.i {  /* イタリック体 */
	font-style: italic;
}
.bi {  /* ボールドイタリック体 */
	font-style: italic;
	font-weight: bold;
}


/* 仕切り線 */

.hr {  /* 水平線 */
	margin: 1ex 0ex;
	text-align: center;
	text-indent: 0em;
}


/* 書籍情報関係 */

.isbn {  /* ISBN */
	font-size: smaller;
	font-weight: normal;
}
.series {  /* シリーズ */
	font-size: smaller;
	font-weight: normal;
}
.pretitle {  /* 冠称 */
	font-size: smaller;
}
.edition {  /* 版 */
	font-weight: normal;
}
.subtitle {  /* 副題 */
	font-size: smaller;
	font-weight: normal;
}
.author {  /* 著者情報 */
	font-size: smaller;
	font-weight: normal;
}