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

#copyright {
	position:relative;
	width:940px;
	height:70px;
	margin:0 auto;
	padding:0;
	background-image: url(images/bottom/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#logo_bitmap {
	position:absolute;
	width:180px;
	height:70px;
	top:0;
	left:0;
}
#copany_info {
	position:absolute;
	width:310px;
	height:20px;
	top:25px;
	left:365px;
}
#copany_tel {
	position:absolute;
	width:310px;
	height:20px;
	top:47px;
	left:365px;
}
#bottom_right {
	position:absolute;
	width:26px;
	height:70px;
	top:0;
	right:0;
}
