@charset "EUC-JP";

/*=======================================================
 footer.css                      Last Updated: 2009.06.18
 
 [01] common
 [02] address
=======================================================*/

/*-------------------------------------------------------
 [01] common
-------------------------------------------------------*/
div#footer {
clear: both;
/*background: url("../images/footer_line.gif") top left repeat-x;*/
margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
border-top: #333 5px solid;
}


/*-------------------------------------------------------
 [02] address
-------------------------------------------------------*/
div#footer address {
font-style: normal;
text-align: center;
}

div#footer p {
text-align: center;
}

/*-------------------------------------------------------
 [03] gotop
-------------------------------------------------------*/

#gotop {
position:fixed;
right:0;
bottom:2%;
width:25px;
height:22px;
z-index:100px;
}