@charset "utf-8";
/* CSS Document */

/* css Information=====================
Title: footer Stylesheet
Developer:Toshiyuki Honda
Last Editer:Toshiyuki Honda
Last Edit:2010.7.20
======================================*/

#footer {
height:50px;
background:url(../images/logo/logo_mark2.gif) no-repeat top left;
padding-top:50px;
margin-top:50px;
}
#footer_inner {
height:15px;
}
#footer p{
font-size:10px;
display:inline;
float:left;
height:15px;
}
address{
font-size:10px;
display:inline;
float:right;
}

#footer a {
display:inline;
float:left;
background:url(../images/icon/icon_arrow.png) no-repeat top left;
line-height:17px;
height:15px;
padding-left:10px;
margin-right:10px;
}
#footer a:hover {
text-decoration: underline;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
#footer {
background: url(../images/logo/logo_mark2@2x.gif) no-repeat top left;
background-size:980px 30px;
}
}