/* body要素のスタイル */

body{
margin:0;
padding:0;
color: #FFFFFF;
background: #000000;
text-align:center;
font-size:12px;
line-height:160%;
font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
}

/* インライン要素のスタイル */

a:link{
color:#FFFFFF; text-decoration:underline;
}
a:visited{
color:#FFFFFF; text-decoration:underline;
}
a:hover, a:active{
color:#FFFFFF; text-decoration:none;
}

img,object{
border:0;
}

.fs10{
font-size:10px;
line-height:100%;
}

.fs10_lh140{
font-size:10px;
line-height:140%;
}