body {
	color: #000;
	background-color: #FFF;
}
h4 {
	color: #FFF;
	background-color: #69C;
	text-align: center;
	vertical-align: middle;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	width: 95%;
	padding: 2px;
	margin: 0px;
	border-right-style: dotted;
	border-left-style: dotted;
}
.HR_m1 {
	width: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BF0000;
}
.table_memu {
	background-color: #366;
	border: thin solid #663;
}
.table_memu tr th {
	border-left-width: 15px;
	border-left-style: double;
	border-left-color: #CFF;
	color: #FFF;
	text-align: left;
}
.table_memu tr td_j {
	background-color: #FFF;
}
.table_memu tr td {
	background-color: #FFF;
}
.HR_solid {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C00;
}
ul_nav {
	background-color: #FFF;
}
.UL_nav {
	list-style-type: none;
	list-style-position: inside;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 1px;
}
.UL_nav li a {
	background-color: #FFF;
	color: #999;
	text-decoration: none;
	display: block;
	width: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	padding-left: 5px;
}
.UL_nav li {
	margin-bottom: 5px;
}
.UL_nav li a:hover {
	color: #FFF;
	background-color: #666;
}
#navi {
	background-color: #CCF;
	height: 100%;
	width: 100%;
	margin: 0px;
}
