/*-------------------------------------------------------------------
  東日本トランスポーテック株式会社
  スタイルシート
  アイテム編
  Copyright 2009(C) Property Designers Inc.
  ------------------------------------------------------------------- */

@media print  {
   .noprint     { display: none }
}

.AlignLeft {
    float:left;
  }

.AlignRight {
    float:right;
  }

.clear {
    clear:both;
  }

a  {
     color:#3366cc;
     text-decoration:underline;
  }
a:visited  {
     color:#3366cc;
     text-decoration:underline;
  }
a:hover  {
     color:#ff0000;
     text-decoration:none;
  }


#AreaPageNavi a {
    color:#fff;
    text-decoration:none;
  }

#AreaPageNavi a:hover {
    color:#fff;
    text-decoration:underline;
  }

#AreaPageContentNext a {
    color:#333;
    text-decoration:underline;
  }

#AreaPageContentNext a:hover {
    color:#f00;
    text-decoration:none;
  }

#AreaPageNavi ul {
    padding:10px 0 0 5px;
    list-style-type:none;
  }

#AreaPageNavi li {
    padding-left:15px;
    padding-bottom:3px;
    background-image:url("list_page_navi.gif");
    background-repeat:no-repeat;
    background-position:left top;
  }

#AreaPageContentNext {
    padding:10px;
    background-color:#ccc;
    text-align:right;
  }

.IconSpace {
    width:20px;
    height:20px;
  }

.IconAttention {
    padding-left:18px;
    height:20px;
    background-image:url("icon_attention.gif");
    background-repeat:no-repeat;
    background-position:left center;
  }

.line_dot {
    height:1px;
    background-image:url("line_dot.gif");
    background-repeat:repeat-x;
    background-position:center left;
  }

/* FORMデザイン */

.WidthS {
    width:40px;
  }

.WidthM {
    width:120px;
  }

.WidthL {
    width:200px;
  }

.WidthL2 {
    width:300px;
  }

.WidthL3 {
    width:420px;
  }

.WidthLL {
    width:480px;
  }

.WidthLLL {
    width:570px;
  }

.IMEOff {
    ime-mode:disabled;
  }


