span {
	color :	#ff0000;
	font-weight : bold
}
/* 本文 */
body {
	background-color : #ffffff
}
div.honmon {
	line-height : 1.6em
}
/* 強調 */
.bold {
	font-style : normal;
	font-weight : bold
}

.italic {
	font-style : italic
}

.under {
	font-style : normal;
	font-decoration : underline
}

.bolita {
	font-style : italic;
	font-weight : bold
}

.bolund {
	font-style : normal;
	font-weight : bold
	font-decoration : underline
}
/* 囲みケイ内のマージン */
table.kakomi td {
	padding : 8px;
}
/* 帯の設定 */
.obi .top	{
		text-align : left;
		font-weight : bold
}
.obi .bottom	{
		text-align : right;
		font-weight : bold
}
/* 帯の色 */
.hajimeni .obi	{
		background-color : #ffff99;
}
.saigai .obi	{
		background-color : #99ff99;
}
.part1 .obi	{
		background-color : #99ccff;
}
.part2 .obi	{
		background-color : #ffcc99;
}
.sect1 .obi	{
		background-color : #cc99ff;
		text-align : right;
}
.sect2 .obi	{
		background-color : #cc99ff;
		text-align : right;
}
