html, body {
	height: 100%;
}
body {
	display: table;
}a.top{ text-decoration:none; color:#000000; font-size:13px;}
a.top:hover{ text-decoration:underline;color:#000000; font-size:13px;}
a.naviLink:active
{
   font-family : Verdana, Arial;
   font-size : 9pt;
   color : #CCCCCC;
   font-weight : bold;
   text-decoration : none;line-height :12pt;
}

a.naviLink:hover
{
   font-family : Verdana, Arial;
   font-size : 9pt;
   color : #e9e97e; /* ffffcf */
   font-weight : bold;
   text-decoration : none;line-height :12pt;
}

a.naviLink
{
   font-family : Verdana, Arial;
   font-size : 9pt;
   color : #FFFFCC;
   font-weight : bold;
   text-decoration : none;line-height :12pt;
}
#leftCol {
	display: table-cell;
	width: 203px;
	height: 100%;
	float: left;
}
#leftNavi {
	vertical-align: middle;
	margin-top: 50%;
}
#mainContent {
	position: absolute;
	left: 210px;
	top: 20px;
}
.clr {
	clear: both;
}