@import url("common.css");

/* 夜桜 Template
 * Material (C) Kakei.R
 * update 2008/03/20
 */

/* body */

body {
 text-align: center;
 }

/* 対応ブラウザのみページ上部に表示
 * 「content: "";」の""の中身は各自変えてください */

body:before {
 content: "";
 }

/* テーブル */

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

/* 「項目名」 */

th {
 background-color: #B19A9B;
 color: #000;
 text-align: center;
 border-bottom: 1px solid #B19A9B;
 font-weight: 500;
 font-style: oblique;
 margin: 0.1em;
 padding: 0.4em 0.6em;
 }

/* 「内容」 */

td {
 color: #EED5D5;
 text-align: left;
 border-bottom: 1px dotted #B19A9B;
 margin: 0.1em;
 padding: 0.4em;
 }

/* 夜桜 Template End */