@charset "euc-jp";

/*　フッター　*/

.footerlayout{
position:absolute;
bottom:0px;
width:100%;
margin:0px auto;
height:110px;
}


.footerlayout a{
text-decoration:none;
color:#FFFFFF;
}

.footerlayout a:hover{
color:#9999FF;
}

.footer{
background-color:#FFFFFF;
background-image:url(/image/footerbg.gif);

height:80px;
margin:0px auto;
text-align:center
}

.fmenu{
font-size:11px;
margin:0px auto;
padding-top:20px;
color:#666666;
}

.copy{
font-size:11px;
margin:0px;
padding:0px;
color:#FFFFFF;
}


/*　ホームに戻るボタン　*/

.backtohome{
text-align:right;
margin:6px 7px;
height:18px;
clear:both;
}

.backtohome a{
display:block;
text-align:left;
text-indent:-9999px;
text-decoration:none;
float:right;
width:97px;
height:18px;
margin-right:3px;
background-image:url(/image/backtohome.gif);
background-position:0px 0px;
}

.backtohome a:hover{
background-position:0px -18px;
}
