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

body:before {
 content: "darknight at eclat cyber city";
}

/* テーブル */

table {
 margin: 1em auto;
 width: 70%;
}

/* 「項目名」 */

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

/* 「内容」 */

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