@charset "utf-8";
/* CSS Document */

body{
	background:#f2f2f2 none repeat scroll 0 0;
	color:#4c4c4c;
	font-size:13px;
	padding:0px;
	margin:0px;
}
#mainBox {
	background: repeat-x;
	margin: 0px auto;
	clear:both;
	text-align: left;
}
#container {
	clear: both;
	height: 100%;
}

/* フッタ */
#footer-wrap {
	clear:both;
	bottom: 0px;
	left: 0;
	width: 100%;
}

#footer-container {

	background:#fff;
}
#footer-right{
	margin-top:10px;
	margin-right:30px;
	margin-bottom:15px;
	text-align:right;
}

#footer-center {
	width: 780px;
	margin: 20px auto;
	position: relative;
	text-align:center;
}
#footer-center ul {
	padding-left:0px;
}
#footer-center li {
	float:left;
	list-style-image:none;
	list-style-type:none;
	margin:0px 10px;
}

#footer-logo{
	clear:both;
	padding:10px inherit;
	text-align:center;
}
