@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  background-color:#dcdcdc;
}
#wrapper {
 position: relative;
  width: 775px;
  margin-left:auto;
  margin-right:auto;
  background: #dcdcdc url(../img/back.jpg) repeat-y;
}

.small { font-size: 11px; font-style: normal; line-height: normal}


/* ヘッダ
---------------------------------------------------- */
#header {
  width: 775px;
  height: 90px;
  background: url(../img/header.jpg) no-repeat;
}

/* ナビゲーション
---------------------------------------------------- */
#header ul {
  margin: 0;
  list-style: none;
}
#header li {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 44px;
  height: 33px;
  text-indent: -9999px;
}
#header li#home      { left: 401px; width: 67px; }
#header li#clinic    { left: 469px; width: 66px; }
#header li#guidance  { left: 536px; width: 66px; }
#header li#faq       { left: 603px; width: 66px; }
#header li#ortho     { left: 670px; width: 67px; }
#header li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  height: 33px;
}
#header li#home a:hover {
  background: url(../img/over.jpg) -1px 0;
}
#header li#clinic a:hover {
  background: url(../img/over.jpg) -69px 0;
}
#header li#guidance a:hover {
  background: url(../img/over.jpg) -136px 0;
}
#header li#faq a:hover {
  background: url(../img/over.jpg) -203px 0;
}
#header li#ortho a:hover {
  background: url(../img/over.jpg) -270px 0;
}


/* フラッシュ
---------------------------------------------------- */
#flash {
  margin: 10px 0 0 37px;
}
#flash img {
  vertical-align: bottom;
}

/* クリニックからのお知らせ
---------------------------------------------------- */
#info {
  margin: 10px 0 0 37px;
  width: 373px;
  height: 154px;
  background: url(../img/info.jpg) no-repeat;
}
#info h2{
  margin-top: 35px;
  padding: 15px;
  font-size: 14px;
  line-height:1.5;
  color:#666666;
}

/* 診療日のご案内
---------------------------------------------------- */
#schedule {
  position: absolute;
  top: 310px;
  left: 435px;
  width: 300px;
}

	/* お問い合わせ
---------------------------------------------------- */
#call {
  clear: both;
  margin: 0 0 0 40px;
  width: 700px;
  height: 25px;
  background: url(../img/kintetsu.gif) no-repeat;
}
#call p{
  margin-left: 165px;
  padding: 5px;
  text-align:justify;
  font-size: 12px;
  line-height:14px;
  color:#666666;
}

/* フッタ
---------------------------------------------------- */
#footer {
  clear: both;
  position: relative;
  width: 775px;
  height: 50px;
  background: url(../img/footer.jpg) no-repeat;

}



TD.comment { font-size: 10pt ; font-weight:bold ; color: #666666 }
TD.comment2 { font-size: 10pt ; color: #666666 }

