.MainFrame {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	background-image: url(image/bg.png);
	background-repeat: repeat-y;
}
.HeaderBlock {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
	background-image: url(image/bg_top.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	float: left;
}
.HeaderFrame {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	float: left;
	clear: both;
}
.DBInfoBlock {
	float: right;
	clear: right;
	margin-right: 4px;
}
.EasySearchBlock {
	float: right;
	clear: right;
	width: auto;
	white-space: nowrap;
	margin-right: 4px;
}
.SepaGreenBar {
	background-image: url(image/sepa_greenbar.gif);
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 100%;
	float: left;
	clear: both;
}
.LeftMenuFrame {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 160px;
}
.LeftMenuUL {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.LeftMenuUL li {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 18px;
}
.LeftMenuLIHead {
	background-color: #66CC33;
	background-image: url(image/allow_down.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
.LeftMenuLIClass {
	background-color: #CCFF99;
	background-image: url(image/allow_right.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
.LeftMenuLI {
	background-color: #FFFF99;
	background-image: url(image/allow_down.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
.ContentsFrame {
	margin-left: 170px;
	letter-spacing: 1px;
	font-size: 12px;
}
.FooterBlock {
	margin: 0px;
	width: 100%;
	background-image: url(image/bg_top.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	clear: both;
	text-align: center;
	padding-top: 16px;
}
.RibonG {
	background-image: url(image/ribon_green.png);
	background-repeat: repeat-y;
	color:#000000;
	font-weight:bold;
	letter-spacing: 2px;
	font-size: 18px;
	line-height: 1.5;
	text-indent: 16px;
}
.RibonY {
	background-image: url(image/ribon_yellow.png);
	background-repeat: repeat-y;
	color:#000000;
	font-weight:bold;
	letter-spacing: 2px;
	font-size: 18px;
	line-height: 1.5;
	text-indent: 16px;
	background-color: #FFFF99;
}
.GreenStrongFonts {
	color: #006600;
	font-size: 18px;
	font-weight: bold;
}
.DBListStyle {
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 4px;
}
.DataCodeFont {
	font-size: 10px;
	color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.GreenBack {
	background-color: #CCFFCC;
	font-weight: bold;
}
.PinkBack {
	background-color: #FFCCCC;
	font-weight: bold;
}
.YellowBack {
	background-color: #FFFFCC;
	font-weight: bold;
}
.OrangeBack {
	background-color: #FFCC99;
	font-weight: bold;
}
.LineHeight120perc {
	line-height: 1.2;
	font-size: 12px;
}
.LeftMargin16px {
	padding-left: 16px;
	padding-bottom: 4px;
}

div.HeaderFrame h1 {
	display: none;
}
