@charset "utf-8";
/* 印刷に適したレイアウトを提供するCSSです。*/
/* ==================== 非表示部 ==================== */
#header, 
#footer,
#sub1,
#content_navi,
#nav a {
  display: none;
}

#tabnavigation_detail,
#tabnavigation_list {
  display: none;
}

/* 汎用指定 */
.do_not_print {
  display: none;
}

/* ボタン　詳細(detail)はlist内部で使われるので除外 */
.function_bottom .return,
/* ----------- 小さいボタン ----------- */
.function_bottom .minimum,
/* ----------- キャンセル ----------- */
.function_bottom .cancel,
/* ----------- 閉じる ----------- */
.function_bottom .close,
/* ----------- 登録 ----------- */
.function_bottom .entry,
/* ----------- 実行 ----------- */
.function_bottom .run,
/* ----------- 確認 ----------- */
.function_bottom .ok,
/* ----------- 削除 ----------- */
.function_bottom .delete,
/* ----------- 検索 ----------- */
.function_bottom .search,
/* ----------- クリア ----------- */
.function_bottom .clear,
/* ----------- 絞り込み ----------- */
.function_bottom .refine,
/* ----------- アイコンなし ----------- */
.function_bottom .noicon,
/* ----------- 前へ ----------- */
.function_bottom .prev,
/* ----------- 次へ ----------- */
.function_bottom .next,
/* ----------- pageTopボタン ----------- */
#pageTopLink {
  display: none;
}
/* ----------- セッション有効期限警告・通知ダイアログ ----------- */
#sessionExpirationAlertDialog {
  display: none;
}

/* 印刷プレビュー時、ボタンのある位置の上下に線が引かれるため、
 * 表示させないように対応 */
.function_bottom .list .button td {
  display: none;
}

/* リストの最上部に配置されるline_xは表示させない。
 * (二重に線が引かれる様に見えるため) */
.list .line_x {
  display: none;
}

/* ==================== SuperTables対策 ==================== */
.sBase {
    position: static;
    width: 100%;
    height: 100%;
    overflow: visible;
}

/* HEADERS */
.sHeader {
    position: absolute;
    z-index: 3;
    background-color: #ffffff;
}
.sHeaderInner {
    position: static;
}
.sHeaderInner table {
    border-spacing: 0px 0px !important;
    border-collapse: collapse !important;
    width: 1px !important;
    table-layout: fixed !important;
    background-color: #ffffff; /* Here b/c of Opera 9.25 :( */
}

/* HEADERS - FIXED */
.sFHeader {
    position: absolute;
    z-index: 4;
    overflow: visible;
}
.sFHeader table {
    border-spacing: 0px 0px !important;
    border-collapse: collapse !important;
    width: 1px !important;
    table-layout: fixed !important;
    background-color: #ffffff; /* Here b/c of Opera 9.25 :( */
}

/* BODY */
.sData {
    position: absolute;
    z-index: 2;
    overflow: auto;
    background-color: #ffffff;
}
.sData table {
    border-spacing: 0px 0px !important;
    border-collapse: collapse !important;
    width: 1px !important;
    table-layout: fixed !important;
}

/* BODY - FIXED */
.sFData {
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
}
.sFDataInner {
    position: static;
}

.sFData table {
    border-spacing: 0px 0px !important;
    border-collapse: collapse !important;
    width: 1px !important;  
    table-layout: fixed !important;
}

/* ==================== 共通設定 ==================== */
* {
margin: 0;
padding: 0;
}
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset{
    font-weight:normal;
    color:#000;
}

img {
    border:0px;
}
a,
a:active,                       /* クリック */
a:hover,                        /* マウスオーバー */
a:visited {                     /* 訪問済 */
    color:#000;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
.clear {
    clear: both;
}
#container,
#content {
    position:relative;
    width:950px;
    margin:0 auto;
    text-align:left;
}
body {
    text-align: center;
    overflow: visible;
    font-family: "MS PGothic", "MS Gothic", Gothic, sans-serif;
    font-size: 13px;
}


/* ==================== コンテンツエリア ==================== */
#content {
    margin-top:0px;
}
table {
    width: 100%;
}

td {
    border-collapse: collapse;
    border-spacing: 0;
}

#main {
    width:100%;
    font-family: "MS PGothic", "MS Gothic", Gothic, sans-serif;
    font-size: 1em;
    font-weight:normal;
}

input {
    margin:0; padding:0;
    vertical-align:bottom;
}

/* ----------- ログイン情報 ----------- */
/* 印刷用ログイン名フィールド */
#login_inf_print {
    float:right;
    overflow: hidden;
    white-space: nowrap; 
    width:169px;
}
/* 背景画像（上部） */
#login_inf_print .top {
    background: url(../../img/design01/login_top.png) no-repeat;
    width:  169px;
    height: 17px;
}
/* 背景画像（中間部） */
#login_inf_print .mid {
    background: url(../../img/design01/login_mid.png) repeat-y;
    width:  169px;
}

/* リスト項目（見出し） */
#login_inf .date .label {
    margin-left: 17px;
    padding: 5px 0px 5px 0px;
    background: url(../../img/design01/login_date.png) no-repeat 0px 4px;
    width:  67px;
    height: 11px;
    list-style:none;
}

/* リスト項目（見出し） */
#login_inf_print .user .label {
    padding: 3px 0px 5px 0px;
    margin-top:  5px;
    margin-left: 17px;
    background: none;
    width:  77px;
    height: 11px;
    list-style:none;
}

/* リスト項目（ＩＴＥＭ） */
#login_inf_print .item {
    font-weight:bold;
    margin:0px 0px 0px 29px;
    list-style:none;
}

/* 背景画像（下部） */
#login_inf_print .under {
    background: url(../../img/design01/login_under.png) no-repeat;
    width:  169px;
    height: 15px;
}

/* ==================== ボタンエリア ==================== */
.function_bottom {
    text-align: center;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 5px;
}
/* ----------- 詳細 ----------- */
.function_bottom .detail {
    background: #FFFFFF url(../../img/design01/detail.png) 5px center no-repeat;
    padding: 0px 5px 0px 30px;
    height:30px;
    font-size:14px;
    font-weight:normal;
    color: black;
    letter-spacing: 0.4em;
    border:1px solid #FF7700;
}
/* ----------- 詳細（width:80px版） ----------- */
.function_bottom .detail_80px {
    background: #FFFFFF url(../../img/design01/detail.png) 5px center no-repeat;
    padding: 0px 5px 0px 30px;
    height:30px;
    width:80px;
    font-size:14px;
    font-weight:normal;
    color: black;
    letter-spacing: 0.4em;
    border:1px solid #FF7700;
}

/* ----------- 装飾（角丸・影） ----------- */
.function_bottom .decorate {
    margin: 2px 10px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
    -moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */
    box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
    height:30px;
    border-collapse: separate;
}

/* ==================== ＥＮＤ ==================== */

