@charset 'UTF-8';

/* -----------------------------------------------------------------------------
 * Container > Wrapper > Content
 * -------------------------------------------------------------------------- */
/* Container > Wrapper > Content > My Commu Navigation */
div#content div#commu_nav {
  width: 645px;
  height: 54px;
  margin-bottom: 16px;
  margin-left: 20px;
  background-image: url(/user/img/commu_nav_bg.gif);
}

div#content div#commu_nav ul {
  margin: 0 0 0 8px;
  padding-top: 8px;
}

div#content div#commu_nav ul li {
  list-style: none;
  float: left;
}

div#content div#commu_nav ul li a:link,
div#content div#commu_nav ul li a:visited {
  display: block;
  width: 157px;
  height: 36px;
  background-repeat: repeat-x;
  background-position: 0 0;
  text-decoration: none;
  text-indent: -9891px;
  /*\*/
  overflow: hidden;
  /**/
}

div#content div#commu_nav ul li a:hover,
div#content div#commu_nav ul li.selected a:link,
div#content div#commu_nav ul li.selected a:visited {
  background-position: 0 -36px;
}

div#content div#commu_nav ul li.nav1 a {
  background-image: url(/user/img/commu_navicon1.gif);
}

div#content div#commu_nav ul li.nav2 a {
  background-image: url(/user/img/commu_navicon2.gif);
}

/* Container > Wrapper > Content > [Result] */
div#content div.result {
  width: 645px;
  margin-left: 20px;
  background-image: url(/user/img/result_bg_mdl.gif);
  background-repeat: repeat-y;
}

div#content div.result div.result_bg {
  padding-bottom: 18px;
  background-image: url(/user/img/result_bg_btm.gif);
  background-repeat: repeat-x;
  background-position: center bottom;
}

div#content div.result h3 {
  position: relative;
  height: 36px;
  margin: 0 0 3px;
  background-color: #f9c600;
  background-repeat: repeat-x;
  color: #6b3a0c;
  font-size: 100%;
  text-indent: -9675px;
  /*\*/
  overflow: hidden;
  /**/
}

div#content div.result h3 span {
  display: block;
  position: absolute;
  top: 4px;
  height: 25px;
  font-size: 93%;
  font-weight: normal;
  text-indent: 0;
  line-height: 25px;
}

div#content div.result table {
  width: 623px;
  margin: 0 14px 10px 8px;
}

div#content div.result table th,
div#content div.result table td {
  padding: 0;
  border: none;
  background-color: transparent;
  line-height: 1.231;
}

div#content div.result table td.type {
  width: 34px;
  height: 30px;
  text-align: left;
  vertical-align: middle;
}

div#content div.result table td.main {
  width: 473px;
  background-color: transparent;
  background-image: url(/user/img/result_main_bg_mdl.gif);
  background-repeat: repeat-y;
}

div#content div.result table td.main div.main_bg {
  background-image: url(/user/img/result_main_bg_top.gif);
  background-repeat: repeat-x;
  background-position: left top;
}

div#content div.result table td.main div.main_bg div.main_bg {
  padding: 10px 0;
  background-image: url(/user/img/result_main_bg_btm.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
}

div#content div.result table td.main h4 {
  margin: 0 0 8px;
  padding: 0 14px;
  font-size: 108%;
  font-weight: normal;
}

div#content div.result table td.main ul {
  margin: 0;
  padding: 0 14px;
  text-align: right;
}

div#content div.result table td.main ul li {
  display: inline;
  list-style: none;
}

div#content div.result table td.main ul li.genre {
  margin-right: 3px;
  color: #a1804e;
  font-size: 93%;
}

div#content div.result table td.main ul li.user span {
  margin-right: 3px;
  font-size: 77%;
}

div#content div.result table td.main ul li.user img {
  border: none;
  vertical-align: middle;
  line-height: 0;
}

div#content div.result table td.main ul li.user a {
  margin-right: 2px;
  margin-left: 3px;
  font-size: 93%;
}

div#content div.result table td.main ul li.datetime {
  font-size: 77%;
}

div#content div.result table td dl {
  height: 50px;
  margin: 0;
  color: #db940f;
}

div#content div.result table td dl dt {
  display: none;
  visibility: hidden;
}

div#content div.result table td dl dd {
  margin: 0;
  padding-top: 22px;
  padding-left: 7px;
  font-size: 108%;
  font-weight: bold;
  text-align: center;
}

div#content div.result table td.ref {
  width: 58px;
}

div#content div.result table td.ref dl {
  background-image: url(/user/img/countall_ref2.gif);
}

div#content div.result table td.res {
  width: 58px;
}

div#content div.result table td.res dl {
  background-image: url(/user/img/countall_res2.gif);
}

/* Container > Wrapper > Content > Commu */
div#content div#commu h3 {
  background-image: url(/user/img/commu.gif);
}

div#content div#commu h3 span {
  left: 248px;
}

/* Container > Wrapper > Content > Commu Res */
div#content div#commu_res h3 {
  background-image: url(/user/img/commu_res.gif);
}

div#content div#commu_res h3 span {
  left: 284px;
}

div#content div#commu_res table td.main h4 {
  margin-bottom: 4px;
}

div#content div#commu_res table td.main p {
  margin-bottom: 8px;
  padding: 0 14px;
  font-size: 93%;
}

div#content div#commu_res table td.main p a {
  margin-right: 3px;
  color: #666;
}

div#content div#commu_res table td.main p span {
  color: #603c18;
  font-size: 82.7956989%;
}

