@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 10px 10px 0;
border-top:#cccccc dotted 1px;
padding-top:10px;
}

/* IE6用ハック */
*html #footer{
width:642px;
float:right;
margin:10px 5px 10px 0;
border-top:#cccccc dotted 1px;
padding-top:10px;
}

/* safariハック */
html[xmlns*=""] #footer{
width:642px;
float:right;
margin:10px 5px 10px 0;
border-top:#cccccc dotted 1px;
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:#FFB546;
text-decoration: none;
}

a:hover,a:active {
color:#FFB546;
text-decoration: underline;
}
