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

div#footArea {
	height:110px;
	background-image:url(../img/com/foot_bg.png);
	background-repeat:repeat-x;
	overflow:hidden;
}
p#footer {
	height:60px;
	width:950px;
	margin:0 auto;
	padding:50px 0 0;
	background-image:url(../img/com/foot_main.png);
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:center;
	font-size:10px;
	line-height:12px;
	color:rgb(127,127,127);
}
