h2{
	display: block;
	font-size: 1.1em;
	text-align: left;
	margin-left: 40px;
	color: Maroon;
	font-weight: bold;
}
h3{
	display: block;
	font-size: 1em;
	text-align: left;
	margin-top: 25px;
	margin-left: 40px;
	color: Maroon;	
}
table.item-table{
	border: 2px Black solid;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
table.item-table td{
	padding: 8px 5px;
	font-size: 0.8em;
	font-family: sans-serif;
	vertical-align: middle;
}
table.item-table td.left-top{
	border-right: 1px Black solid;
	width: 130px;
	background-color: Gray;
	color: White;
	font-weight: bold;
	text-align: center;
}
table.item-table td.right-top{
	background-color: Gray;
	color: White;
	font-weight: bold;
	text-align: center;
}
table.item-table td.left{
	border-right: 1px Black solid;
	border-top:  1px Black solid;
	width: 130px;
	background-color: #FFE4C4;
	color: Black;
	text-align: center;
}
table.item-table td.right{
	border-top:  1px Black solid;
	line-height: 160%;
	padding-left: 1em;
	color: Maroon;
}
/*
 height setting
 */
div#all #left-side{
	height: 1450px;
	_height: 1390px;
}
div#all #right-side{
	height: 1450px;
	_height: 1390px;
}