body {  /* 本文 */
	background-color: #416990;  /* by EAST */
	color: #FFFFFF;  /* white */
	font-size: small;
	line-height: 150%;
	margin: 1em 10% 0em 10%;
}


/* 論理構造に関する要素の設定 */

h1 {  /* 章見出し */
	font-size: x-large;
	text-align: center;
	text-indent: 0em;
}
h2 {  /* 節見出し */
	background-color: #416990;  /* by EAST */
	border-left: double #E0FFFF;  /* lightcyan */
	border-top: double #E0FFFF;  /* lightcyan */
	clear: both;
	color: #EE82EE;  /* violet */
	font-size: medium;
	font-weight: bold;
	line-height: 150%;
	padding: 3px;
}
h2.profile {  /* profile.html用節見出し */
	background-color: #416990;  /* by EAST */
	border: none;
	color: #FFFFFF;  /* white */
	font-size: large;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}
h3 {  /* 項見出し */
	text-align: center;
}


/* 文章の構成要素に関する設定 */

p {  /* 段落 */
	font-size: small;
	margin: 0em;
	text-indent: 1em;
}
ul {  /* リスト */
	line-height: 120%;
	list-style-type: square;
	margin-top: 0em;
}

img {  /* 画像 */
	border-style: none;
}

address {  /* 連絡先 */
	font-size: x-small;
	margin-left: 10%;
}

em {  /* 強調箇所 */
	background-color: #416990;  /* by EAST */
	color: #FFD700;  /* gold */
	font-style: normal;
	font-weight: bold;
}


/* リンク関連の設定 */

a:link {  /* 未読 */
	background-color: #416990;  /* by EAST */
	color: #F5DEB3;  /* wheat */
	text-decoration: underline;
}
a:visited {  /* 既読 */
	background-color: #416990;  /* by EAST */
	color: #FFA07A;  /* lightsalmon */
		/* #FA8072(salmon) */
	text-decoration: none;
}
a:active {  /* 選択 */
	background-color: #416990;  /* by EAST */
	color: #EE82EE;  /* violet */
	text-decoration: none;
}
a:hover {  /* 候補 */
	background-color: #416990;  /* by EAST */
	color: #E0FFFF;  /* lightcyan */
	text-decoration: none;
}

.navi {  /* ナビゲーション */
	border: double #FFD700;  /* gold */
		/* #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;
}


/* 書誌情報の設定 */

.title {  /* 書名 */
	font-weight: bold;
}
.pretitle {  /* 冠称 */
	font-size: smaller;
}
.edition, .subtitle, .series {  /* 版, 副題, シリーズ */
	font-size: smaller;
	font-weight: normal;
}


/* その他の設定 */

.logo {  /* ウェブ用ロゴ */
	float: left;
}
.date {  /* 日付 */
	font-size: small;
	text-align: center;
	text-indent: 0em;
}
.hako {  /* 仕切り */
	background-color: #416990;  /* by EAST */
	color: #B0C4DE;  /* by EAST */
	margin: 1em;
	text-align: center;
	text-indent: 0em;
}
