body {  /* 本文 */
	background-color: #3B2627;  /* by EAST */
	color: #FFFFFF;  /* white */
	font-size: small;
	line-height: 150%;
	margin: 1em 10% 0em 10%;
}


/* 論理構造に関する要素の設定 */

h1 {  /* 章見出し */
	background-color: #3B2627;  /* by EAST */
	color: #DB7093;  /* palevioletred */
		/* #EE7799 */
	font-size: xx-large;
	text-align: center;
}
h2 {  /* 節見出し */
	border-top: groove #90EE90;  /* lightgreen */
	font-size: small;
	font-weight: bold;
	margin-bottom: 0ex;
	padding: 3px;
}
h3 {  /* 項見出し */
	margin: 1ex 0ex 0ex 0ex;
	padding: 0em 0em 0em 3em;
}


/* 文章の構成要素に関する設定 */

p {  /* 段落 */
	font-size: 90%;
	margin: 0em;
	text-indent: 1em;
}

ol, ul {  /* リスト */
	line-height:120%;
	margin: 0em;
}

img {  /* 画像 */
	border-style: none;
}

address {  /* 連絡先 */
	font-size: x-small;
}

em {  /* 強調箇所 */
	background-color: #3B2627;  /* by EAST */
	color: #EE82EE;  /* violet */
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
}

/* リンク関連の設定 */

a:link {  /* 未読 */
	background-color: #3B2627;  /* by EAST */
	color: #F5FFFA;  /* mintcream */
		/* #CCFFEE */
	text-decoration: underline;
}
a:visited {  /* 既読 */
	background-color: #3B2627;  /* by EAST */
	color: #FFDAB9;  /* peachpuff */
		/* #FFDDCC */
	text-decoration: none;
}
a:active {  /* 選択 */
	background-color: #3B2627;  /* by EAST */
	color: #DCDCDC;  /* gainsboro */
		/* #DDDDDD */
	text-decoration: none;
}
a:hover {  /* 候補 */
	background-color: #3B2627;  /* by EAST */
	color: #FFB6C1;  /* lightpink */
		/* #FFAACC */
	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;
}
.indent { /* インデント */
	padding-left: 3em;
}


/* テキストのスタイル */

.b {  /* ボールド体 */
	font-weight: bold;
}
.i {  /* イタリック体 */
	font-style: italic;
}
.bi {  /* ボールドイタリック体 */
	font-style: italic;
	font-weight: bold;
}
.smaller {  /* 文字サイズを小さくする */
	font-size: smaller;
}
.larger { /* 文字サイズを大きくする */
	font-size: larger;
}


/* 仕切り線 */

.hr {  /* 水平線 */
	margin: 1ex 0ex;
	text-align: center;
	text-indent: 0em;
}


/* その他の設定 */

.title {  /* タイトル */
	background-color: #3B2627;  /* by EAST */
	color: #FFFFFF;  /* white */
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
