@charset "UTF-8";
/*
CSS of design of footer.php for MallJapan
Date: mar 2010
Version: 2.0
Author: MallJapan
*/

div#div_footer {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	height: 200px;
	display: block;
	background: url(../../img/bg_div_footer.gif) no-repeat left top;
}

.ftu{
	padding: 0px;
	background: url(../../img/bg_navi_wrapper.jpg) repeat-x left top;
	display: block;
	margin: 0px auto;
	height: 50px;
	width: 980px;
	text-align: left;
}

#div_footer .ftu ul {
	height: 20px;
	list-style: none;
	margin-left: 15px;
}

#div_footer .ftu ul li,
#div_footer .ftu ul li a {
	font-size: 12px;
	font-weight: 600;
	color: #003300;
	text-decoration: none;
	margin-right: 15px;
}

#div_footer .ftu ul li a:hover {
	cursor: pointer;
}

#div_footer address,
#div_footer address a {
	font-style: normal;
	font-size: 10px;
	font-weight: 600;
	color: #003300;
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding-right: 15px;
}

#div_footer p {
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
	margin: 15px 30px 30px; 30px;
	
}

