@charset "utf-8";
/*--------------------------------------*/
/* CSS Document                         */
/* Style CSS                            */
/* Version: 2009/02/20                  */
/* Author: D.Yabushita @ G-ONE inc.     */
/*--------------------------------------*/
#content .titleCommerce {
  display: block;
  width: 490px;
  height: 22px;
  background: url(../images/title_commerce.gif) no-repeat left top;
  text-indent: -99999px;
}
#content .titlePrivacy {
  display: block;
  width: 490px;
  height: 22px;
  background: url(../images/title_privacy.gif) no-repeat left top;
  text-indent: -99999px;
}
#content .titleSitemap {
  display: block;
  width: 490px;
  height: 22px;
  background: url(../images/title_sitemap.gif) no-repeat left top;
  text-indent: -99999px;
}
#content .titleInfomation {
  display: block;
  width: 490px;
  height: 22px;
  background: url(../images/title_infomation.gif) no-repeat left top;
  text-indent: -99999px;
}
#content .sitemapList {
  margin: 15px 0;
  padding-left: 15px;
}
#content .sitemapList li {
  background: url(../images/sitemap_list_bullet.gif) no-repeat left center;
  padding-left: 10px;
  font-size: 11px;
  line-height: 35px;
}
#content .sitemapList li a {
  background: url(../images/sitemap_list_arrow.gif) no-repeat right center;
  padding-right: 50px;
}
#content .sitemapList li a:link    { color: #000; text-decoration: none; }
#content .sitemapList li a:visited { color: #000; text-decoration: none; }
#content .sitemapList li a:hover   { color: #900; text-decoration: none; }
#content .sitemapList li a:active  { color: #900; text-decoration: none; }
#content .infomationList {
  margin: 10px 0;
}
#content .infomationList dt {
  margin: 13px 0 0 0;
  width: 140px;
  float: left;
}
#content .infomationList dd {
  margin: 13px 0 0 23px;
  width: 292px;
  float: left;
}
#content .infomationList .mens { background: url(../images/info_mens.gif) no-repeat right center; }
#content .infomationList .ladies { background: url(../images/info_ladies.gif) no-repeat right center; }
#content .infomationList .news { background: url(../images/info_news.gif) no-repeat right center; }
#content .entryMain {
  width: 455px;
  margin: 0 auto;
}
#content .entryBody {
  width: 438px;
  margin: 0 0 0 auto;
  padding-bottom: 20px;
}
#content h3 {
  border-left: 8px solid #900;
  font-size: 15px;
  height: 23px;
  line-height: 23px;
  margin: 20px 0;
  padding-left: 10px;
}
#content .entryBody p {
  margin: 1em 0;
}
#content .entryBody dt {
  font-weight: bold;
  margin: 1em 0;
}
#content .entryBody dd {
  margin-top: 1em;
  margin-bottom: 2em;
}
#content .entryBody .tableStyle01 th,
#content .entryBody .tableStyle01 td {
  vertical-align: middle;
  border: 1px solid #999;
  font-weight: normal;
  padding: 5px 10px;
}
#content .entryBody .tableStyle01 th {
  background-color: #eee;
  width: 150px;
}
