@charset "utf-8";
/********************************************

	URL       : http://www.cosmicbreak.kr/
	Copyright : CyberStep
	Name      : footer.css
	Ver       : 1.0
	file      : layout

 -----------------------------------------
	NOTE
 -----------------------------------------

 -----------------------------------------
	INDEX
 -----------------------------------------
	00. Footer
	    00-01. Footer-Layout
	    00-02. Corporation Logo
	    00-03. icon
	    00-04. trademark
	    00-05. address
	    00-06. Copyright

********************************************/

/* ==========================================
	00. Footer
========================================== */
/*  00-01. Footer-Layout
		-------------------------------*/
#footer {
	width: 850px;
	color: #fff;
	line-height: 150%;
	font-size: 92%;
	margin: 15px auto 30px;
	font-family: "新細明體, Verdana, Arial, Helvetica, sans-serif";
}
#footer_bg {
	clear: both;
	display: inline;
}
#footer_bg span {
	display: block;
	height: 200px;
	margin: -200px auto 0;
}

/*  00-02. Corporation Logo
		-------------------------------*/
#footer #company {
	text-indent: -9999px;
	background: url("/images/cs_logo.png") no-repeat 0 0;
	width: 0;
	height: 0;
	float: left;
	display: block;
	padding: 20px 110px;
	margin-left: 45px;
	overflow: hidden;
}

#footer #company a {
}
/*  00-03. icon
		-------------------------------*/

#footer #icon {
	float: left;
	background: url("/images/r6_icon.png") no-repeat 0 0;
	width: 45px;
	height: 45px;
	display: block;
	overflow: hidden;
	position: relative;
	top: -5px;
	right: 10px;
}

.fl ul li {
	float:left;
}

/*#footer #icon {
	float:right;
	background: url("/images/footer_sprite.png") no-repeat -238px 0;
	width:90px;
	height:0;
	display:block;
	padding-top:50px;
	overflow:hidden;
	margin:0 7px 5px 0;
	_margin:0 4px 5px 0;
}*/

/*  00-04. rating
		-------------------------------*/
#footer #rating {
	width: 300px;
	float: left;
	height: 50px;
	margin-top: -7px;
	display: block;
	color: #FFFFFF;
	font-size: 95%;
}

/*  00-05.  address
		-------------------------------*/
#footer #address { margin-left:20px;}

/*  00-06.  Copyright
		-------------------------------*/
#footer #copyright {
	margin: 3px 0 0 -2px; 
	_margin: 1x 0 0 -5px;/*IE6*/ 
	color: #FFFFFF;
	width: 225px;
	float: left;
	line-height: 17px;
}