@import url("common.css");

body{
    background-color: #fbf9cc;
}

#back_link {
 padding-top: 105px;
 background-image: url("files/odkzms.jpg");
 background-repeat: no-repeat;
 background-position: center top;
}

/* body */

body {
 margin: 0;
 padding: 0;}

/* table */

table {
 background-image: url("files/check_pink.png");
 background-repeat: repeat-x;
 background-position: left top;
 width: 100%;
 border-collapse: collapse;}

/* th 項目名 */

th {
 vertical-align: bottom;
 _text-align: right;
 width: 234px;
 color: #f39;
 padding: 28px 5px 1px;
 border-bottom: 1px solid #f39;}
*+html th { text-align: right;}
html>/**/body th {
 display: block;
 text-align: left;}

/* td 内容 */

td {
 text-align: left;
 padding: 28px 10px 1px;}
*+html td {
 padding: 28px 10px 1px;}
html>/**/body td {
 display: block;
 margin: 0 0 0 151px;
 padding: 1px 0.4em 0 0;}

/* メインページへ戻る */

#back_link {
 background-image: url("files/check_pink.png");
 background-repeat: repeat-x;
 background-position: left bottom;
 margin: 0;
 padding: 0.4em 0.4em 25px;}

#back_link {
 padding-top: 105px;
 background-image: url("files/odkzms.jpg");
 background-repeat: no-repeat;
 background-position: center top;
}