@charset "euc-jp";
@import url(/mylimedio/style/a/common.css);

body { background-position:40px right;}
.header { margin:0 }
.header-title { 
background-color:#009;
color:#fff;margin:0;padding:1px;
height:43px;}
.header-link {top:52px }
.system-header { margin-top:30px }

/*== 背ラベル =================================*/
table.disp-spnlabel {
border-collapse:collapse;
margin:0 auto;
}
table.disp-spnlabel td {
text-align:center;
border-width:0px;
padding:0;
}
/* ラベル上段 */
table.disp-spnlabel .label-top {
background-image:url(/custom/images/gray/label_cc.gif);
border-bottom:1px solid #DDD;
padding:0 3px 2px 3px;
padding-top: 1px; /* IE6,7で日本語フォントが欠ける問題の対処 */
}
/* ラベル中段 */
table.disp-spnlabel .label-middle {
background-image:url(/custom/images/gray/label_cc.gif);
border-bottom:1px solid #DDD;
padding:2px 3px;
}
/* ラベル下段 */
table.disp-spnlabel .label-bottom {
background-image:url(/custom/images/gray/label_cc.gif);
padding:2px 3px 0 3px;
padding-bottom: 1px; /* IE6,7で日本語フォントが欠ける問題の対処 */
}
/* 左上 */
table.disp-spnlabel .border-left-top {
background-image:url(/custom/images/gray/label_tl.gif);
background-position:bottom right;
background-repeat:no-repeat;
width:8px;
height:7px;
}
/* 上 */
table.disp-spnlabel .border-top {
background-image:url(/custom/images/gray/label_tc.gif);
background-position:bottom;
background-repeat:repeat-x;
height:7px;
}
/* 右上 */
table.disp-spnlabel .border-right-top {
background-image:url(/custom/images/gray/label_tr.gif);
background-position:bottom left;
background-repeat:no-repeat;
width:8px;
height:7px;
}
/* 右 */
table.disp-spnlabel .border-right {
background-image:url(/custom/images/gray/label_cr.gif);
background-position:left;
background-repeat:repeat-y;
width:8px;
}
/* 右下 */
table.disp-spnlabel .border-right-bottom {
background-image:url(/custom/images/gray/label_br.gif);
background-position:top left;
background-repeat:no-repeat;
width:8px;
height:7px;
}
/* 下 */
table.disp-spnlabel .border-bottom {
background-image:url(/custom/images/gray/label_bc.gif);
background-position:top;
background-repeat:repeat-x;
height:7px;
}
/* 左下 */
table.disp-spnlabel .border-left-bottom {
background-image:url(/custom/images/gray/label_bl.gif);
background-position:top right;
background-repeat:no-repeat;
width:8px;
height:7px;
}
/* 左 */
table.disp-spnlabel .border-left {
background-image:url(/custom/images/gray/label_cl.gif);
background-position:right;
background-repeat:repeat-y;
width:8px;
}

/* 目次のイメージアイコン削除 */
#paper .icon-image,
#bib-paper .icon-image,
#printed-paper .icon-image,
.toc-image .icon-image {
 display: none;
}
