@charset "euc-jp";
/*
-------------------------------------------------------------------------------------------
 cosplay-walker.com's Styles of list
 Author:  Kyo
 Last updata:  2007.6.1
-------------------------------------------------------------------------------------------
*/
/*リストページナビ上---------------------------------------------------------------------*/
div#nvList {
  background: url(images/bg_nv.gif) no-repeat;
  height: 70px;
  margin-bottom: 10px;
  position: relative;
}
#nvList h2 {/*各見出し*/
  font-size: 10px;
  background-repeat: no-repeat;
  text-indent: -10000px;
  width: 230px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
.cosplayer #nvList h2 {
  background-image: url(images/h_cosplayer.gif);
}
.ordinary #nvList h2 {
  background-image: url(images/h_ordinary.gif);
}
.circle #nvList h2 {
  background-image: url(images/h_circle.gif);
}
.gallery #nvList h2 {
  background-image: url(images/h_gallery.gif);
}
#nvList form {/*並び替え*/
  text-align: right;
  width: 270px;
  position: absolute;
  left: 520px;
  top: 9px;
}
#nvList form select {
  vertical-align: 45%;
}
#nvList dl {/*トータル・ページナビ*/
  padding: 12px 0 0 240px;
}
#nvList dt {
  text-indent: -10000px;
  background-repeat: no-repeat;
  float: left;
  width: 50px;
  height: 20px;
  margin: 0 6px 6px 0;
}
#nvList dd {
  line-height: 20px;
  margin-bottom: 6px;
}
#nvList dd span a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 0 1px;
}
#nvList dd.page {
  color: #CCC;
}
#nvList dt.total {
  background-image: url(images/icon_total.gif);
}
#nvList dt.page {
  background-image: url(images/icon_page.gif);
}

/*リストページナビ下---------------------------------------------------------------------*/
p.page {
  color: #CCC;
  background: url(../common/images/dot_04.gif) no-repeat 0 10px;
  text-align: center;
  clear: left;
  padding: 30px 0 10px 0;
  margin: 0 20px;
}
p.page span a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 0 1px;
}
.page a:link, .page a:visited {
  color: #46B7DC;
}
.page a:hover {
  color: #FF8A00;
}
/*会員リスト内容---------------------------------------------------------------*/
.cosplayer div.list,
.ordinary div.list,
.circle div.list {/*1行分*/
  padding-top: 10px;
  margin-left: 20px;
  clear: left;
}
.cosplayer div.list div.line,
.ordinary div.list div.line,
.circle div.list div.line {/*1行分のMac対策*/
  background: url(../common/images/dot_04.gif) no-repeat;
  min-height: 1px;
}
* html .cosplayer div.list div.line,
* html .ordinary div.list div.line,
* html .circle div.list div.line {
  height: 1%;
}
.cosplayer .line div,
.ordinary .line div,
.circle .line div {/*1人分*/
  float: left;
  width: 240px;
  padding: 11px 20px 0 0;
}
.cosplayer .line div p,
.ordinary .line div p,
.circle .line div p {/*サムネイル画像*/
  text-align: center;
  float: left;
  width: 100px;
  height: 100px;
}
.cosplayer .line div p a,
.ordinary .line div p a,
.circle .line div p a {
  background-color: #000;
  display: block;
  width: 100px;
  height: 100px;
}
.cosplayer .line div dl,
.ordinary .line div dl,
.circle .line div dl {/*名前・プロフ*/
  padding-left: 110px;
}
.cosplayer .line div dt,
.ordinary .line div dt,
.circle .line div dt {
  font-weight: bold;
  background: url(../common/images/icon_01.gif) no-repeat 0 3px;
  padding: 0 0 8px 13px;
}
* html .cosplayer .line div dt,
* html .ordinary .line div dt,
* html .circle .line div dt {
  background: url(../common/images/icon_01.gif) no-repeat 2px 3px;
}
.cosplayer .line div dd,
.ordinary .line div dd,
.circle .line div dd {
  line-height: 16px;
}

/*ギャラリーリスト内容-------------------------------------------------------------------*/
.gallery div.list {/*1行分*/
  padding-top: 10px;
  margin-left: 8px;
  clear: left;
}
.gallery div.list ul {
  background: url(../common/images/dot_04.gif) no-repeat 12px 0;
  min-height: 1px;
}
* html .gallery div.list ul {
  height: 1%;
}
.gallery .list li {/*1人分*/
  float: left;
  width: 100px;
  padding: 11px 20px 0 12px;
}
.gallery .list li a.thumb {/*サムネイル画像*/
  background-color: #000;
  text-align: center;
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: -10px;
}
.gallery .list li a.name {
  font-weight: bold;
  line-height: 16px;
  background: url(../common/images/icon_01.gif) no-repeat 0 4px;
  display: block;
  padding-left: 13px;
}
/*--企業・サークルギャラリー wrote by senoh--*/
/*-------------------------------------------------------------------*/

.gallery #nvList h2.other_g {
  background-image: url(images/h_othergallery.gif);
}
#Cat ul.other_g {
  height: 46px;
}
#Cat ul.other_g li {
  margin-top: 15px;
}
#Cat ul.other_g li a {
  display: block;
  width: 147px;
  height: 31px;
}
#Cat ul.other_g li.cat01 a {
  background: url(images/tab_other01.gif);
  margin-left: 15px;
  padding-left: 0px;
}
#Cat ul.other_g li.cat02 a {
  background: url(images/tab_other02.gif);
}
#Cat ul.other_g li.cat03 a {
  background: url(images/tab_other03.gif);
}
#Cat ul.other_g li.cat04 a {
  background: url(images/tab_other04.gif);
}
#Cat ul.other_g li.cat05 a {
  background: url(images/tab_other05.gif);
}

#nvList h2.friend_l {
  background-image: url(images/h_friendlist.gif);
}
