@charset "utf-8";

*{margin:0; padding:0;}

body{
background-color:#FFFFFF;
width:100%;
text-align:center;
background-image:url(../images/top/back.jpg);
background-repeat: no-repeat;
background-position: center top;
}


#contents{
	width:800px;
	background-image:url(../images/top/backmap.gif);
	margin-right: auto;
	margin-left: auto;
	clear: both;
	/*IEのみ適用*/
}
*html body #contents{
height:510px;
}

#copy{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	line-height:60%;
}
#copy ul{
width:428px;
float:left;
}
#copy li {
	list-style:none;
	float:left;

}

.ftl01{
	background-image:url(../images/b_home.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
	display: block;
	height: 11px;
	width: 119px;
}
.ftl02{
background-image:url(../images/b_site.gif);
background-repeat:no-repeat;
	text-indent: -9999px;
	display: block;
	height: 11px;
	width: 126px;
}
.ftl03{
background-image:url(../images/b_privacy.gif);
background-repeat:no-repeat;
	text-indent: -9999px;
	display: block;
	height: 11px;
	width: 117px;
}
.ftl04{
background-image:url(../images/b_contact.gif);
background-repeat:no-repeat;
	text-indent: -9999px;
	display: block;
	height: 11px;
	width: 66px;
	
}

#co{
	width:313px;
	float:right;
	background-image: url(../images/b_copy.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 15px;

}
#logo{
clear:both;
float:right;
}

