@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:7px 5px 10px 0;/* lp修正 */
}

#footer img{
float:left;
}

.footer-menu{
font-size:10px;
line-height:180%;
letter-spacing:0px;
text-align:right;
}

/* リンクテキスト a */
a:link,a:visited {
color:#B08500;
text-decoration: none;
}

a:hover,a:active {
color:#999999;
text-decoration: underline;
}

#line02 {
width:642px;
hight:4px;
float:left;
margin-bottom:10px;
}

