#footer_box{
	width: 1050px;
	height: 213px;
	margin: 0 auto;
	position: relative;
	}

#footer_menu{
	width: auto;
	height: auto;
	line-height: 20px;
	position: absolute;
	top: 35px;
	right: 77px;
	font-size: 14px;
	color: #444;
	}
#footer_menu a{
	color:#444;
	text-decoration:none;
	font-weight:bold;
	padding:7px 10px 0 10px;
	padding-bottom:10px;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
	}
#footer_menu a:hover{
	color:#FF0000;
	}
#footer_info{
	color: #222;
	width: 360px;
	height: 90px;
	position: absolute;
	top: 70px;
	right: 30px;
	line-height: 23px;
	letter-spacing: 1px;
	font-size: 13px;
	}
#footer_info .tel{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../data/wrapper/footer/tel.png) no-repeat 0;
	padding-left: 35px;
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
	}
#footer_info .mail{
	position: absolute;
	top: 0px;
	left: 200px;
	background: url(../data/wrapper/footer/mail.png) no-repeat 0;
	padding-left: 35px;
	line-height: 27px;
	}
#footer_info .add{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../data/wrapper/footer/add.png) no-repeat 0;
	padding-left: 35px;
	line-height: 27px;
	}
#copyright{
	width: auto;
	height: auto;
	position: absolute;
	top: 182px;
	left: 553px;
	color: #444;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	}
#copyright .company{
	color: #000;
	}
#copyright .webdesign{
	color: #444;
	font-size: 12px;
	line-height: 20px;
	}
#copyright .webdesign a{
	color:#444;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
	}
#copyright .webdesign a:hover{
	text-decoration:underline;
	}

#footer_logo{
	width: auto;
	height: auto;
	position: absolute;
	left: 30px;
	top: 68px;
	}
#copyright .link a{
	color: #444;
	-webkit-transition: background-image 300ms linear;
	-moz-transition: background-image 300ms linear;
	-o-transition: background-image 300ms linear;
	transition: background-image 300ms linear;
	text-decoration:underline;
	}
#copyright .link a:hover{
	color: #4B70E8;
}
#qr{
	position: absolute;
	top: 22px;
	right: 115px;
	width: auto;
	height: auto;
	}
#line{
	position: absolute;
	top: 22px;
	right: 10px;
	width: auto;
	height: auto;
	}
#fb{
	width: 90px;
	height: 90px;
	text-indent: -9999px;
	position: absolute;
	top: 70px;
	right: 405px;
	}
#fb a{
	width: 90px;
	height: 90px;
	display:block;
	background:url(../data/wrapper/footer/fb.png);
	-webkit-transition: background-image 300ms linear;
	-moz-transition: background-image 300ms linear;
	-o-transition: background-image 300ms linear;
	transition: background-image 300ms linear;
	}
#fb a:hover{
	background:url(../data/wrapper/footer/fb_.png);
	}
