
/*
#fla { height: 100%;}

#container {
	position: absolute;
	top:0;
	min-height: 770px;
}

#wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {
	padding-bottom: 104px;
}
#txt {
	width: 100%;
	position: relative;
	margin-top: -104px;
	background: #444444;
	height: 104px;
}
*/
ul,li,dt,dd,img {
	margin:0;
	padding:0;
	list-style:none;
}
img {
	border:none;
}
* {margin:0;padding:0;} 
html, body, #wrap, #all, #contents {height: 100%;}
#all {position:relative}

#fla {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
}

#contents {
}
body > #wrap {height: auto; min-height: 100%;}
#main {
	height: 562px;
	padding-bottom: 104px;
}
#footer {
	width:100%;
	position: relative;
	margin-top: -104px;
	height: 104px;
	background:transparent url(images/bg_brfooter.gif) center bottom repeat-x;
}

#footer #footmain {
	position:relative;
	width: 1012px;
	height: 104px;
	margin: 0 auto;
	background:transparent url(images/bg_brfootmain.gif) center bottom no-repeat;
}
#footer #footmain div { position:absolute; }

#footer #footmain div.bnr01 { top:16px; left:311px; }
#footer #footmain div.bnr02 { top:16px; left:514px; }
#footer #footmain div.bnr03 { top:16px; left:213px; }
#footer #footmain div.bnr04 { top:16px; left:413px; }
#footer #footmain div.bnr05 { top:16px; left:613px; }
#footer #footmain div.lnk01 { top:88px; left:10px; }
#footer #footmain div.lnk02 { top:88px; left:107px; }
#footer #footmain div.copyright { top:88px; left:787px; }


/*
#footer #footmain {
	width: 1012px;
	height: 104px;
	margin: 0 auto;
	background:transparent url(images/bg_brfootmain.gif) center bottom no-repeat;
}

#footer #footmain .bannerarea {
	width:1012px;
	padding-top:16px;
	text-align:center;
}
#footer #footmain .bannerarea ul {
	text-align:center;
}
#footer #footmain .bannerarea ul li { display:inline; margin-left:10px; }
#footer #footmain .lnkarea {
	width:992px;
	margin:10px 0 0 10px;
}
#footer #footmain .lnkarea .fleft {float:left; width:97px;}
#footer #footmain .lnkarea .fleft2 {float:left; width:52px;}
#footer #footmain .lnkarea .fright {float:right; width:215px;}
*/



/*-------------------------------------------------------------
 99) clearfix
-------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block;}

/* exclude MacIE5 \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* end MacIE5 */