@charset "utf-8";
#footer {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	height:101px;
	text-align:center;
	background:url(http://common.jo-studio.com/footer/bg.png) repeat-x;
	position:relative;
}
#footer #footer-box {
	margin:0 auto;
	padding:0;
	width:960px;
	text-align:left;
}
#footer #footer-logo {
	display:block;
	margin:26px 34px 26px 0;
	width:196px;
	height:29px;
	float:left;
}
#footer #footer-service {
	padding: 10px 0;
	width:730px;
	height:61px;
	font-size:95%;
	float:left;
	line-height:1.5em;
}
#footer ul {
	list-style:none;
}
#footer li {
	margin:0;
	display:inline;
	padding:0 20px 0 0;
}
#footer a {
	color:#333;
	text-decoration:none;
}
#footer a:hover {
	color:#39f;
}
#footer #fontsize {
	position:absolute;
	top:79px;
	left:50%;
	margin:0 0 0 -480px;
	width:200px;
	height:20px;
	line-height:1em;
}
#footer .left {
	position:absolute;
	top:81px;
	left:50%;
	margin:0 0 0 -260px;
	text-align:left;
	width:400px;
	height:20px;
	line-height:1em;
	color:#fff;
}
#footer .right {
	position:absolute;
	top:81px;
	left:50%;
	margin:0 0 0 140px;
	text-align:right;
	width:340px;
	height:20px;
	line-height:1em;
	color:#fff;
}
#footer .left a, #footer .right a {
	text-decoration:none;
	color:#fff;
}
#footer .left a:hover, #footer .right a:hover {
	text-decoration:underline;
}