/* 紹介ページ */
#selfIntroduction {
  clear: both;
}
.userPageNavi {
  width:732px;
  position: relative;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: #ff8211;
}
.userPageNaviSelf {
  border-color: #8c9bc6;
}
.userPageNavi ul {
  margin: 0;
  padding: 0;
  height: 43px;
  list-style: none;
}
.userPageNavi li {
  width: 242px;
  height: 43px;
  margin-right: 1px;  /* 余白用 */
  float: left;
  text-align: center;
  line-height: 100%;
}
.userPageNavi li.active  {
  background: url(/image/user/tab_active.gif) 0 0 no-repeat;
}
.userPageNavi li.activeSelf  {
  background: url(/image/user/tab_active_self.gif) 0 0 no-repeat;
}
.userPageNavi li.deActive  {
  background: url(/image/user/tab_deactive.gif) 0 0 no-repeat;
}
.userPageNavi li a {
  display: block;
  text-align: center;
  width: 242px;
  height: 43px;
  text-decoration: none;
}
.userPageNavi li a span {
  position: relative;
  top: 17px;
}
.userPageNavi li.active a,
.userPageNavi li.active a:link,
.userPageNavi li.active a:hover,
.userPageNavi li.active a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.userPageNavi li.activeSelf a,
.userPageNavi li.activeSelf a:link,
.userPageNavi li.activeSelf a:hover,
.userPageNavi li.activeSelf a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.userPageNavi li.deActive a:hover {
  text-decoration: none;
}
.icon_dce {
background: url(../image/common/img02.png) no-repeat -42px -386px;
width: 47px;
height: 19px;
display: inline-block;
margin-left: 3px;
margin-right: 3px;
vertical-align: middle;
}