@charset "utf-8";

body {
  font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Lucida Grande','Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: .05em;
  line-height: 1.4em;
  color: #666;
  text-align: center;
  font-size: 13px;
  background: url('img/back_texture.gif');
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
}

h5 {
  font-size: 10px;
}

h6 {
  font-size: 10px;
}

img {
  border: 0;
  vertical-align: bottom;
}

/* BR for IE */
br {
  letter-spacing: 0;
}

.txtcenter {
  text-align: center;
}

.imgright {
  float: right;
  margin: 0 0 0 10px;
}

.imgleft {
  float: left;
  margin: 0 10px 0 0;
}

.imgborder {
  border: 1px solid #999;
}

.clr {
  clear: both;
}

.font24 {
  font-size: 24px;
}

.font20 {
  font-size: 20px;
}

.font18 {
  font-size: 18px;
}

.font14 {
  font-size: 14px;
}

.font10 {
  font-size: 10px;
}

.fontcolor_cha {
  color: #7e4c04;
}

.fontcolor_orange {
  color: #e78937;
}

.fontcolor_red {
  color: #dd5B31;
}

.fontbold {
  font-weight: bold;
}


a:link, a:visited {
  color: #f0950a;
}

a:hover {
  color: #dd5b31;
  text-decoration: underline;
}

#gototop {
  clear: left;
  text-align: right;
  margin: 20px 0 0;
}


#back {
  width: 940px;
  margin: auto;
  text-align: left;
  background: #fff url('img/back_side.gif') repeat-y center top;
}
  
#header {
  width: 930px;
  height: 170px;
  padding: 0 5px;
  border: none;
  background: url('img/header_back.jpg') no-repeat center top;
}

#header_left {
  float: left;
  width: 610px;
}

#header_right {
  float: left;
  width: 320px;
}

#header_left p {
  width: 605px;
  height: 30px;
  padding-left: 5px;
  font-size: 10px;
}

#header h1, #header-name {
  width: 410px;
  height: 80px;
  padding: 0 60px 0 140px;
}

#header h2, #header-description {
  display: none;
}

#header h1, #header h2, #header-name, #header-description, #header a {
  margin: 0;
}

#header_menu {
  width: 780px;
  height: 43px;
  padding-left: 130px;
  list-style-type: none;
  clear: both;
}

#header_menu li {
  float: left;
}

#mainimage {
  width: 890px;
  height: 200px;
  padding: 0 20px;
}

#secondimage {
  width: 890px;
  height: 200px;
  padding: 0 20px;
}

#container {
  clear: both;
  width: 930px;
  margin-bottom: 20px;
}

#content {
  float: right;
  width: 610px;
  padding: 20px 20px 20px 0;
}

.title_bar {
  width: 597px;
  height: 28px;
  padding: 7px 0 0 13px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.2em;
  background: url('img/titlebar610.gif') no-repeat left bottom;
}

.title_bar a:link, .title_bar a:visited, .title_bar a:hover {
  color: #fff;
  text-decoration: none;
}

.content_box {
  clear: both;
  margin-bottom: 30px;
}

.content_body {
  clear: both;
  padding: 0 10px;
}


#top_news_middle {
  width: 590px;
  padding: 10px 5px 30px;
  list-style-type: none;
}

#top_news_middle li {
  padding: 5px;
}

#top_news_middle li.li_even {
  background-color: #fffcee;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 0;
}

/* LIST */
.data_sheet {
  width: 90%;
  margin: 10px 10px 40px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 1px 1px 1px;
}

.data_sheet dt {
  float: left;
  width: 120px;
  padding: 10px;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 0 0 0;
}

.data_sheet dd {
  margin: 0 0 0 140px;
  padding: 10px 0 10px 10px;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 0 0 1px;
}

/* PRICE */
.price_sheet {
  width: 90%;
  margin: 10px 10px 40px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 1px 1px 1px;
}

.price_sheet dt {
  float: left;
  width: 240px;
  padding: 10px;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 0 0 0;
}

.price_sheet dd {
  margin: 0 0 0 260px;
  padding: 10px;
  text-align: right;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 0 0 1px;
}


/* FORM */
#contact_form {
  margin: 0 0 20px;
}

#contact_form dt {
  float: left;
  width: 110px;
padding: 10px 5px 10px 0;
  text-align: right;
}

#contact_form dd {
margin: 0 0 0 120px;
padding: 10px 0 10px 10px;
  border-style: solid;
  border-color: #999;
  border-width: 0 0 0 1px;
}

.form_send {
  text-align: center;
  padding: 0 100px;
}


/* TEETH TABLE */
.teethtable {
width: 588px;
font-size: 11.5px;
  margin: 5px 0 40px;
border-style: solid;
border-color: #999;
border-width: 1px 0 0 1px;
border-spacing: 0;
}

.teethtable tr {
}

.teethtable td {
  padding: 5px;
border-style: solid;
border-color: #999;
border-width: 0 1px 1px 0;
line-height: 1.1em;
}

.teethtable td img {
margin: 2px;
}

.teethtable_td1 {
width: 80px;
text-align: center;
}

.teethtable_td3 {
width: 110px;
  font-weight: bold;
text-align: center;
}

.teethtable_td4 {
width: 145px;
  font-weight: bold;
text-align: center;
}

.boxcolor1 {
background-color: #e6ac94;
}

.boxcolor2 {
background-color: #c1e3c6;
}

.boxcolor3 {
background-color: #d5bfe0;
}

.boxcolor4 {
background-color: #e7c2cb;
}

.boxcolor5 {
background-color: #81d3d7;
}

.boxcolor6 {
/*background-color: #e69967;*/
background-color: #eead98;
}

.boxcolor7 {
/*background-color: #59c4d7;*/
background-color: #8cdcef;
}

.boxcolor8 {
/*background-color: #c1dda3;*/
background-color: #c2dea3;
}

.boxcolor9 {
/*background-color: #ebcea7;*/
background-color: #fcedcc;
}



/* SIDE BAR */
#sidebar {
  float: left;
  width: 250px;
  padding: 20px 0 20px 20px;
}

.side_widget {
  font-size: 11px;
  text-align: center;
  margin-bottom: 30px;
}

#service_menu {
  width: 225px;
  height: 191px;
  padding: 32px 0 0 25px;
  list-style-type: none;
  background: url('img/side_service.gif') no-repeat center top;
}

#service_menu li {
  width: 210px;
  margin: 0;
  padding 0;
}



/* GOOGLE MAPS */
#accessmap {
  width: 590px;
  height: 400px;
}

/* FOOTER */
#footer {
  clear: both;
  width: 930px;
  height: 230px;
  padding: 0 5px;
  font-size: 11px;
  text-align: left;
  background: url('img/footer_back.gif') no-repeat center top;
}

#footer_left {
  float: left;
  width: 380px;
  padding: 40px 10px;
}

#footer_right {
  float: right;
  width: 380px;
  padding: 120px 0 0 150px;
}

#footer_left ul {
  float: left;
  padding: 0 10px 0 30px;
  text-align: left;
}

.footer_sitemap {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0 0 1px;
}


#footer li {
}

#footer a:link, #footer a:visited {
  color: #666;
  text-decoration: none;
}

#footer a:hover {
  color: #dd5b31;
  text-decoration: none;
}



/* MT */

.asset, .trackbacks, .comments, .comment, .comments-open {
  margin-bottom: 50px;
}

.asset-content {
  padding: 0 10px;
}

.asset-name {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}

.asset-body p {
  margin-bottom: 0.75em;
}

.trackbacks-header, .comments-open-header, .archive-header {
  color: #333;
}


h1.archive-title, h1.search-results-header, h1.comment-complete {
  margin: 0 0 50px;
}

h3#page-title {
  font-size: 17px;
  line-height: 1.5em;
  border-style: solid;
  border-color: #333;
  border-width: 0 0 0 10px;
  padding: 0 0 0 5px;
}

h3#top_recommend_title {
  font-size: 17px;
  text-align: center;
}


h2.entry-title {
  font-size: 17px;
  line-height: 1.5em;
  border-style: solid;
  border-color: #333;
  border-width: 0 0 0 10px;
  padding: 0 0 0 5px;
}

h2.entry-title a:link {
  color: #333;
}

h2.entry-title a:visited {
  color: #333;
}


.asset-more-link {
  font-size: 16px;
  text-align: right;
}

.widget-header, .widget-header a {
  color: #333;
}

.widget-header {
  margin: 20px 10px 0;
}

.widget-content { 
  margin: 0 10px;
}

.asset-meta {
  padding: 0 5px;
  margin-bottom: 10px;
  text-align: right;
  font-size: 11px;
  border: none;
}




/*
*** clearfix ***
*/
#container:after,
.asset-content:after,
.content_body:after,
.summary_box:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* clearfix */
.cf {
zoom: 1;
}
.cf:before, .cf:after {
content: "";
display: table;
}
.cf:after {
clear: both;
}
