body {
    margin: 10px; /* faceの0をオーバーライド */
    font-family: "ＭＳ Ｐゴシック";
    font-size: 13px;
}

div.baseStyle input {
    font-family: "ＭＳ Ｐゴシック";
}

div.baseStyle select {
    font-family: "ＭＳ Ｐゴシック";
    font-size: 13px;
}

table.item {
    border: none; /* faceの1pxのborderをオーバーライド */
    width: 940px;  /* faceの100%をオーバーライド */
    table-layout: fixed; /* ウィンドウサイズを変更されても変化しないよう */
}

table.item th,  table.item td {
    line-height: normal; /* faceの25pxをオーバーライド(少しでも検索条件エリアを小さくし、一覧を表示させたいため) */
    text-align: left;  /* faceのcenterをオーバーライド */
}

table.list {
    table-layout: fixed; /* ウィンドウサイズを変更されても変化しないよう */
    border-top: #a0a0a0 1px solid;
    border-right: #a0a0a0 1px solid;
    border-bottom: #a0a0a0 1px solid;
    border-left: #a0a0a0 1px solid;
}

table.list th {
    border-top: #a0a0a0 1px solid;
    border-right: #a0a0a0 1px solid;
    border-bottom: #a0a0a0 1px solid;
    border-left: #a0a0a0 1px solid;
}

table.list thead th {
    text-align: left;  /* faceのcenterをオーバーライド */
}

table.list tbody th {
    text-align: left;  /* 詳細画面でも使用しているためtbodyのthにも指定 */
    padding: 0px 5px;
}

table.list td {
    line-height: normal; /* faceの22pxをオーバーライド(折り返した際に行間を目一杯つめて2行分は必ず表示させたいため) */
    height: 29px;
    border-top: #a0a0a0 1px solid;
    border-right: #a0a0a0 1px solid;
    border-bottom: #a0a0a0 1px solid;
    border-left: #a0a0a0 1px solid;
}

table.list tr.odd {
    background-color: #ffffe0; /* faceのカラーをオーバーライド */
}

hr {
    border: solid 1px #d3d3d3;
    width: 940px;
    text-align: left; 
    margin-left: 0px;
}

input {
    line-height: 0.9; /* faceのline-heightをオーバーライド(フォーカス時に文字が上下するのを避けるため) */ 
}

input[type="text"] {
    height: 19px; 
}

input[type="text"], textarea {
    padding: 2px;
}

div.buttonbar {
    width: 940px;
    margin: 5px 0px;
}

div.section {
    width: 940px;
    margin: 40px 0px 10px 0px;
}

div.helpheader {
    width: 600px;
    margin: 40px 0px 10px 0px;
}

div.pager {
    width: 940px;
    text-align: left;
    margin: 5px 0px;
}

span.text {
    line-height: 25px;
}

span.req {
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    white-space: nowrap;
    background: #ff0000;
    color: #ffffff;
    font-size: 80%;
    vertical-align: middle;
    padding-top: 1px;
    margin-left: 10px;
}

table.list tr.deleted {
    color: gray;
}

table.list tr.deleted a {
    color: gray;
}

input.label {
    border:none;
    background-color:transparent;
}

input.link {
    border:none;
    background-color:transparent;
    color: #0066ff;
    text-decoration: underline;
}
