@charset "UTF-8";

@import "css/default.css"; /* initial setting */
@import "css/layout.css";/* layout style */

#pageTitle { color: #fff; height: 110px; background: url(./images/titleBG.gif) repeat-x; }

.column { margin-bottom: 45px; }
h3.blogEntryHeader { height: 37px; font-size: 16px; font-weight: bold; line-height: 37px; margin-bottom: 25px; padding-left: 19px; background: url(./images/subTitleBG.gif) no-repeat !important; }

table.form {
  width: 100%;
  border-top: #37548a 2px solid;
}
table.form td,table.form th {
  padding: 7px 15px;
  vertical-align: top;
}
table.form tr {
  border-bottom: #d9d9d9 1px solid;
}
table.form th {
  width:  150px;
  background: #e9f1fc;
  border-right: #d9d9d9 1px solid;
  font-weight: bold;
}
table.form tr.odd {
  background: #f3f3f3;
}
.subTitle {
  font-size: 16px;
  color: #4b6499;
  font-weight: bold;
  border-bottom: #4b6499 2px solid;
  line-height: 1.2;
  margin-bottom: 10px;
}
img.tel{
  margin-top: 10px;
}
dl.contact {
}
dl.contact dt, dl.contact dd {
  padding-left: 20px;
}
dl.contact dt {
  font-size: 108%;
  background: url(./images/h5Bg.gif) no-repeat 0px 5px;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 0.5em;
}
dl.contact dd {
  margin-bottom: 1.5em;
}
ol.disclaimer{
  margin-left: 30px;
}
ol.disclaimer li{
  list-style: decimal;
  margin-bottom: 10px;
}
ul.entryNavi {
     text-align: center;
     margin: 2em 0;
}
ul.entryNavi li {
     display: inline;
}
ul.entryNavi li.home {
     padding: 0 20px;
     margin: 0 20px;
     border-left: #999 1px solid;
     border-right: #999 1px solid;
}
