﻿/* フッターリンク設定 */
A.foo:link { color: #666666; text-decoration: none; }
A.foo:visited { color: #666666; text-decoration: none; }
A.foo:active { color: #666666; text-decoration: none; }
A.foo:hover { color: #f86969; text-decoration: underline; }

/* フォントファミリー設定 */
.footer{font-family:"ＭＳ Ｐゴシック"}
.footer{font-family:Osaka}

/* フォントサイズ設定 */
.footer{ font-size:12px }

/* フォント行間設定 */
.footer{ line-height:130%; }