@charset "utf-8";
/* CSS Document */
/*
ページタイトル
----------------------------------------------------------------------*/
#page_title {
  background-image: url(image/title.jpg);
}
/*
見出し
----------------------------------------------------------------------*/
.subtitle {
  background-image: url(image/sub.gif);
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 23px;
  padding-left: 15px;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
  margin: 15px auto;
  overflow: hidden;
}
/*
テキスト
----------------------------------------------------------------------*/
.text_block {
  width: 100%;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
/*
訪問診療とは
----------------------------------------------------------------------*/
.about_block {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}
.about_block li {
  clear: both;
  list-style-type: none;
  width: 100%;
  overflow: hidden;
}
.about_block li dl {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.about_block li dl dt {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 44px;
  padding-left: 50px;
  font-size: 1.2em;
  font-weight: bold;
}
.about_block li dl dd {
  padding: 6px 0px;
}
.about_block li p {
  width: 144px;
}
.about_block li dl dt.point01 {
  background-image: url(image/point01.gif);
}
.about_block li dl dt.point02 {
  background-image: url(image/point02.gif);
}
.about_block li dl dt.point03 {
  background-image: url(image/point03.gif);
}
/*
よくある質問
----------------------------------------------------------------------*/
.question_block {
  width: 100%;
  margin: 20px auto 0;
  overflow: hidden;
}
.question_block dl {
  display: block;
  overflow: hidden;
  /*
  background-image: url(image/border.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  */
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.question_block dl dt {
  background-image: url(image/q.gif);
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 22px;
  padding-left: 26px;
  overflow: hidden;
  margin-bottom: 6px;
}
.question_block dl dd {
  background-image: url(image/a.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 26px;
  overflow: hidden;
}
/*
テーブル
----------------------------------------------------------------------*/
.box001 {
  text-decoration: none;
  margin-bottom: 20px;
}
.box001 table {
  text-decoration: none;
  padding: 0px;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #b9b180;
  border-bottom-color: #b9b180;
}
.box001 th {
  text-decoration: none;
  width: 123px;
  padding: 5px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #b9b180;
  border-left-color: #B9B180;
  font-weight: normal;
}
.box001 td {
  text-decoration: none;
  padding: 5px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #b9b180;
  border-left-color: #b9b180;
}
.box001 .ancolor01 {
  text-decoration: none;
  background-color: #fff4b1;
}
.box001 .ancolor02 {
  text-decoration: none;
  background-color: #fffed7;
}
/*----------------------------*/
.two_col {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
}
.two_col .left_col {}
.two_col .right_col {
	margin-top: 15px;
}