/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://hanki-shiroari.com/themes/base-weblog.css);
@import url(http://hanki-shiroari.com/themes/theme-fujino01/theme-fujino01.css);
@import url(http://hanki-shiroari.com/themes/module.css);
/* end StyleCatcher imports */


/* --------------------------------------------------------------- subtitle */
div.subtitle {
  margin: 1.5em 0 0.5em 0;
  padding: 4px;
  font-size: 107%;
  font-weight: bold;
  background: #EBECEF;
  border-bottom: 2px solid #C7CAD1;
}
div.subtitletop {
  margin: 0 0 0.5em 0;
  padding: 4px;
  font-size: 107%;
  font-weight: bold;
  background: #EBECEF;
  border-bottom: 2px solid #C7CAD1;
}

/* --------------------------------------------------------------- dl -company info- */
dl,dt,dd {
  margin: 0;
  padding: 0;
}

dl.cii {
  padding: 10px;
}

dl.cii dt {
  width: 13em;
  float: left;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  font-weight: bold;
  text-indent: 0.5em;
  border-bottom: 1px solid #dcdcdc;
}

dl.cii dd {
  margin-left: 13em;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dcdcdc;
}

dl.cii dt.margin-top {
  margin-top: 1em;
}

dl.cii dd.margin-top {
  margin-top: 1.8em;
}

dl.cii dt.space2 {
  height: 3em;
}

/* --------------------------------------------------------------- img */
div.caption {
  width: 490px;
  height: 2em;
  margin: -1em auto 0em auto;
}

div.caption span {
  display: block;
  width: 158px;
  float: left;
  font-size: 77%;
  _font-size: 85%;
  text-align: center;
}

div.caption span.space {
  text-indent : 2.8em;
  _text-indent : 2.2em;
}

p.space {
  margin-left: 1.2em;
}

/* ---------------------------------------- link */
ul.outlink,
ul.outlink li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.outlink li {
  margin: 0 0 1em;
  padding: 0 0 0 18px;
  background: url(/img/link.gif) 0 2px no-repeat;
}

/* ---------------------------------------- table */
table.info {
  width: 480px;
  margin: 1em auto;
  padding: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-collapse: collapse;
}
table.info th {
  width: 180px;
  padding: 5px 0;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #fff;
  border-collapse: collapse;
}
table.info td {
  padding: 5px 0;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #fff;
  border-collapse: collapse;
}
p.center-1 {
  text-align: center;
   width: 500px;
   margin-right: auto;
   margin-left: auto;
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 0px;
}
span.english1 {
  font-size: 12px;
} 