* {
	font-family: Arial, Verdana, sans-serif;
}

body {
	background-color: #E4E4E4;
	margin-bottom: 18px;
	font-size: 12px;
	/* overflow: hidden; */
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

a, a:visited, a:active {
	color:#666;
	text-decoration:none;
}

a:hover {
	color:#F60;
	text-decoration:none;
}

a.txt-lnk, a.txt-lnk:visited, a.txt-lnk:active	{
	padding-left:11px;
	padding-right:11px;
	background: url(../img/link_arrow.gif) no-repeat 1px 5px;
	text-decoration: none;
	color:#527BB9;
	display: block;
    font-weight: bold;
}

a.txt-lnk:hover {
	padding-left:11px;
	padding-right:11px;
	background: url(../img/link_arrow_hi.gif) no-repeat 1px 5px;
	text-decoration: none;
	color:#FF6600;
	display: block;
}






div#logo {
	top: 16px;
	left: 36px;
	width: 98px;
	height: 71px;
	position: absolute;
	z-index: 1;
}

div#cclass {
    top: 61px;
    left: 693px;
    width: 300px;
    position: absolute;
    text-align: right;
    z-index: 1;
}   

div#quicknavi {
	top: 1px;
	left: 169px;
	position: absolute;
	z-index: 2;
}
a.quickaccess, a.quickaccess:visited, a.quickaccess:active {
	padding-left:9px;
	padding-right:11px;
	font-size:10px;
	background: url(../img/linkarrow_lo.gif) no-repeat 1px 4px;
	display: inline;
}

a.quickaccess:Hover, a.quickaccess-hi, a.quickaccess-hi:visited, .quickaccess-hi {
	padding-left:9px;
	padding-right:11px;
	font-size:10px;
	background: url(../img/linkarrow_hi.gif) no-repeat 1px 4px;
	color:#F60;
	display: inline;
}

div#content {
	width: 1000px;
	height: 450px;
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 100px;
}

div#content_flasherror {
	background-color: #000000;
	display: none;
	width: 1000px;
	height: 450px;
	position: absolute;
	color:#666;
	z-index: 3;
	left: 0px;
	top: 100px;
	background: url(../img/bg.jpg) no-repeat;
    color: #FFF;
}

div#content_flasherror div {
	padding: 125px 25px 25px 142px;
	height: 265px;
}

div#content_flasherror div#flasherror_note {
	padding: 0px 25px 0px 142px;
	font-size: 11px;
	height: 25px;
}

div#content_flasherror div#flasherror_note a {
	text-decoration: underline;
    color: #FFF;
}

div#funcnav {
	top: 550px;
	left: 0px;
	position: absolute;
	z-index: 10000; /* always on top */
	width: 1000px;
}

table.funcnav {
	background-color: #D1D1D1;
	width: 1000px;
}

td.funcnav_splitter {
	width: 1px;
	background-color: #E4E4E4;
}

td.funcnav {
	padding-left: 9px;
	padding-right: 9px;
	font-size:10px;
	text-decoration:none;
	color: #B2B2B2;

	white-space: nowrap;
}

td.funcnav a, td.funcnav a:visited, td.funcnav a:active {
	font-size: 10px;
	display: inline;
}

td.funcnav a:hover {
	font-size: 10px;
	display: inline;
}
