/*ベース*/
BODY {
background-color: #000000;
background-image: url('sr-08.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 100% 0%;
margin: 0 0 200px 0;
font-style: normal;
font-size: small;
font-stretch: wider;
color: #999999;
line-height: 150%;
}

/*リンク*/
A:link { text-decoration:none; color:#FFFFFF }
A:visited { text-decoration:none; color:#FFFFFF }
A:active { text-decoration:none; color:##FFFFFF }
A:hover { color:#9D1310 }

/*中央枠*/
.wk1 {
float:none;
width:570px;
margin: 70px auto 0 auto;
}

/*小文字*/
.xsm {
font-size: x-small;
}

/*右寄せ*/
.r {
text-align: right;
line-height: 180%;
color: #999999;
}

