@charset "UTF-8";


/* ブラウザスタイルの初期化 */

*{
	padding:0px;
	font-family: Arial, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
/* font-family: Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif; */
}

/* 画像 (img) */
img{
border: 0;
}



/* footer　全体 */
#footer{
	width:632px;
	float:right;
	margin:10px 0 10px 0;
	border-top:#cccccc dotted 1px;
	padding: 10px 10px 0 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:#996600;
text-decoration: none;
}

a:hover,a:active {
color:#666666;
text-decoration: underline;
}
