div#footer {
	background-image: url(../img/page_background_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*margin-top: 362px;*/
	font-size: 9px;
	color: #7c7c7c;
	height: 35px;
	width: 737px;
	clear: left;
	margin-left: 1px;
	line-height: 1.8;
}

* html div#footer {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
height: 35px;
width: 737px;
}

* html div#footer a {
  position: relative;
}

div#footer p {
	line-height: 2.7;
}

p#kyodaku {
	text-align: right;	
}

div#footer li {
	list-style-type: none;
	display: inline;
	/*padding-right: 8px;
	border-right: 1px dashed #7c7c7c;*/
}

div#footer li a {
	text-decoration: none;
	display: block;
	float: left;
	color: #7c7c7c;
    line-height: 1.7;
}

span#site_map {
	padding-right: 8px;
    padding-left: 44px;
	border-right: 1px dashed #7c7c7c;
	float: left;
}

span#ask {
	padding-right: 8px;
	border-right: 1px dashed #7c7c7c;
	float: left;
}

span#site_policy {
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px dashed #7c7c7c;
	float: left;
}

span#save_info {
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px dashed #7c7c7c;
	float: left;	
}

span#info {
	padding-left: 8px;
	float: left;
	border: 0px;
}

address {
	float: right;
	font-style: normal;
        padding-right: 50px;
}
