/* emall メンテナンス共通スタイルシート*/
<!--
 a { text-decoration:none; }
 a:link { text-decoration:none; }
 a:visited { text-decoration:none; }
.emall-body
{
 margin-left:0;
 margin-top:0;
 margin-right:0;
 margin-bottom:0;
}
.emall-body-color  { background-color:white; }
.emall-title    {
 color:white;
 background-color:#0000cc;
 font-weight:bold;
}
.emall-input-r { text-align:right; }
.emall-input-a { }
.emall-input-i { }
.emall-input-d { }

.emall-th      { background-color:white; }
.emall-th-r    { background-color:white; text-align:right;  }
.emall-th-c    { background-color:white; text-align:center; }

.emall-td      { background-color:white; }
.emall-td-r    { background-color:white; text-align:right;  }
.emall-td-c    { background-color:white; text-align:center; }

.emall-thf     { font-size:12px; background-color:white; }
.emall-thf-r   { font-size:12px; background-color:white; text-align:right;  }
.emall-thf-c   { font-size:12px; background-color:white; text-align:center; }

.emall-tdf     { font-size:12px; background-color:white; }
.emall-tdf-r   { font-size:12px; background-color:white; text-align:right;  }
.emall-tdf-c   { font-size:12px; background-color:white; text-align:center; }

.emall-tdfy    { font-size:12px; background-color:#FFF799; }
.emall-tdfy-r  { font-size:12px; background-color:#FFF799; text-align:right;  }
.emall-tdfy-c  { font-size:12px; background-color:#FFF799; text-align:center; }

.emall-dsp     { background-color:white; border-style:none; }
.emall-dsp-r   { background-color:white; border-style:none; text-align:right; }
.emall-table
{
 border-style:solid;
 border-collapse:collapse;
 border-width:thin;
 border-color:#6699cc;
}

a.emall-link         {text-decoration:none;}
a.emall-link:hover   {color:red; text-decoration:underline;}

a.emall-link-cry         {color:#000066; text-decoration:none;}
a.emall-link-cry:link    {color:#000066;}
a.emall-link-cry:visited {color:#000066;}
a.emall-link-cry:hover   {color:red; text-decoration:underline;}

.tabL { background-image:url("/img/uni/tabL.gif"); vertical-align:top; width:5px; height:25px; }
.tabT { background-image:url("/img/uni/tabT.gif"); background-color:#f8f5e9; text-align:center; vertical-align:bottom; }
.tabR { background-image:url("/img/uni/tabR.gif"); vertical-align:top; width:6px; height:25px; }
.tabRedL { background-image:url("/img/uni/tabRedL.gif"); vertical-align:top; width:5px; height:25px; }
.tabRedR { background-image:url("/img/uni/tabRedR.gif"); vertical-align:top; width:6px; height:25px; }

-->
