/* 汎用 */
.right{ float:right; }
.left{ float:left; }
p.left-margin{ margin-left:30px; }

/* --- トップページ(index.html) --- */
div#indexBox01{
  width:100%;
  height:119px;
  margin-bottom:12px;
}
div.leftbox,
div.rightbox{
  display:block;
  width:278px;
  height:119px;
}
div.leftbox{ float:left; }
div.rightbox{ float:right; }
/* お知らせ */
div#info-box{
  width:570px;
  height:170px;
  text-align:center;
  background-image:url(http://www.seitai-terra.com/img/index/infoBox_bg.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  margin:0px auto 10px auto;
  overflow:hidden;
  clear:both;
}
div.info-inner{
  text-align:center;
  width:540px;
  margin:56px auto 0px auto;
}
div.info-inner p{
  text-align:left;
  margin:10px auto;
}

div#indexBox02{
  width:570px;
  height:365px;
  margin:0px auto;
  background-image:url(http://www.seitai-terra.com/img/index/indexBox02_bg.jpg);
  background-position:left top;
  background-repeat:no-repeat;
}
div#indexBox02 p{
  position:relative;
  top:90px;
  left:24px;
  line-height:160%;
}

/* --
治療内容（メニュー表）
----------------------------------------- */
div.ratebox,
div.campaignbox{
  width:500px;
  margin:30px auto;
  padding:10px;
  border:2px solid #0067B6;
  overflow:hidden;
}
div.box01{
  border-bottom:1px dashed #999999;
}
div.box01 p{ margin-top:6px;margin-bottom:6px; }
span.time{ width:165px;display:block;float:left; }
span.rate{ font-weight:bold; }
span.note{ color:#cc0000; }
/* キャンペーン情報 */
div.campaignbox{
  border:2px solid #EF931D;
  background-image:url(http://www.seitai-terra.com/img/common/campaign_bg.gif);
  background-position:left top;
  background-repeat:repeat;
}

/* --
サロン案内
----------------------------------------- */
/* 営業時間 */
div#aboutbox01{
  width:510px;
  height:510px;
  margin:10px auto;
  background-image:url(http://www.seitai-terra.com/img/about/about_bg.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  position:relative;
}
div#aboutbox01 p{
  position:absolute;
  bottom:30px;
  /* IE6 Hack */
  _bottom:40px;
  left:40px;
}
/* IE7 Hack */
*:first-child+html div#aboutbox01 p{
  bottom:50px;
}

/* 地図 */
div.mapbox{
}
div.mapbox-g{
  width:460px;
  height:290px;
  padding:3px;
  margin:10px auto;
  border:1px solid #cccccc;
}

/* 院長からのメッセージ */
div.message{
  width:520px;
  padding:10px;
  margin:20px auto;
  border:2px solid #0067B6;
}

/* --
お客様の声
----------------------------------------- */
div.voicebox{
  width:530px;
  margin:10px auto;
  padding:5px;
  border:2px solid #5399E1;
  background-image:url(http://www.seitai-terra.com/img/voice/voicebox_bg.jpg);
  background-position:5px 10px;
  background-repeat:no-repeat;
}
div.voicetext{
  width:440px;
  margin-left:90px;
}

/* --
よくあるご質問
----------------------------------------- */
div.faqbox{
  width:530px;
  margin:10px auto;
}
p.qbox{
  height:28px;
  font-weight:bold;
  line-height:28px;
  text-indent:30px;
  padding-top:6px;
  border-bottom:1px dashed #999999;
  background-image:url(http://www.seitai-terra.com/img/faq/q.gif);
  background-position:left top;
  background-repeat:no-repeat;
  margin-bottom:6px;
}
p.abox{
  background-color:#e3ecf5;
  padding:10px;
  border:1px solid #cccccc;
}

/* --
お問合せ
----------------------------------------- */
table.contacttbl{
  width:530px;
  border:1px solid #aaaaaa;
  margin:10px auto;
  text-align:left;
}
table.contacttbl tr th{
  color:#ffffff;
  padding:6px;
  border:1px solid #cccccc;
  background-image:url(http://www.seitai-terra.com/img/common/th_bg.jpg);
  background-position:left top;
  background-repeat:repeat;
}
table.contacttbl tr td{
  padding:6px;
  border:1px solid #cccccc;
}

/* --
リンク
----------------------------------------- */
div.linkbox{
  width:560px;
  height:100px;
  margin:10px auto;
}
div.linkbox textarea{
  width:280px;
}

