@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Staff                       */
/*                 10  Clinic                      */
/*                 11  Recruit                     */
/*                 12  Perio                       */
/*                 13  Prevent                     */
/*                 14  Laser                       */
/*                 15  Child                       */
/*                 16  Ortho                       */
/*                 17  Aesthe                      */
/*                 18  Implant                     */
/*                 19  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #eee; }

#wrapper {
  background: url(../images/wrapper_bg.jpg) repeat-y;
  width: 820px;
  margin: 0px auto;
  padding: 0 10px;
  text-align: left;
  }
*html body #wrapper {
  width: 840px;
  }

#main {
  margin: 0;
  padding: 0 10px 0 0;
  }

#content {
  width: 600px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
  padding: 10px 0 0 0;
  }


/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.jpg) top no-repeat;
  height: 305px;
  width: 800px;
  margin: 0;
  padding: 0;
  }

#header .alpha {
  width: 500px;
  float: left;
  margin: 0;
  padding: 0;
  }

#header_info {
  height: 15px;
  }

#header_info p {
  margin: 0;
  padding: 0 0 0 1em;
  color :#fff;
  font-size :85%;
  }


h1 {
  text-indent: -9999px;
  width: 210px;
  height: 85px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 210px;
  height: 85px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }

#header .beta {
  width: 200px;
  float: right;
  margin: 0;
  padding: 0;
  }

#header p.tel {
  clear: both;
  margin: 0;
  padding: 0;
  height: 85px;
  }
#header p.tel img { display: block; }

#header_nav { 
  height: 15px;
  margin: 0;
  padding: 0 1em 0 0 ;
  float: right;
  }

#header_nav ul{ 
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
  }

#header_nav li {
  display: inline;
  margin: 0;
  padding: 0;
  color :#fff;
  font-size :85%;
  }

#header_nav li a {
  color: #fff;
  }

#header_nav li a:hover {
  text-decoration: underline;
  }

#header_nav02 {
  clear: both;
  height: 35px;
  }

#header_nav02 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }

#header_nav02 li {
  text-indent: -9999px;
  list-style: none;
  height: 35px;
  width: 160px;
  float: left;
  }

#header_nav02 li a {
  height: 35px;
  width: 160px;
  display: block;
  }

#nav03 a { background: url(../images/header_nav02.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/header_nav02.jpg) -160px 0 no-repeat; }
#nav05 a { background: url(../images/header_nav02.jpg) -320px 0 no-repeat; }
#nav06 a { background: url(../images/header_nav02.jpg) -480px 0 no-repeat; }
#nav07 a { background: url(../images/header_nav02.jpg) -640px 0 no-repeat; }

#nav03 a:hover { background: url(../images/header_nav02.jpg) 0 -35px no-repeat; }
#nav04 a:hover { background: url(../images/header_nav02.jpg) -160px -35px no-repeat; }
#nav05 a:hover { background: url(../images/header_nav02.jpg) -320px -35px no-repeat; }
#nav06 a:hover { background: url(../images/header_nav02.jpg) -480px -35px no-repeat; }
#nav07 a:hover { background: url(../images/header_nav02.jpg) -640px -35px no-repeat; }


#header h2 {
  height: 170px;
  text-indent: -9999px;
  margin: 0px;
  }


/*----------04  Navigation -----------*/

#nav {
  width: 190px;
  float: left;
  padding: 0 0 20px 0;
  }

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav .internal li {
  height: 51px;
  text-indent: -9999px;
  }

#nav .internal li a {
  display: block;
  height: 51px;
  }

#nav08 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -51px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -102px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -153px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -204px no-repeat; }

#nav08 a:hover { background: url(../images/nav.jpg) -190px 0 no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -190px -51px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -190px -102px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -190px -153px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -190px -204px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0 20px;
  margin: 0;
  background: url(../images/footer_bg.jpg) 0 0 no-repeat ;
  text-align: right;
  color: #fff;
  height: 135px;
  }

#footer .alpha {
  float: left;
  width: 210px;
  margin: 0;
  padding: 0;
  }

#footer .alpha p {
  margin: 30px 0 0 0;
  padding: 0;
  }

#footer .alpha p img{
  display: block;
  }


#footer .beta {
  float: right;
  width: 500px;
  }

#footer .beta .section {
  margin: 0;
  padding: 20px 10px 20px 0;
  height: 80px;
  }
*html body #footer .beta .section {
  height: 120px;
  }

#footer a {
  text-decoration: none;
  color: #ddd;
  }
#footer a:hover { 
  text-decoration: underline;
  }

#footer ul { 
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
  clear: both;
  }

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  }

#footer address { 
  margin: 0;
  color: #C1D3EA;
  }


/*---------- 06  Contents -----------*/

.section { padding: .5em 25px .5em 0; }
.section01 { padding: 0 25px .5em 0; }

.section .section { padding: .5em 10px 1em 10px; }

.section p { padding: 0 1em ; }


.center { text-align: center; }

#content h3 {
  clear: both;
  height: 30px;
  text-indent: -9999px;
  }
#content h4 {
  height: 18px;
  text-indent: -9999px;
  }

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: .5em 0 .3em .3em;
  border-bottom: 1px solid #0F3A5E;
  }

#content ul li {
  list-style: none;
  background: url(../images/li_bg.png) 0 4px no-repeat;
  padding-left: 15px;
  }
#content ul.olist li {
  background-image: none;
  padding-left: 0;
  }

#content dt { 
  font-weight: bold;
  color: #0C87CB;
  }

#content a { 
  text-decoration: underline;
  color: #FF7D50;
  }

#content a:hover {
  color: #FFB000;
  }

#content blockquote {
  margin: .5em;
  background: #D2E6FC ;
  padding: .5em 1em;
  }

.image_l  {
  float: left;
  margin: 10px 8px 8px 0;
  }

.image_r {
  float: right;
  margin: 10px 0 8px 8px;
  }

.case {
  margin: 10px 20px;
  background: url(../images/arrow.png) center center no-repeat;
  }

.case-narrow {
  margin: 10px 40px;
  background: url(../images/arrow.png) center center no-repeat;
  }

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
  text-align: center;
  border-top: 2px solid #ccc;
  }


#content ul.totop {
  clear: both;
  padding-bottom: 5px;
  }

#content ul.totop li {
  list-style: none;
  width: 80px;
  height: 14px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 14px;
  background: url(../images/to_top.jpg) 0 0 no-repeat;
  }

p.caution {
  padding-left: 24px;
  background: url(../images/caution.png) 0 1px no-repeat;
  }

/* Hides from IE-mac \*/
p.answer:first-letter {
  display: block;
  padding: 2px;
  background: #4499af;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #ccc;
  margin: 0 5px 0 0;
  float: left;
  }
/* End hide from IE-mac */



#content table {
  border: 1px solid #d0d0ff;
  font-size: 100%;
  color: #666;
  width: 500px;
  margin: 10px 0 0 30px;
  }

#content table th,
#content table td {
  padding: 4px 4px;
  border: 1px solid #ddddff;
  }

#content table th {
  background: #efefff;
  color: #636570;
  }

#content table ul {
  margin: .2em 0 .2em .2em;
  padding: 0;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

#reserv {
  text-indent: -9999px;
  clear: both;
  margin:5px 0 20px 10px;
  }

#reserv a {
  display:block;
  height: 80px;
  background: url(../images/bn_reserv_l.jpg) 0 0 no-repeat;
  }

#reserv a:hover { background: url(../images/bn_reserv_l.jpg) 0 -80px no-repeat; }

/*---------- 07  Index -----------*/
#index #header {
  height: 435px;
  }

#index #header h2 {
  height: 300px;
  background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
  }

#index #pickup .alpha {
  float: left;
  width: 285px;
  height: 150px;
  background:url(../images/pick_bg.jpg) bottom no-repeat;
  }

#index #pickup .alpha p {
  padding-right: 15px;
  }

#index #pickup .alpha .image_l {
  margin: 0;
  padding: 0;
  }

#index #pickup h3 {
  height: 30px;
  margin: 0;
  padding: 0;
  }

#index #pickup h3#title02 { background: url(../images/pick_h-01.jpg) 0 0 no-repeat; }
#index #pickup h3#title03 { background: url(../images/pick_h-02.jpg) 0 0 no-repeat; }

.detail {
  text-indent: -9999px;
  float: right;
  }

.detail a {
  height: 14px;
  width: 80px;
  display: block;
  background: url(../images/detail.jpg) 0 0 no-repeat ;
  }  
 
#index h4#title03 {
  height: 30px;
  background: url(../images/index_h4-03.jpg) 0 0 no-repeat;
  margin: 0;
  padding: 0;
  }

#index h4#title04 {
  height: 30px;
  background: url(../images/index_h4-04.jpg) 0 0 no-repeat;
  margin: 0;
  padding: 0;
  }
#index h4#title05 {
  height: 30px;
  background: url(../images/index_h4-05.jpg) 0 0 no-repeat;
  margin: 0;
  padding: 0;
  }


#index #clinic-info {
  margin: 0 50px 0 10px;
  }
* html body#index #clinic-info {
  margin: 0 20px 0 10px;
  }


#index #clinic-info .alpha {
  float: left;
  width: 300px;
  padding-bottom: 20px;
  }

#index #clinic-info .alpha h5 {
  text-indent: -9999px;
  height: 18px;
  background: url(../images/index_h4-04.jpg) 0 0 no-repeat;
  margin: 0;
  padding: 0;
  border: none;
  }

#index #clinic-info .alpha h5#title05 { background: url(../images/index_h5-05.jpg) 0 0 no-repeat; }
#index #clinic-info .alpha h5#title06 { background: url(../images/index_h5-06.jpg) 0 0 no-repeat; }


#index #clinic-info .beta {
  float: right;
  width: 210px;
  }


/*---------- Clinic -----------*/
#clinic h2#title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic h3#title03 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic h4#title10 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }


#clinic #content .alpha {
  float: left;
  width: 210px;
  }

#clinic #content .beta {
  float: right;
  width: 300px;
  padding-top: 5px;
  }


/*---------- 09  Staff -----------*/
#staff h2#title01 { background: url(../images/staff_h2-01.jpg) 0 0 no-repeat; }
#staff h3#title02 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff h4#title03 { background: url(../images/staff_h4-03.jpg) 0 0 no-repeat; }
#staff h4#title04 { background: url(../images/staff_h4-04.jpg) 0 0 no-repeat; }
#staff h4#title05 { background: url(../images/staff_h4-05.jpg) 0 0 no-repeat; }

#staff #content .alpha {
   float: left;
   width: 210px;
   margin-top: 10px;
   }

#staff #content #dr {
  margin-left: 20px;
  }

#staff #content .beta {
   float: right;
   width: 320px;
   margin-top: 10px;
   }

#staff #content .beta dl,
#staff #content .beta ul {
  margin: 1em;
  padding: 0;
  }

/*---------- Access -----------*/
#access h2#title01 { background: url(../images/access_h2-01.jpg) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.jpg) 0 0 no-repeat; }
#access h3#title03 { background: url(../images/access_h3-03.jpg) 0 0 no-repeat; }
#access h3#title04 { background: url(../images/access_h3-04.jpg) 0 0 no-repeat; }

#access #content th {
 width: 100px;
 }

/*---------- Recruit -----------*/
#recruit h2#title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }
#recruit h3#title02 { background: url(../images/recruit_h3-02.jpg) 0 0 no-repeat; }
#recruit h4#title03 { background: url(../images/recruit_h4-03.jpg) 0 0 no-repeat; }
#recruit h4#title04 { background: url(../images/recruit_h4-04.jpg) 0 0 no-repeat; }


/*---------- General -----------*/
#general h2#title01 { background: url(../images/general_h2-01.jpg) 0 0 no-repeat; }
#general h3#title02 { background: url(../images/general_h3-02.jpg) 0 0 no-repeat; }
#general h3#title03 { background: url(../images/general_h3-03.jpg) 0 0 no-repeat; }
#general h4#title04 { background: url(../images/general_h4-04.jpg) 0 0 no-repeat; }
#general h4#title05 { background: url(../images/general_h4-05.jpg) 0 0 no-repeat; }
#general h4#title06 { background: url(../images/general_h4-06.jpg) 0 0 no-repeat; }
#general h4#title07 { background: url(../images/general_h4-07.jpg) 0 0 no-repeat; }
#general h4#title08 { background: url(../images/general_h4-08.jpg) 0 0 no-repeat; }

/*---------- Prevent -----------*/
#prevent h2#title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-03.jpg) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-05.jpg) 0 0 no-repeat; }
#prevent h4#title06 { background: url(../images/prevent_h4-06.jpg) 0 0 no-repeat; }
#prevent h4#title07 { background: url(../images/prevent_h4-07.jpg) 0 0 no-repeat; }

/*---------- Aesthe -----------*/
#aesthe h2#title01 { background: url(../images/aesthe_h2-01.jpg) 0 0 no-repeat; }
#aesthe h3#title02 { background: url(../images/aesthe_h3-02.jpg) 0 0 no-repeat; }
#aesthe h3#title03 { background: url(../images/aesthe_h3-03.jpg) 0 0 no-repeat; }
#aesthe h3#title04 { background: url(../images/aesthe_h3-04.jpg) 0 0 no-repeat; }
#aesthe h4#title05 { background: url(../images/aesthe_h4-05.jpg) 0 0 no-repeat; }
#aesthe h4#title06 { background: url(../images/aesthe_h4-06.jpg) 0 0 no-repeat; }
#aesthe h4#title07 { background: url(../images/aesthe_h4-07.jpg) 0 0 no-repeat; }
#aesthe h4#title08 { background: url(../images/aesthe_h4-08.jpg) 0 0 no-repeat; }

/*---------- Denture -----------*/
#denture h2#title01 { background: url(../images/denture_h2-01.jpg) 0 0 no-repeat; }
#denture h3#title02 { background: url(../images/denture_h3-02.jpg) 0 0 no-repeat; }
#denture h3#title03 { background: url(../images/denture_h3-03.jpg) 0 0 no-repeat; }
#denture h4#title04 { background: url(../images/denture_h4-04.jpg) 0 0 no-repeat; }
#denture h4#title05 { background: url(../images/denture_h4-05.jpg) 0 0 no-repeat; }
#denture h4#title06 { background: url(../images/denture_h4-06.jpg) 0 0 no-repeat; }
#denture h4#title07 { background: url(../images/denture_h4-07.jpg) 0 0 no-repeat; }

#denture #content dl dl {
  margin: 0;
  padding: 0;
  }

#denture #content dl dl dt {
  float: left;
  width: 80px;
  color: #666;
  background: url(../images/li_bg.png) 0 5px no-repeat;
  padding-left: 15px;
  }

#denture #content dl dl dd {
  padding-left: 80px;
  }

#denture #content dl ul {
  margin: 0;
  padding: 0;
  }

#denture #content table {
  width: 520px;
  }
  
#denture #content table,
#denture #content table th,
#denture #content table td {
  border: #8191CF 1px solid;
  }

#denture th.style01 {
  background: #45559F;
  color: #fff;
  } 
#denture th.style02 {
  background: #DFF1FF;
  width: 70px;
  }
#denture th.style03 {
  width: 150px;
  }
#denture #root th.style03 {
  width: 225px;
  }

#denture #content td {
  vertical-align: top;
  width: 150px;
  }

#denture #root td {
  width: 225px;
  }

#denture #content table img {
  margin: 0;
  padding: 0;
  display: block;
  }

/*---------- Trouble -----------*/
#trouble h2#title01 { background: url(../images/trouble_h2-01.jpg) 0 0 no-repeat; }
#trouble h3#title02 { background: url(../images/trouble_h3-02.jpg) 0 0 no-repeat; }
#trouble h3#title03 { background: url(../images/trouble_h3-03.jpg) 0 0 no-repeat; }
#trouble h3#title04 { background: url(../images/trouble_h3-04.jpg) 0 0 no-repeat; }
#trouble h4#title05 { background: url(../images/trouble_h4-05.jpg) 0 0 no-repeat; }
#trouble h4#title06 { background: url(../images/trouble_h4-06.jpg) 0 0 no-repeat; }
#trouble h4#title07 { background: url(../images/trouble_h4-07.jpg) 0 0 no-repeat; }
#trouble h4#title08 { background: url(../images/trouble_h4-08.jpg) 0 0 no-repeat; }
#trouble h4#title09 { background: url(../images/trouble_h4-09.jpg) 0 0 no-repeat; }
#trouble h4#title10 { background: url(../images/trouble_h4-10.jpg) 0 0 no-repeat; }
#trouble h4#title11 { background: url(../images/trouble_h4-11.jpg) 0 0 no-repeat; }

/*---------- Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

#sitemap #content ul {
  margin-left: 30px;
  }

#sitemap #content li {
  margin-bottom: 5px;
  }


#tiny {
	width: 570px;
	height: 100px;
	overflow: auto;
	margin: 0;
	padding: 0;
}

#tiny table {
	border: none;
}

#tiny table td { 
	border: none;
}
#tiny table.tn_table tr td.tn_date{
	width: 100px;
	padding: 0;
}	

#tiny table.tn_table td.tn_image {
  padding: 0;
	margin: 0;
}

.red{ color:#990000;}