@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;
}

.style01 { font-size: 12px; font-style: normal; line-height: 16px}
.style01blu { font-size: 12px; font-style: normal; line-height: 16px; color:#0066FF}
.small { font-size: 11px; font-style: normal; line-height: normal}
.bold { font-size: 14px; font-style: normal; line-height: normal; color:#666666}
.style02 { font-size: 12px; font-style: normal; line-height: 18px}
.style00 { font-size: 12px; font-style: normal}
.style00en { font-size: 12px; font-style: normal ; font-family: "Arial", "Helvetica", "sans-serif"}
.style03 { font-size: 12px; font-style: normal; line-height: 20px}

/* ヘッダ
---------------------------------------------------- */
#header {
  width: 775px;
  height: 90px;
  background: url(../img/header_guidance.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;
}

/* タイトル
---------------------------------------------------- */
#title {
  margin: 10px 0 0 37px;
}
#title img {
  vertical-align: bottom;
}

/* コンテンツ
---------------------------------------------------- */
#contents {
  margin: 10px 0 0 50px;
  width: 700px;
}

#contents h1{
  font-size: 12px;
  color:#666666;
}

#contents h2{
  font-size: 12px;
  line-height:16px;
  color:#666666;
}

	/* お問い合わせ
---------------------------------------------------- */
#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 }

