@charset "ISO-8859-1";

/**
 * top.css
 * 
 * @version     2007/03/25 19:56:02
 */

/* common ---------------- */
html {
	height:100%;
}

body {
	height:100%;
	background: #fff;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
}

html>/**/body { font-size: 16px; line-height: normal; } /* except Win IE */

.txt10_13 { font-size: 0.625em; line-height: 1.3em; } * html .txt10_13 { font-size: 0.63em; } /* Hack for IE */

body , div {
	margin:0;
	padding:0;
}

ol, ul {
	list-style: none;
}

div#flashcontent {
	width:100%;
	height:92%;
}


/* clearfix ---------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* footer ---------------- */



.txt10_13 { font-size: 0.625em; line-height: 1.3em; } * html .txt10_13 { font-size: 0.63em; } /* Hack for IE */

#footer ul li a:link    { color: #787878; text-decoration: none; }
#footer ul li a:visited { color: #787878; text-decoration: none; }
#footer ul li a:hover   { color: #ca0014; text-decoration: underline; }
#footer ul li a:active  { color: #ca0014; text-decoration: underline; }

div#footer {
	position: relative;
	width:100%;
	background: #fff;
}
*:first-child+html div#footer{ margin-top:11px; }
* html div#footer { margin-top:11px; }

#footer p#footerDescription {
	position: absolute;
	top: -7px;
	right: 9px;
}
* html #footer p#footerDescription { top: -3px;}
*:first-child+html #footer p#footerDescription { top: -3px;}

#footer ul {
	position: absolute;
	top: 19px;
	left: 162px;
}

#footer ul li {
	float: left;
	padding: 0 6px;
	border-left:solid 1px #787878;
	line-height:1.1;
}

#footer p#sublogo {
	position: absolute;
	top: 11px;
	left: 18px;
}

#footer address {
	position: absolute;
	top: 46px;
	left: 19px;
}

*:first-child+html #footer p#sublogo {
	position: absolute;
	top: 17px;
	left: 18px;
}

* html #footer p#sublogo {
	position: absolute;
	top: 17px;
	left: 18px;
}

*:first-child+html #footer address {
	position: absolute;
	top: 36px;
	left: 19px;
}

* html #footer address {
	position: absolute;
	top: 36px;
	left: 19px;
}

