@charset "UTF-8";


/* ブラウザスタイルの初期化 */

*{
margin:0px;
padding:0px;
font-family: Arial, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
/* font-family: Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif; */
}

/* 画像 (img) */
img{
border: 0;
}



/* footer　全体 */
#footer{
width:642px;
float:right;
margin:10px 0 10px 0;
border-top:solid 1px rgb(15,15,15);
padding-top:10px;
}

#footer img{
float:left;
}

.footer-menu{
font-size:10px;
line-height:180%;
letter-spacing:0px;
text-align:right;
}

/* リンクテキスト a */
a:link,a:visited{
color:rgb(151,151,151);
text-decoration: none;
}

a:hover,a:active {
color:rgb(109,166,197);
text-decoration: underline;
}

