@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */

@import url(ie5win.css);
body {
  margin: 0;
  padding: 0;
  color: #333333;
  background: #e5e5dd url(../images/back.jpg) repeat-y;
}
#wrapper {
  width: 777px;
  color: #333333;
  background: url(../images/back-body.jpg) repeat-y;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #3366ff;
  background: transparent;
}
a:visited {
  color: #800080;
  background: transparent;
}
A:hover, A:active {
  color: #ff9933;
  
}

/* ヘッダ
---------------------------------------------------- */
#header {
  padding-top: 31px;
  color: #999999;
  background: url(../images/back-header.jpg) no-repeat;
}
h1 {
  margin: 0;
  float: left;
  width: 248px;
  font-size: small;
}
h1 img {
  vertical-align: bottom;
}
#header ul {
  margin: 0;
  padding: 10px 39px 0 0;
  float: right;
  width: 490px;
  list-style: none;
  text-align: right;
  line-height: 1.0;			/* ■この指定が無いとブラウザ毎に縦位置が変る */
}
#header li {
  display: inline;
  padding-left: 1em;
  text-transform: uppercase;
  font-size: x-small;
}

/* ページ本体
---------------------------------------------------- */
#pagebody {
  clear: both;
  position: relative;
  width: 777px;			/* ■IE用バグ対策 */
  padding-top: 12px;
}

/* コンテンツ
---------------------------------------------------- */
#content {
  padding: 241px 0 1.2em;
  margin-left: 258px;
  border-bottom: 1px solid #cccccc;
  width: 484px;
  color: #333333;
  background: url(../images/cover.jpg) no-repeat;
}
#content H2 {
  font-size: small;
  color: #ff9933;
  background: transparent;
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : #ff9933;
}
#content li {
  font-size: small;
}

/* ナビゲーション
---------------------------------------------------- */
#navigation {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 236px;
  border-top: 13px solid #3366ff;
}
#navigation ul {
  margin: 0 0 1em;
  padding: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  list-style: none;
}
#navigation li {
  margin: 0;
  padding: 0;
  width: 236px;
  height: 43px;
  text-indent: -9999px;
}
#navigation li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  width: 236px;
  height: 43px;
}

#navigation li#top      {
  background: url(../images/nav.gif) no-repeat 0 0;
}
#navigation li#clinic    {
  background: url(../images/nav.gif) no-repeat -236 -43px;
}
#navigation li#time  {
  background: url(../images/nav.gif) no-repeat -236px -86px;
}
#navigation li#home {
  background: url(../images/nav.gif) no-repeat -236px -129px;
}
#navigation li#staff      {
  background: url(../images/nav.gif) no-repeat -236px -172px;
}
#navigation li#blog      {
  background: url(../images/nav.gif) no-repeat -236px -215;
}
#navigation li#access    {
  background: url(../images/nav.gif) no-repeat -236px -258px;
}
#navigation li#yobou  {
  background: url(../images/nav.gif) no-repeat -236px -301px;
}
#navigation li#kengaku {
  background: url(../images/nav.gif) no-repeat -236px -344px;
}
#navigation li#kyouiku      {
  background: url(../images/nav.gif) no-repeat -236px -387px;
}
#navigation li#tiiki      {
  background: url(../images/nav.gif) no-repeat -236px -430px;
}
#navigation li#link      {
  background: url(../images/nav.gif) no-repeat -236px -473px;
}


#navigation li#top a:hover    {
  background: url(../images/nav.gif) no-repeat 0 0;
}
#navigation li#clinic a:hover   {
  background: url(../images/nav.gif) no-repeat 0px -43px;
}
#navigation li#time a:hover {
  background: url(../images/nav.gif) no-repeat 0px -86px;
}
#navigation li#homea a:hover {
  background: url(../images/nav.gif) no-repeat 0 -129px;
}
#navigation li#staff a:hover   {
  background: url(../images/nav.gif) no-repeat 0 -172px;
}
#navigation li#blog a:hover    {
  background: url(../images/nav.gif) no-repeat 0 -215;
}
#navigation li#access  a:hover  {
  background: url(../images/nav.gif) no-repeat 0 -258px;
}
#navigation li#yobou a:hover {
  background: url(../images/nav.gif) no-repeat 0 -301px;
}
#navigation li#kengaku a:hover {
  background: url(../images/nav.gif) no-repeat 0 -344px;
}
#navigation li#kyouiku  a:hover    {
  background: url(../images/nav.gif) no-repeat 0 -387px;
}
#navigation li#tiiki  a:hover    {
  background: url(../images/nav.gif) no-repeat 0 -430px;
}
#navigation li#link  a:hover    {
  background: url(../images/nav.gif) no-repeat 0 -473px;
}




#navigation address {
  margin: 0;
  padding: 1em 0 0 1px;
  border-top: 1px solid #cccccc;
  font-style: normal;
  font-size: small;
  line-height: 1.5;
  color: #000000;
  background: transparent;
}

/* フッタ
---------------------------------------------------- */
#footer ul {
  margin: 0;
  padding-right: 31px;
  list-style: none;
}
#footer li {
  margin: 9px 0 10px 9px;
  padding: 0;
  height: 19px;
  text-indent: -9999px;
}
#footer li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  height: 19px;
}
#footer li#info    {
  float: right;
  width: 55px;
  background: url(../images/info.gif) no-repeat;
}
#footer li#sitemap {
  float: right;
  width: 73px;
  background: url(../images/sitemap.gif) no-repeat;
}
#footer li#privacy {
  float: right;
  width: 73px;
  background: url(../images/privacy.gif) no-repeat;
}
#footer p {
  clear: right;
  margin: 0;
  padding: 1em 35px 1em 0;
  width: 742px;
  text-align: right;
  text-transform: uppercase;
  font-size: x-small;
  color: #ffffff;
  background: url(../images/back.jpg) repeat-y;
}
H2{
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : #ff9933;
}

