H3{
	width: 100%;
	color: white;
	font-weight: bold;
	background-color: lightblue;
	border-top: 1px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-bottom: 1px solid blue;
}
H4{
	color: blue;
}
H5{
	width: 100%;
	color: white;
	font-weight: bolder;
	text-align: center;
	background-color: lightgreen;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.menu_waku{
	border-collapse: separate;
	border-spacing: 10px;
	border: 0px;
}
td.menu_waku{
	vertical-align: top;
	background-color: white;
	border-top: 1px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-bottom: 1px solid blue;
}
table.menu{
	width: 100%;
}
td.menu{
	font-weight: bold;
	font-color: white;
	text-align: center;
	background-color: lightblue;
	font-size: larger;
	border-top: 1px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-bottom: 1px solid blue;
	margin-left: 2em;
	margin-right : 1em;
}
td.menu_tips{
	font-color: gray;
	font-size: smaller;
	width: 10em;
}
td.menu_tips2{
	font-color: gray;
	font-size: smaller;
	width: 22em;
}
table.capter_cell{
	width: 94%;
	padding: 0px;
}
table.capter{
	width: 100%;
	background-color: white;
	border-top: 1px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-bottom: 1px solid blue;
}
td.capter_head{
	text-align: right;
}
td.capter_title{
	width: 100%;
	color: white;
	font-weight: bold;
	font-size: larger;
	text-align: center;
	background-color: lightsteelblue;
	border-top: 1px solid blue;
	border-left: 24px solid green;
	border-right: 1px solid blue;
	border-bottom: 1px solid blue;
}
td.capter{
	padding: 1em;
	border-top: 0px solid blue;
	border-left: 0px solid blue;
	border-right: 0px solid blue;
	border-bottom: 0px solid blue;
}
td.subtitle{
	color: white;
	font-size: smaller;
	font-weight: bolder;
	text-align: center;
	background-color: lightgreen;
}
	
DIV.ind{
	margin-left: 2em;
	margin-right : 1em;
}
DIV.ext{
	margin-left: 1em;
	margin-right: 1em;
	background-color: lavender;
}
LI.ext{
	background-color: lavender;
}
table.form{
	background-color: aquamarine;
}
table.cont{
	background-color: lightcyan;
}
td.caption{
	BACKGROUND-COLOR: lightblue;
	font-weight: bolder;
	text-align: right;
}
p.error{
	color:red;
}
TH{
  background-color : silver;
}
TD.union_l{
	padding-left: 8px;
	font-weight: bold;
	font-size: larger;
	border-right: 0px;
	text-align: right;
}
TD.union_r{
	border-left: 0px;
	text-align: left;
}
TEXTAREA.data{
	width: 600px;
	height: 200px;
}
DT{
	font-weight: bold;
}
