@charset "shift_jis";
/*ssi footer layout DESIGN*/
#ssifooter-l{
	margin:10px 0px 10px 0px;
	padding: 0px;
	float: left;
	width : 400px;
}

ul#footer{
	margin: 0px;
	padding: 0px;
    list-style: none;
    width: 100%;
}
ul#footer li{
    list-style: none;
    float: left;
    width: 100px;
}
ul#footer a{
    display: block;
    width: 100px;
    height: 20px;
	background-image : url(ssi_image/footer/footer.gif);
	background-repeat : no-repeat;
}
ul#footer a span{
	margin: 0px;
	padding: 0px;
	display: none;
}
a.privacy{
    background-position: 0px 0px ;
}
a:hover.privacy{
    background-position: 0px -20px;
}
a.privacy2{
    background-position: -100px 0px;
}
a:hover.privacy2{
    background-position: -100px 0px;
}
a.info{
    background-position: -200px 0px;
}
a:hover.info{
    background-position: -200px -20px;
}
a.map{
    background-position: -300px 0px;
}
a:hover.map{
    background-position: -300px -20px;
}

#ssifooter-r{
	margin:10px 0px 10px 0px;
	padding: 3px 0px;
	float: right;
	width : 400px;
	font-size: 12px;
	line-height: 11pt;
	text-align : center;
}
