@import url("common.css");

body {
text-align: center;
}

<style type="text/css">
<!--
body { 
 margin-top:100px; 
 margin-bottom:50px;
 margin-left:200px;
 margin-right:200px;
  } 
-->
</style>

table {
 margin: 1em auto 1em ;
 width: 50%;
 border: 2px solid #FFE4E1;
 }

th {
 background-color: #333;
 border: solid 1px #808080;
 font-weight: 20;
 font-style: oblique;
 font-size:8pt;
 width: 22%;
 text-align: right;
 padding: 0.4em;
 -moz-border-radius: 1em 0 0 1em;
 border-radius: 1em 0 0 1em;
 }

a img { border: none;}

td {
 padding:0.6px; 
 background-color: none;
 color: #A9A9A9;
 border: solid 1px #808080;
 font-size:10pt;
 font-color: #33CC99;
 width: 70%;
 padding: 0.6em;
 -moz-border-radius: 0 1em 1em 0;
 border-radius: 0 1em 1em 0;
 filter:Alpha(opacity=■);■に数字を入れる
 }

div a {
 display: block;
 font: bold 1em/1.8 "ＭＳ Ｐゴシック",Osaka,serif;
 min-height: 22px;
 padding: 4px 2px 4px 22px;
 background: url("■■■") no-repeat left;
 }

div a:hover {
 background: url("■■■") no-repeat left;
 }

body {
&#9;background-image: url("http://www.eclat.cc/home/xxkintaxx/files/holder.jpg");
&#9;background-repeat: no-repeat;
&#9;background-attachment: fixed;
&#9;background-position: top right;
}

input {
 background-color: #000011;
 color: #EE82EE;}