
.pro_linedrop
{
  height: 112px;
  width: 666px;
  position: relative;
  font-family: arial, verdana, sans-serif;
  font-size: 11px;
  z-index: 500;
}

.pro_linedrop .select
{
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.pro_linedrop li
{
  float: left;
}

.pro_linedrop .select a
{
  display: block;
  height: 67px;
  float: left;
  /*background: url(../../themes/ahappy_club/images/gnavi01.jpg);*/
  padding: 0;
  text-decoration: none;
  line-height: 25px;
  white-space: nowrap;
  color: #000;
}

.pro_linedrop .select li.line a
{
  color: #fc0;
}

.pro_linedrop .select a b
{
  display: block;
  padding: 0 30px 10px 15px;
  /*background: url(../../themes/ahappy_club/images/gnavi01.jpg) right top;*/
}

.pro_linedrop .select a:hover, .pro_linedrop .select li:hover a
{
  /*background: url(../../themes/ahappy_club/images/gnavi01_on.jpg);*/
  padding: 0;
  line-height: 27px;
  cursor: pointer;
  color: #fff;
}

.pro_linedrop .select li.line a:hover, .pro_linedrop .select li.line:hover a
{
  color: #fc6;
}

.pro_linedrop .select a:hover b, .pro_linedrop .select li:hover a b
{
  display: block;
  padding: 0 30px 9px 15px;
  background: url(images/blank_over_sepia.gif) right top;
  cursor: pointer;
}

.pro_linedrop .sub
{
  width: 666px;
  font-size: 14px;
  display: none;
}

.pro_linedrop ul ul
{
  display: none;
}

/* IE6 only */
.pro_linedrop table
{
  border-collapse: collapse;
  margin: -1px;
  font-size: 1em;
  width: 0;
  height: 0;
}

.pro_linedrop .sub
{
  margin: 0;
  padding: 0;
  list-style: none;
  background: #FFF;
}

.pro_linedrop .sub li
{
  background: #FFF;
}

li#h-navi06 ul.sub li {
    float: right;
}

.pro_linedrop .select :hover .sub
{
  height: 35px;
  display: block;
  position: absolute;
  float: left;
  width: 666px;
  top: 67px;
  left: 0;
  /*background: transparent url(images/transparent.gif);*/
  background: #FFF;
  border: 2px solid orangered;
}

.pro_linedrop .select :hover .sub li a
{
  display: block;
  height: 35px;
  line-height: 35px;
  float: left;
  /*background: transparent url(images/transparent.gif);*/
  background: #FFF;
  padding: 0 10px;
  margin: 0;
  white-space: nowrap;
  color: #000;
  font-size: 14px;
}

.pro_linedrop .select :hover .sub li.subline a
{
  color: #c00;
}

.pro_linedrop .select :hover .sub li a:hover, .pro_linedrop .select :hover .sub li:hover
{
  color: orangered;
  line-height: 35px;
  position: relative;
}

.pro_linedrop .select :hover .sub li:hover > a
{
  color: orangered;
}

.pro_linedrop .select :hover .sub :hover ul
{
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  width: 112px;
  position: absolute;
  left: -1px;
  top: 25px;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
}

.pro_linedrop .select :hover .sub :hover ul li a
{
  width: 80px;
  height: 20px;
  line-height: 18px;
}

.pro_linedrop .select :hover .sub :hover ul li a:hover
{
  line-height: 18px;
}

.rt
{
  text-align: right;
}

img.rgt
{
  float: right;
}

          
