@charset "utf-8";

#wrapper {
  background: #252525 url(../images/00_wrapper_bgimg02.gif) top center repeat-y;
}

ul.breadcrumbs {
  height: 30px;
  padding-top: 6px;
  padding-right: 10px;
  font-size: 13px;
  text-align: right;
}
ul.breadcrumbs li {
  display: inline;
}
ul.breadcrumbs li a {
  padding-right: 14px;
  background: url(../images/00_icon_yaji_gray02.gif) top right no-repeat;
}


/*=Contents==================================================*/

#main {
  width: 689px;
  margin: 0 10px 10px 10px;
  padding: 20px;
  line-height: 1.5;
  font-size: 14px;
  border: 1px solid #333;
  background: #fff;
}

