@import url("common.css");
/* Mozilla系のみページ上部に表示。「content: "";」の""の中身は各自変えて下さい。 */

body { margin:150px; }


html {
height: 100%;
}


<!--
BODY {
background-image : url(https://photobb.net/12013//r741-1651057666.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position : 10% 100%;
background-color:#000011;
}
-->





body{cursor:url(http://skybull.web.fc2.com/asuka/02.cur),auto;}/*通常のカーソル*/
a{cursor:url(http://skybull.web.fc2.com/asuka/witch_blu2.Cur),pointer;}/*リンク部分のカーソル*/





body {
 background-color: #000011;}

/* テーブル 
テーブル背景色(#fcf)は薄い色でないと画像が浮きます。
適宜調整して下さい。 */






a:link { color: royalblue; transition: 1s; }
a:visited { color: royalblue; }
a:hover { color: white; background-color: royalblue; }
a:active { color: red; background-color: #eeffaa; }


table {
 background:  url("http://www.eclat.cc/home/asuka/files/cl_cat_1_3.jpg") no-repeat left bottom;
 color: #3333ff;
 margin: 0;
 padding: 0;
 border-collapse: collapse;}


/* 左の項目(IDとかの) */

th {
 text-align: right;
 padding: 0.4em 0.2em 0.4em 300px;}

/* 右の項目 */

td {
 padding: 0.4em;
 border-bottom: 1px dotted #3333ff;}