@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------------
	screen.css
	2012/07/16
------------------------------------------------------------------------------------------------------------------------ */
body {
  font-size: 16px;
  color: #3F1F00;
}

div#wrap {
  width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
}

/*
::selection {
	background: ##D83400;
	color: #FFF;
}*/
/* Firefox対応*/
/*
::-moz-selection {
	background: ##D83400;　
	color: #FFF;
}
*/
div#pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
}

div#pagetop a {
  background: url(../img/pagetop.png) no-repeat 0 0;
  width: 50px;
  height: 50px;
  display: block;
  bottom: 20px;
  right: 20px;
  text-indent: -99999px;
}

/* ------------------------------------------------------------
	link settings
------------------------------------------------------------ */
div#content a {
  text-decoration: none;
}

div#content a:link {
  text-decoration: none;
}

div#content a:visited {
  text-decoration: none;
}

div#content a:hover {
  text-decoration: none;
}

div#content a:active {
  text-decoration: none;
}

/* ------------------------------------------------------------
	logoBox
------------------------------------------------------------ */
header {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}

header h1 {
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 15px;
}

header div.inner {
  margin-bottom: 40px;
}

header div.inner h2 {
  width: 164px;
  height: 81px;
  float: left;
  padding-right: 90px;
}

header div.inner div p {
  line-height: 1.6;
  font-size: 14px;
}

header div.inner div.contactBox,
header div.inner div.timeBox {
  float: left;
  padding-right: 55px;
  color: #D83400;
}

header div.inner div.contactBox {
  width: 160px;
  padding-top: 10px;
}

header div.inner div.contactBox strong {
  font-size: 16px;
}

header div.inner div.contactBox a {
  color: #D83400;
}

header div.inner div.contactBox a:hover {
  text-decoration: none;
}

header div.inner div.contactBox p.form {
  width: 160px;
  padding: 2px 0;
  text-align: center;
  display: block;
  background-color: #D83400;
  border-radius: 3px/3px;
}

header div.inner div.contactBox p.form a {
  color: #FFF;
  text-decoration: none;
}

header div.inner div.contactBox p.form:hover {
  background-color: #FF9977;
  color: #D83400;
}

header div.inner div.timeBox {
  width: 250px;
  padding-top: 10px;
}

header div.inner div.addressBox {
  width: 225px;
  float: right;
  padding-top: 10px;
}

nav {
  margin-bottom: 15px;
}

nav ul {
  background: url(../img/header/gnav_dotted_line.gif) no-repeat right 0;
  padding-right: 1px;
}

nav ul li {
  background: url(../img/header/gnav_dotted_line.gif) no-repeat 0 0;
  padding-left: 1px;
  float: left;
}

nav ul li.home a {
  background: url(../img/header/gnav_home.gif) no-repeat 0 0;
  width: 98px;
}

nav ul li.news a {
  background: url(../img/header/gnav_news.gif) no-repeat 0 0;
  width: 119px;
}

nav ul li.greeting a {
  background: url(../img/header/gnav_greeting.gif) no-repeat 0 0;
  width: 109px;
}

nav ul li.treatment a {
  background: url(../img/header/gnav_treatment.gif) no-repeat 0 0;
  width: 124px;
}

nav ul li.course a {
  background: url(../img/header/gnav_course.gif) no-repeat 0 0;
  width: 179px;
}

nav ul li.fee a {
  background: url(../img/header/gnav_fee.gif) no-repeat 0 0;
  width: 89px;
}

nav ul li.voice a {
  background: url(../img/header/gnav_voice.gif) no-repeat 0 0;
  width: 134px;
}

nav ul li.access a {
  background: url(../img/header/gnav_access.gif) no-repeat 0 0;
  width: 139px;
}

nav ul li a {
  height: 40px;
  display: block;
  text-indent: -999999px;
}

nav ul li a:hover {
  background-position: 0 bottom;
}

h3 {
  border-bottom: solid 1px #B7AB9F;
  padding: 10px 0 25px;
  margin-bottom: 30px;
  text-align: center;
}

h4 {
  background: url(../img/dotted_line_orange.gif) repeat-x 0 bottom;
  padding-bottom: 13px;
  color: #D83500;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}

h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* ------------------------------------------------------------
	contents
------------------------------------------------------------ */
div#content {
  width: 1000px;
  text-align: left;
}

div#content p {
  line-height: 1.4;
}

/* mainVisual */
div#mainVisualBox {
  width: 1000px;
  height: 490px;
  overflow: hidden;
  margin-bottom: 30px;
}

div#mainVisualBox ul.slider li {
  width: 1000px;
}

div.container {
  margin-bottom: 80px;
}

/* ------------------------------------------------------------
	pagetop
------------------------------------------------------------ */
div#pagetop {
  width: 69px;
  height: 68px;
  position: fixed;
  bottom: 100px;
  right: 120px;
}

div#pagetop a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -ms-filter: "alpha(opacity=80)";
}

/* ------------------------------------------------------------
	footer
------------------------------------------------------------ */
footer {
  text-align: center;
  padding: 15px 0;
}

/* ------------------------------------------------------------
	news
------------------------------------------------------------ */
div#news dl {
  margin-bottom: 10px;
}

div#news dl dt {
  width: 100px;
  float: left;
}

div#news dl dd {
  width: 850px;
  padding-left: 50px;
  float: left;
}

div#news dl dd a {
  color: #D93600;
}

/* ------------------------------------------------------------
	greeting
------------------------------------------------------------ */
div#greeting p {
  line-height: 1.6;
}

div#greeting p.img {
  float: right;
  width: 350px;
  padding: 0 0 20px 20px;
}

div#greeting div.txtBox {
  width: 630px;
  float: left;
}

/* ------------------------------------------------------------
	treatment
------------------------------------------------------------ */
div#treatment div.picBox p.pic01 {
  width: 500px;
  float: left;
}

div#treatment div.picBox ul {
  width: 500px;
  float: left;
}

div#treatment div.picBox ul li {
  width: 230px;
  height: 140px;
  overflow: hidden;
  padding: 0 0 20px 20px;
  float: left;
}

/* ------------------------------------------------------------
	course
------------------------------------------------------------ */
div#course ul li {
  line-height: 1.6;
  float: left;
  padding-right: 30px;
  margin-bottom: 15px;
}

div#course table {
  border-collapse: collapse;
  border: solid 1px #DFDAD5;
  margin-bottom: 70px;
}

div#course table th, div#course table td {
  border: solid 1px #DFDAD5;
  padding: 15px;
  line-height: 1.4;
}

div#course table th {
  width: 130px;
  color: #D83400;
  text-align: center;
}

div#course table th.head,
div#course table td.head {
  background-color: #F5F4F2;
  font-weight: bold;
  text-align: center;
}

div#course dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}

div#course dl dd {
  padding-left: 2em;
  margin-bottom: 25px;
}

/* ------------------------------------------------------------
	fee
------------------------------------------------------------ */
div#fee p.ttl {
  background-color: #D93600;
  border-radius: 3px/3px;
  padding: 15px 15px 12px;
  line-height: 1.1;
  margin-bottom: 10px;
}

div#fee p.txtLine3 {
  min-height: 80px;
  margin-bottom: 15px;
}

div#fee p.txtLine1 {
  min-height: 40px;
  margin-bottom: 15px;
}

div#fee p.imgBig {
  width: 480px;
  vertical-align: middle;
  line-height: 0;
  margin-bottom: 20px;
}

/* ------------------------------------------------------------
	voice
------------------------------------------------------------ */
div#voice p {
  line-height: 1.6;
}

/* ------------------------------------------------------------
	access
------------------------------------------------------------ */
div#access div.leftBox {
  width: 550px;
  float: left;
}

div#access div.leftBox dl dd {
  width: 450px;
}

div#access div.rightBox {
  width: 450px;
  float: right;
}

div#access div.rightBox dl dd {
  width: 350px;
}

div#access dl {
  margin-bottom: 20px;
}

div#access dl dt, div#access dl dd {
  line-height: 1.4;
  float: left;
}

div#access dl dt {
  width: 30px;
  padding: 0 10px 0 5px;
}

div#access dl dd.line1 {
  padding-top: 4px;
}

/* ------------------------------------------------------------
	contact
------------------------------------------------------------ */
div.contact {
  padding-top: 30px;
}

div.contact ul {
  margin: 0 0 30px 30px;
}

div.contact ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

div.contact table {
  width: 1000px;
  border-collapse: collapse;
  margin-bottom: 30px;
}

div.contact table th, div.contact table td {
  border-bottom: solid 1px #B7AB9F;
  padding: 15px;
}

div.contact table th {
  width: 200px;
}

div.contact table th strong {
  color: #C33;
  font-size: 12px;
}

div.contact table td input,
div.contact table td textarea {
  padding: 5px;
  font-size: 16px;
  border: solid 1px #B7AB9F;
}

div.contact table td textarea {
  width: 500px;
  height: 150px;
}

div.contact p.kakunin {
  margin-left: 245px;
}

div.contact p.kakunin input {
  width: 150px;
  padding: 10px;
  text-align: center;
  background-color: #B7AB9F;
  border: solid 1px #B7AB9F;
  border-radius: 3px 3px 3px 3px/3px 3px 3px 3px;
}

div.contact .formbtn {
  margin-left: 245px;
}

div.contact .formbtn input {
  width: 150px;
  padding: 10px;
  text-align: center;
  background-color: #B7AB9F;
  border: solid 1px #B7AB9F;
  border-radius: 3px 3px 3px 3px/3px 3px 3px 3px;
}

div.contact .formbtn a.backtop {
  width: 150px;
  padding: 15px 20px;
  display: block;
  text-align: center;
  background-color: #D83400;
  border: solid 1px #D83400;
  border-radius: 3px 3px 3px 3px/3px 3px 3px 3px;
}

div.contact .formbtn a.backtop:link,
div.contact .formbtn a.backtop:visited,
div.contact .formbtn a.backtop:hover,
div.contact .formbtn a.backtop:active {
  color: #FFF;
}
