@charset "utf-8";
/* footer rule */

#all #outerGroup #footer {
	height: 81px;
	width: 900px;
	background-color: #eeeeee;
	color: #6b6b74;
	font-size: 12px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d9e8;
}

#footer a {
	color: #222222;
}

#footer a:hover {
	color: #60F000;
}

#footer_left {
	text-align: left;
	padding-left: 6px;		
}

#sub-navi {
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	width: 520px;
}

#sub-navi ul{
	height: 30px;
	margin: 0px;
	padding: 0px;
	
}

/* sub-navi */
#sub-navi ul li{
	float: left;
	height: 30px;
	list-style-type: none;
}

/* address */
#footer address {
	font-style: normal;
}

/* copyright */
#footer #copyright {
	font-style: normal;
}