@charset "Shift_JIS";

/* ナビゲーション
---------------------------------------------------- */
#Navigation
{
  position: absolute;
  top: 258px;
  left: 0px;
  width: 330px;
  background: #ffffff;
  border: 0px;
}

#Navigation ul
{
  list-style: none;
 }

#Navigation li
{
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  height: 25px;
  margin-bottom: 5px;
}


#Navigation li a
{
  text-decoration: none;
  display: block;
  height: 25px;
}
 

/* ナビ画像
---------------------------------------------------- */
#Navigation li#Company
{
  background:  url(Images/Navi/TopNaviCompany_off.gif) no-repeat;
}

#Navigation li#Message
{
  background:  url(Images/Navi/TopNaviMessage_off.gif) no-repeat;
}

#Navigation li#Product
{
  background:  url(Images/Navi/TopNaviProducts_off.gif) no-repeat;
}

#Navigation li#Recycle
{
  background:  url(Images/Navi/TopNaviRecycling_off.gif) no-repeat;
}

#Navigation li#Mainte
{
  background:  url(Images/Navi/TopNaviMainte_off.gif) no-repeat;
}

#Navigation li#Contact
{
  background:  url(Images/Navi/TopNaviContact_off.gif) no-repeat;
}


/* マウスオーバーの画像
---------------------------------------------------- */
#Navigation li#Company a:hover
{
  background:  url(Images/Navi/TopNaviCompany_on.gif) no-repeat;
 }

#Navigation li#Message a:hover
{
  background:  url(Images/Navi/TopNaviMessage_on.gif) no-repeat;
 }

#Navigation li#Product a:hover
{
  background:  url(Images/Navi/TopNaviProducts_on.gif) no-repeat;
 }

#Navigation li#Recycle a:hover
{
  background:  url(Images/Navi/TopNaviRecycling_on.gif) no-repeat;
 }

#Navigation li#Mainte a:hover
{
  background:  url(Images/Navi/TopNaviMainte_on.gif) no-repeat;
 }

#Navigation li#Contact a:hover
{
  background:  url(Images/Navi/TopNaviContact_on.gif) no-repeat;
 }


/* コンテンツ
---------------------------------------------------- */
#content
{
  clear: both;
  position: relative;
  margin-left: 370px;
  height: 180px;
  background: #ffffff;
  border: 0px;
}


/* コンテンツ１
---------------------------------------------------- */
#content1
{
  position: absolute;
  top: 0px;
  left: 0px;

  width: 150px;
  height: 180px;
  background: #ffffff;
  border: 0px;
}

/* コンテンツ２
---------------------------------------------------- */
#content2
{
  margin-left: 180px;
  width: 150px;
  height: 180px;
  background: #ffffff;
  border: 0px;
}


/* 古物商許可番号 表示位置
---------------------------------------------------- */
#kobutu
{
  clear: both;
  text-align: right;
  width: 700px;
  background: #ffffff;
  border: 0px;
}
