@charset "shift_jis";

/* +++++++++++++++++++ CSS information ++++++++++++++++++++++++++
File Name  : footer.css
Author     : ネタ本
Style Info : フッター設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/*↓コピーライト↓*/
#Footer2 {
background-color:#505b00;
}

#Copyright {
width:850px;
color:#f4f4f1;
font-size:80%;
padding-top:50px;
padding-bottom:60px;
}

#Copyright a:link { color: #f4f4f1;text-decoration: none; }
#Copyright a:visited { color: #f4f4f1;text-decoration: none; }
#Copyright a:hover { color: #f4f4f1;text-decoration: underline; }
#Copyright a:active { color: #f4f4f1;text-decoration: underline; }



