

/*
以下 elevator.js に関するデザイン
*/

#elevator	 {
      color: white;
      font-size: 90%; 
      width: 240px; 
      height: 350px; 
      margin: 10px;
      }

#tfm-head {
      }

#tfm-body {
      padding: 0px 0px;
      }

.tf1 span,
.tf2 span,
.tf1active span {
      font-size: 90%;
      vertical-align: middle;
      }

.tf1	{
      cursor: hand;
      }

.tf2	{
      padding-left: 15px;
      }

.tf1active	{
      border-bottom: 1px solid silver;
      cursor: hand;
      line-height: 23px;
      }

.tf1active .tf2 a {
      width: 120px;
      line-height: 18px;
      }


#item1 em {
      visibility: hidden;
      }
      
#item1 a {
      display: block;
      width: 240px;
      height: 350px;
	  background: transparent url(../images/banner_shop.png) no-repeat;
      }