<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
  padding: 0px;
  margin: 0px auto;
  background: #FFFFFF url(../../img/bg.jpg) repeat-x;
  font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#box {
  padding: 0px;
  width: 800px;
  margin: 10px auto;
  text-align: center;
  font-size: small;
  background: #FFFFFF;
  border: 1px solid #999999;
}
/*-----------------------------------------------------*/
/*ヘッダー部分の設定*/
#head {
  color: #FFFFFF;
  text-align: left;
  margin: 0px;
  padding: 3px;
  background: #296403;
}
#top {
  margin: 0px;
  padding: 0px;
  width: 800px;
  border-bottom: 5px solid #296403;
}
#top p {
  font-size: 11px;
  text-align: right;
  color: #000000;
}
#top a {
  font-size: 11px;
  text-align: right;
  color: #000000;
}
/*-----------------------------------------------------*/
/*横長メニューバーの設定*/
#m_bar {
  clear: both;
  margin-bottom: 10px;
  margin-top: 10px;
}
/*ヘッダー部分パンくずリストの設定*/
.pan {
  font-size: 10px;
  text-align: left;
  margin: 0;
  padding: 0px 30px 5px;
  clear: both;
  border-top: 1px solid #999999;
}
.pan a:link, .pan a:visited, .pan a:active {
  font-size: 10px;
  color: #999999;
}
.pan a:hover {
  text-decoration: none;
  font-size: 10px;
}
/*-----------------------------------------------------*/
/*ページタイトル*/
#pgt {
  margin: 0px;
  padding: 0px;
  clear: both;
}
#pgt img {
  margin: 2px;
  padding: 0px;
  float: left;
}
/*-----------------------------------------------------*/
h1, h2, h3, h4, h5, h6, ul, li, a, p {
  margin: 0px;
  padding: 0px;
  font-size: small;
  line-height: 160%;
  font-weight: normal;
  text-align: left;
}
h1 {
  font-size: x-small;
}
p {
  padding: 5px;
  margin: 7px 10px;
}
p.last, ul.last {
  margin-bottom: 25px;
}
a:link, a:visited {
  color: #359D5B;
  text-decoration: none;
}
a:hover {
  color: #FFCC00;
  text-decoration: underline;
}
a img {
  border: 0px;
}
li {
  list-style: none;
}
hr {
  display: none;
}
p.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.right {
  text-align: right;
}
/*-----------------------------------------------------*/
/*メインコンテンツの設定*/
.main_box {
  margin: 10px 7px 10px auto;
  padding: 0px 7px 10px;
  float: right;
  width: 550px;
}
#main_top {
  margin: 5px 15px 10px;
  padding: 0px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 550px;
}
/*-----------------------------------------------------*/
h2 {
  text-indent: 10px;
  font-size: medium;
  text-indent: 30px;
  padding: 2px;
  margin: 0px 7px 7px;
  color: #83C318;
  background: url(../../img/h3.jpg) no-repeat left center;
  text-align: left;
  font-weight: bold;
}
h3 {
  text-indent: 10px;
  font-size: small;
  border-bottom: 1px dotted #1F662F;
  text-indent: 10px;
  padding: 2px;
  margin: 7px 7px 7px 15px;
  color: #1F662F;
  font-weight: bold;
}
h4 {
  padding: 5px;
  margin: 7px 10px;
  color: #83C318;
  font-weight: bold;
}
/*-----------------------------------------------------*/
/*HOMEの設定*/
#home_wrapped {
  float: left;
  width: 480px;
}
.home_box {
  margin: 10px 7px;
  padding: 0px 7px 10px;
  clear: both;
}
.home {
  width: 313px;
  text-align: left;
  font-size: small;
  line-height: 160%;
  float: left;
  margin-left: 2px;
}
.home_menu {
  margin: 0px 0px 0px 2px;
  width: 310px;
  background: #FFFFFF;
  padding: 0px;
}
span.red {
  color: #FF0000;
}
/*-----------------------------------------------------*/
.info dl {
  padding: 0px;
  margin: 0px;
}
.info dt {
  font-weight: bold;
  padding: 0px 5px;
  margin: 0px 30px;
  text-align: left;
  color: #666666;
}
.info dd {
  padding: 5px 5px 5px 30px;
  margin: 0px 30px 7px;
  border-bottom: #8B7B76 dotted 1px;
  text-align: left;
  line-height: 140%;
}
/*-----------------------------------------------------*/
/*サイドバーBOXの設定*/
.side_menu {
  background: #EFEFEF;
  float: left;
  margin: 0px;
  color: #736662;
  background: #FFFFFF;
  padding: 0px 0px 0px 2px;
}
.side_img {
  margin: 5px 0px 0px 7px;
}
.side_menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.side_menu li {
  margin: 0px 0px 1px;
  padding: 0px;
}
.side_menu a:hover {
  color: #736662;
  text-decoration: underline;
}
.side_info {
  margin: 0px 0px 10px 7px;
  width: 190px;
  color: #736662;
  background: #FFFFFF;
  padding: 10px 0px;
  border-right: 1px solid #69A3C0;
  border-bottom: 1px solid #69A3C0;
  border-left: 1px solid #69A3C0;
  text-align: center;
}
.side_info p {
  text-align: left;
}
.side_banner {
  margin: 5px auto 0px 12px;
}
/*-----------------------------------------------------*/
/*フッター部分の設定*/
.f_wrapped {
  margin: 0;
  padding: 0px;
  clear: both;
  background: #FFFFFF;
  width: 800px;
}
#f_box {
  padding: 5px 10px;
  clear: both;
  text-align: center;
  margin-top: 10px;
  background: #63AC07;
  width: 780px;
}
#f_box a:link, #f_box a:visited {
  text-align: center;
  text-decoration: none;
  color: #333333;
  padding: 7px;
  margin: 0px;
  font-size: small;
}
#f_box a:hover {
  font: small bold;
  text-align: center;
  text-decoration: underline;
  color: #000000;
  padding: 7px;
  margin: 0px;
}
/*-----------------------------------------------------*/
#l_ad {
  margin: 7px;
  float: left;
  width: 400px;
  text-align: left;
  padding: 5px 5px 5px 10px;
  line-height: 160%;
}
#l_ad h3 {
  text-indent: 0;
  border-bottom: none;
  padding: 2px 0;
  margin: 0;
  color: #000;
}
#l_ad a {
  text-decoration: none;
  color: #000000;
}
#r_ad {
  margin: 7px 15px;
  float: right;
  width: 300px;
  text-align: right;
  padding: 5px;
  font-size: 10px;
}
#r_ad a {
  text-decoration: none;
  color: #000000;
  font-size: 10px;
}
/*フッター医院名の設定*/
#footer {
  margin: 0px;
  padding: 0px;
  clear: both;
  background: #296403;
  color: #FFFFFF;
}
#footer p {
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  padding: 5px;
}
/*フッターＭＭＰリンクの設定*/
.mmp {
  font-size: 9px;
  color: #FFFFFF;
  text-align: center;
}
.mmp a:link, .mmp a:visited, .mmp a:hover {
  font: 9px normal;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}
/*-----------------------------------------------------*/
.side_menu ul.news {
  width: 210px;
}
.side_menu ul.news li {
  font-size: 11px;
  color: #333;
  text-decoration: none;
  background: #eee url(../../img/title_s/news_dot.gif) no-repeat 5px center;
  padding: 4px 4px 4px 20px;
  margin-bottom: 4px;
}
.side_menu ul.news li a, .side_menu ul.news li a:visited .side_menu ul.news li a:link {
  font-size: 11px;
  color: #333;
}
.side_menu ul.news li:hover {
  font-size: 11px;
  color: #fff;
  background: #8eca18 url(../../img/title_s/news_dot.gif) no-repeat 5px center;
}
div.greeting {
  border: 3px solid #00AE52;
  padding: 10px 10px 10px 110px;
  margin-bottom: 10px;
  background: url(../../img/greeting.jpg) no-repeat left top;
  cursor: pointer;
}
div.greeting:hover {
  border: #aed8d8 solid 3px;
}
div.tosyoBnr a {
  display: block;
  width: 200px;
  background-color: #296403;
  color: #fff;
  padding: 10px 35px 10px 20px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 25px;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'Klee One', cursive;
  position: relative;
  height: 30px;
  line-height: 26px;
}
div.tosyoBnr a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
div.tosyoBnr a:hover {
  text-decoration: none;
}

.clearfix {
  zoom: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul.listDot li {
	padding-left: 1.3vw;
	position: relative;
}
ul.listDot li::before {
position: absolute;
    left: 0;
    top: 0;
	content: "●";
	border-radius: 50%;
	color: #296403;
}
.decBox01 {
	border: 1px solid #296403;
	margin: 20px 0;
	padding: 10px;
}</pre></body></html>