
/* body */
body {
	font-size: medium;
	background-color: #ffffff;
	color: #000000;
}

/* リンク */
a:link {
	color: #1A2F00;
	text-decoration: underline;
}
a:visited {
	color: #1A2F00;
	text-decoration: underline;
}
a:hover {
	color: #3E693F;
	text-decoration: underline;
}
a:active {
	color: #3E693F;
	text-decoration: underline;
}

/* タイトル */

span.comment {
	font-size: medium;
}

span.imagetitle {
	font-size: small;
	font-weight: bold;
}

span.chapter {
	font-size: medium;
	font-weight: bold;
	color: #B33030;
}

span.section {
	font-size: medium;
	font-weight: bold;
	color: #B0554E;
}

span.title {
	font-size: medium;
	font-weight: bold;
}

/* テーブル */

td {
	font-size: medium;
}

td.commonbgcolor01 {
	background-color: #666666;
}

td.commonbgcolor02 {
	background-color: #FFFFFF;
}

/* フッター */
td.footer {
	text-align: center;
	font-size: x-small;
}

