@import url("common.css");

body{color:#2C7CFF;}

body { margin:100px; }



<!--
BODY {
background-image : url(http://www.eclat.cc/home/asuka/files/taka2-ab-02.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position : 100% 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;}/*リンク部分のカーソル*/


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


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 {
 margin: 1em auto;
 width: 60%;
}



/* 「項目名」 */

th {
 margin: 0.1em;
 padding: 0.4em 0.6em;
 border-bottom: 1px solid#2C7CFF ;
 color: #;
 background-color: #;
 font-weight: 500;
 font-style: oblique;
}

/* 「内容」 */

td {
 padding: 0.4em;
 border-bottom: 1px dotted #2C7CFF;
 background-color: #;
}