body{
    color               :black;
    background-color    :white;
	width				: 640px;
}

/* 各章 */
.section
{
	font-size			:120%;
	color				:red;
	font-weight			:bold;
	border-bottom		:2px solid;
	border-color		:gray;
}

/* タイトル */
.pagetitle
{
	font-size			:150%;
	color				:navy;
	font-weight			:bold;
}

/* 本文 */
.text
{
	margin-left			:1em;
}

/* 画像のキャプション */
div.caption
{
	text-aline			:center;
}
