body {
background-image:url(../images/sample_bg.gif);
background-position:center center;
background-repeat:repeat-y;
background-color:#ffffff;
margin: 0px;
font-size:xx-small;
height:100%;
color: #000000;
}
.kiyaku_title {
font-size:small;
font-weight:bold;
color: #000000;
line-height: 140%;
padding:10px;
}
.kiyaku_text {
font-size:small;
font-weight:normal;
color: #000000;
line-height: 120%;
padding:0px 1em;
margin-left: 1em
}

.sample_title {
font-size:small;
font-weight:bold;
color: #000000;
line-height: 140%;
padding:10px;
}

table.sample_category_table {
    border-collapse: collapse;
    border: solid 2px gray;
}
table.sample_category_table th {
    border: dashed 1px gray;
    padding: 5px 5px;
}
table.sample_category_table td {
    border: dashed 1px gray;
    padding: 5px 5px;
    font-size: 0.8em;
}