@charset "utf-8";

/*---------------------
 基本設定
---------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #484848;
	font-family: Arial,Verdana,sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	text-align: center;
}

/*フッター*/
#footer {
	clear: both;
	width: 810px;
	padding: 15px 15px 0px 15px;
	font-size: 90%;
	background: #F1F1F1 url(../images/bg_footer.gif) repeat-x left top;
}

#footerLink {
	margin: 0px 0px 10px 0px;
}

#copyright {
	clear: both;
}

#footerLink li {
	float: left;
}
