@import url("common.css");
/* body */

body {
 margin: 0;
 padding: 0;}

/* table */

table {
 background-image: url("check_seagreen.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: #00C5B3;
 padding: 28px 5px 1px;
 border-bottom: 1px solid #00C5B3;}
*+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("check_seagreen.png");
 background-repeat: repeat-x;
 background-position: left bottom;
 margin: 0;
 padding: 0.4em 0.4em 25px;}