/* 全体-------------------------------- */
body,td {
font-size:80%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
line-height:150%;
letter-spacing:0.1em;
margin:30px;

background-color:#000000;
background-image:url(bg.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:center;}

br{letter-spacing:normal;}


/* スクロールバー---------------------------- */
html {
scrollbar-face-color:#000;
scrollbar-highlight-color:#000;
scrollbar-shadow-color:#000;
scrollbar-3dlight-color:#000;
scrollbar-arrow-color:#222;
scrollbar-track-color:#222;
scrollbar-darkshadow-color:#000;}


/* リンク文字-------------------------------- */
a{text-decoration:none;}
a:link,a:active,a:visited{color:#F68B91;}
a:hover{color:#fff;}