@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: url(../images/body_bg_top.jpg) top repeat-x; }

#body_02 { background: url(../images/body_bg_bottom.jpg) bottom repeat-x; }

#wrapper {
  width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  }

#main {
  margin: 0;
  padding:0;
  background: url(../images/main_bg.jpg) repeat-y;
  }

#main_02 {
  margin: 0;
  padding:0;
  background: url(../images/main_bg_top.jpg) top no-repeat;
  }

#content {
  width: 580px;
  float: left;
  font-size: 100%;
  line-height: 1.6;
  color: #375571;
  padding: 40px 0 0 0;
  }


/*---------- 03  Header -----------*/

#header {
  height: 85px;
  width: 800px;
  margin: 0;
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 410px;
  height: 85px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 410px;
  height: 85px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }

#header p.header_info {
  margin: 0;
  padding: 0;
  float: right;
  }
#header p.header_info img { display: block; }


/*----------04  Navigation -----------*/

#nav {
  width: 190px;
  float: right;
  padding: 85px 0 20px 0;
  }

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav .internal li {
  height: 30px;
  text-indent: -9999px;
  }

#nav .internal li a {
  display: block;
  height: 30px;
  }

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -30px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -60px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -150px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -210px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -270px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -300px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -330px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -360px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -190px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -190px -30px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -190px -60px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -190px -90px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -190px -120px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -190px -150px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -190px -180px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -190px -210px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -190px -240px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -190px -270px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -190px -300px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -190px -330px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -190px -360px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0 ;
  margin: 0;
  background: url(../images/footer_bg.jpg) 0 0 no-repeat;
  text-align: left;
  color: #fff;
  height: 106px;
  }

#footer a {
  text-decoration: none;
  color: #fff;
  }
#footer a:hover { 
  text-decoration: underline;
  }

#footer .section01 {
  height: 80px;
  margin: 0;
  padding: 0;
  }

#footer ul { 
  list-style: none;
  margin: 5px 0 2px 15px;
  padding: 0;
  clear: both;
  }

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 68%;
  }

#footer ul.upper {
  padding-top: 30px;
  }

#footer .section02 {
  clear: both;
  margin: 0;
  padding: 0;
  height: 26px;
  }

#footer .section02 p {
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  height: 26px;
  }

#footer .section02 #copyright {
  float: left;
  width: 310px;
  background: url(../images/footer_copyright.jpg) 0 0 no-repeat;
  }

#footer .section02 #info {
  float: right;
  width: 257px;
  background: url(../images/footer_info.jpg) 0 0 no-repeat;
  }

/*---------- 06  Contents -----------*/

#content .section { padding: .5em 0 .5em 40px; }
#content .section .section { padding: 1em 10px 0 10px; }

.center { text-align: center; }

#content h2 {
  clear: both;
  height: 26px;
  text-indent: -9999px;
  margin: 0 0 10px 30px;
  }
#content h3 {
  clear: both;
  height: 26px;
  margin-bottom:20px;
  text-indent: -9999px;
  }
#content h4 {
  height: 20px;
  margin-bottom:12px;
  text-indent: -9999px;
  }

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
  }

#content ul {
  margin: 6px 0 10px 15px;
  padding: 0;
  }

#content ul li {
  list-style: none;
  background: url(../images/li_bg.png) 0 5px 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: #0060B6;
  }

#content a:hover {
  color: #FFAB00;
  }

#content blockquote {
  margin: .5em;
  background: url(../images/blockquote_bg.jpg) top left repeat-y;
  padding: .5em 1em;
  }

.image_l  {
  float: left;
  margin: 0 12px 8px 0;
  }

.image_r {
  float: right;
  margin: 0 20px 8px 12px;
  }

.case {
  margin: 10px 20px;
  background: url(../images/arrow_h.png) center center no-repeat;
  }

.case-narrow {
  margin: 10px 40px;
  background: url(../images/arrow_h.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 .totop {
  margin: 0;
  padding: 0;
  }

#content .totop ul {
  clear: both;
  padding-bottom: 10px;
  }

#content .totop li {
  list-style: none;
  width: 110px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content .totop li a {
  display: block;
  height: 30px;
  background: url(../images/to_top.jpg) 0 0 no-repeat;
  }

#content .totop li a:hover {
  background: url(../images/to_top.jpg) 0 -30px no-repeat;
  }



#content .totop2 {
  margin: 0;
  padding: 0;
  }

#content .totop2 ul {
  clear: both;
  padding-bottom: 10px;
  }

#content .totop2 li {
  list-style: none;
  width: 70px;
  height: 19px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content .totop2 li a {
  display: block;
  height: 19px;
  background: url(../images/to_top_small.jpg) 0 0 no-repeat;
  }

#content .totop2 li a:hover {
  background: url(../images/to_top_small.jpg) 0 -19px no-repeat;
  }



p.caution {
  padding-left: 24px;
  background: url(../images/caution.png) 0 1px no-repeat;
  }

p.concept02{
  font-weight: bold;
}

/* 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: 2px solid #bbb;
  font-size: 100%;
  color: #666;
  width: 500px;
  margin-top: 10px;
  margin-left: 0px;
  }

#content table th,
#content table td {
  padding: 4px 8px;
  border: 1px solid #bbb;
  }

#content table th {
  background: #154e93 url(../images/th_bg.jpg) bottom repeat-x;
  color: #fff;
  }

#content table td {
  background: #fff;
  }

#content table dl{
  margin: 0; 
  padding: 0;
  }

#content table ul{
  margin: 0; 
  padding: 0;
  }


input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

#content #breadcrumbs {
  float: right;
  margin: 0 0 20px 0;
  padding: 0;
  }

#content #breadcrumbs ul{
  margin: 0 15px 0 0;
  padding: 0;
  }

#content #breadcrumbs li{
  display: inline;
  background-image: none;
  margin: 0;
  padding: 0;
  font-size: 85%;
  color: #aaa;
  }

#content #breadcrumbs li a{
  color: #1A6B91;
  text-decoration: none;
  }

.concept { 
  background: url(../images/concept_bg.jpg) 0 0 no-repeat;
  padding: .5em;
  margin-right: 15px;
  color: #113162;
  }

.price td {
  text-align: right;
  }

#content .flow {
  background: url(../images/arrow_d.png) center bottom no-repeat;
  padding-bottom: 25px;
  }

#content .flow dl {
  border: 2px solid #bbb;
  margin: 5px 0 0 0;
  padding: 0;
  }

#content .flow dt {
  background: #154e93 url(../images/th_bg.jpg) bottom repeat-x;
  color: #fff;
  padding: 2px 5px;
  }

#content #end {
  background-image: none;
  }

#content .flow dd {
  padding: 5px 10px 5px 5px;
  }

  
/*---------- 07  Index -----------*/
body#index { 
  background: url(../images/index_body_bg.jpg) top center no-repeat;
  padding: 10px 0 0 0;
  }

#index #wrapper {
  background: url(../images/index_wrapper_bg.jpg) top center no-repeat;
  width: 820px;
  margin: 0 auto;
  padding: 0;
  }

#index #main {
  background: url(../images/index_main_bg.jpg) 0 0 no-repeat;
  }

#index #content {
  width: 640px;
  float: left;
  font-size: 100%;
  margin: 0;
  padding: 0;
  }

#index h1 {
  width: 640px;
  height: 560px;
  float: left;
  background: url(../images/index_h1.jpg) 0 0 no-repeat;
  }


#index #nav {
  width: 180px;
  float: right;
  padding: 182px 0 0 0;
  }

#index #nav ul {
  width: 152px;
  margin: 0;
  padding: 0;
  list-style: none;
  }

#index #nav li {
  width: 152px;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 20px;
  text-indent: -9999px;
  }

#index #nav li a {
  width: 152px;
  display: block;
  height: 20px;
  }

#index #nav li#nav01 {
  height: 24px;
  }

#index #nav li#nav01 a { 
  background: url(../images/index_nav.jpg) 0 0 no-repeat;
  height: 24px;
  }
#index #nav li#nav02 a { background: url(../images/index_nav.jpg) 0 -24px no-repeat; }
#index #nav li#nav03 a { background: url(../images/index_nav.jpg) 0 -44px no-repeat; }
#index #nav li#nav04 a { background: url(../images/index_nav.jpg) 0 -64px no-repeat; }
#index #nav li#nav05 a { background: url(../images/index_nav.jpg) 0 -84px no-repeat; }
#index #nav li#nav06 a { background: url(../images/index_nav.jpg) 0 -104px no-repeat; }
#index #nav li#nav07 a { background: url(../images/index_nav.jpg) 0 -124px no-repeat; }
#index #nav li#nav08 a { background: url(../images/index_nav.jpg) 0 -144px no-repeat; }
#index #nav li#nav09 a { background: url(../images/index_nav.jpg) 0 -164px no-repeat; }
#index #nav li#nav10 a { background: url(../images/index_nav.jpg) 0 -184px no-repeat; }
#index #nav li#nav11 a { background: url(../images/index_nav.jpg) 0 -204px no-repeat; }
#index #nav li#nav12 a { background: url(../images/index_nav.jpg) 0 -224px no-repeat; }


#index #nav li#nav01 a:hover { background: url(../images/index_nav.jpg) -152px 0 no-repeat; }
#index #nav li#nav02 a:hover { background: url(../images/index_nav.jpg) -152px -24px no-repeat; }
#index #nav li#nav03 a:hover { background: url(../images/index_nav.jpg) -152px -44px no-repeat; }
#index #nav li#nav04 a:hover { background: url(../images/index_nav.jpg) -152px -64px no-repeat; }
#index #nav li#nav05 a:hover { background: url(../images/index_nav.jpg) -152px -84px no-repeat; }
#index #nav li#nav06 a:hover { background: url(../images/index_nav.jpg) -152px -104px no-repeat; }
#index #nav li#nav07 a:hover { background: url(../images/index_nav.jpg) -152px -124px no-repeat; }
#index #nav li#nav08 a:hover { background: url(../images/index_nav.jpg) -152px -144px no-repeat; }
#index #nav li#nav09 a:hover { background: url(../images/index_nav.jpg) -152px -164px no-repeat; }
#index #nav li#nav10 a:hover { background: url(../images/index_nav.jpg) -152px -184px no-repeat; }
#index #nav li#nav11 a:hover { background: url(../images/index_nav.jpg) -152px -204px no-repeat; }
#index #nav li#nav12 a:hover { background: url(../images/index_nav.jpg) -152px -224px no-repeat; }


#index #footer {
  background-image: none;
  height: 20px;
  }

#index #footer p {
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  height: 20px;
  }

#index #footer #copyright {
  float: left;
  width: 320px;
  background: url(../images/index_copyright.jpg) 0 0 no-repeat;
  }

#index #footer #info {
  float: right;
  width: 270px;
  background: url(../images/index_info.jpg) 0 0 no-repeat;
  }


/*---------- 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 h3#title04 { background: url(../images/clinic_h3-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 .photo {
  margin: 0 0 10px 0;
  padding: 0;
  }

#clinic .photo_02 {
  margin: 0;
  padding: 0;
  }

#clinic #content th {
  width: 100px;
  }

#clinic p.sr_mg10 { margin-left:10px; }

#clinic table,
#clinic table td { border: none;}

/*---------- 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 h3#title03 { background: url(../images/staff_h3-03.jpg) 0 0 no-repeat; }
#staff h3#title04 { background: url(../images/staff_h3-04.jpg) 0 0 no-repeat; }
#staff h3#title05 { background: url(../images/staff_h3-05.jpg) 0 0 no-repeat; }
#staff h4#title06 { background: url(../images/staff_h4-06.jpg) 0 0 no-repeat; }
#staff h4#title07 { background: url(../images/staff_h4-07.jpg) 0 0 no-repeat; }
#staff h4#title08 { background: url(../images/staff_h4-08.jpg) 0 0 no-repeat; }
#staff h4#title09 { background: url(../images/staff_h4-09.jpg) 0 0 no-repeat; }

#staff #dr .alpha {
  float: left;
  width: 200px;
  margin-top: 5px;
  }

#staff #dr .beta {
  float: right;
  width: 320px;
  margin-top: 10px;
  }

#staff #dr .beta dl,
#staff dl.tel,
#staff dl#type {
  margin: 1em 0;
  padding: 0;
  }

#staff #dr .beta dt {
  float: left;
  width: 60px;
  }

#staff #dr .beta dd {
  padding-left: 60px;
  }

#staff dl.tel dt {
  float: left;
  width: 50px;
  }

#staff dl.tel dd {
  padding-left: 50px;
  }

#staff dl#type dt {
  float: left;
  width: 100px;
  }

#staff dl#type dd {
  padding-left: 100px;
  }

/*---------- Treatment -----------*/
#treatment h2#title01 { background: url(../images/treatment_h2-01.jpg) 0 0 no-repeat; }
#treatment h3#title02 { background: url(../images/treatment_h3-02.jpg) 0 0 no-repeat; }
#treatment h3#title03 { background: url(../images/treatment_h3-03.jpg) 0 0 no-repeat; }
#treatment h3#title04 { background: url(../images/treatment_h3-04.jpg) 0 0 no-repeat; }
#treatment h3#title05 { background: url(../images/treatment_h3-05.jpg) 0 0 no-repeat; }

#treatment .chart {
  clear: both;
  margin: .5em 20px 5px 10px;
  padding: 0 0 .2em .2em;
  border-bottom: 1px dotted #2775B5;
  }

#treatment .chart p {
  margin: 0;
  padding: 0;
  }

#treatment .chart .alpha {
  float: left;
  width: 250px;
  background: url(../images/li_bg.png) 0 6px no-repeat;
  padding-left: 10px;
  }

#treatment .chart .beta {
  float: left;
  width: 200px;
  background: url(../images/li_bg02.png) 0 6px no-repeat;
  padding-left: 28px;
  }

/*---------- 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 h3#title04 { background: url(../images/general_h3-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; }
#general h4#title09 { background: url(../images/general_h4-09.jpg) 0 0 no-repeat; }
#general h4#title10 { background: url(../images/general_h4-10.jpg) 0 0 no-repeat; }
#general h4#title11 { background: url(../images/general_h4-11.jpg) 0 0 no-repeat; }
#general h4#title12 { background: url(../images/general_h4-12.jpg) 0 0 no-repeat; }
#general h4#title13 { background: url(../images/general_h4-13.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 h4#title03 { background: url(../images/prevent_h4-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 h4#title04 { background: url(../images/aesthe_h4-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; }
#aesthe h4#title09 { background: url(../images/aesthe_h4-09.jpg) 0 0 no-repeat; }

#aesthe .case_02 {
  margin: 10px 0;
  }

#aesthe .case_02 .alpha {
  float: left;
  width: 240px;
  margin: 0;
  padding: 0;
  } 

#aesthe .case_02 .beta {
  float: right;
  width: 240px;
  margin: 0;
  padding: 0;
  }

/*---------- Implant -----------*/
#implant h2#title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.jpg) 0 0 no-repeat; }
#implant h3#title04 { background: url(../images/implant_h3-04.jpg) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.jpg) 0 0 no-repeat; }
#implant h4#title06 { background: url(../images/implant_h4-06.jpg) 0 0 no-repeat; }
#implant h4#title07 { background: url(../images/implant_h4-07.jpg) 0 0 no-repeat; }
#implant h4#title08 { background: url(../images/implant_h4-08.jpg) 0 0 no-repeat; }
#implant h4#title09 { background: url(../images/implant_h4-09.jpg) 0 0 no-repeat; }

#implant .compare th {
  width: 250px;
  }  

/*---------- Whitening -----------*/
#whitening h2#title01 { background: url(../images/whitening_h2-01.jpg) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.jpg) 0 0 no-repeat; }
#whitening h3#title03 { background: url(../images/whitening_h3-03.jpg) 0 0 no-repeat; }
#whitening h3#title04 { background: url(../images/whitening_h3-04.jpg) 0 0 no-repeat; }
#whitening h4#title05 { background: url(../images/whitening_h4-05.jpg) 0 0 no-repeat; }
#whitening h4#title06 { background: url(../images/whitening_h4-06.jpg) 0 0 no-repeat; }
#whitening h4#title07 { background: url(../images/whitening_h4-07.jpg) 0 0 no-repeat; }
#whitening h4#title08 { background: url(../images/whitening_h4-08.jpg) 0 0 no-repeat; }
#whitening h4#title09 { background: url(../images/whitening_h4-09.jpg) 0 0 no-repeat; }
#whitening h4#title10 { background: url(../images/whitening_h4-10.jpg) 0 0 no-repeat; }

#whitening #content th {
  width: 250px;
  }

/*---------- Ortho -----------*/
#ortho h2#title01 { background: url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho h3#title03 { background: url(../images/ortho_h3-03.jpg) 0 0 no-repeat; }
#ortho h3#title04 { background: url(../images/ortho_h3-04.jpg) 0 0 no-repeat; }
#ortho h3#title05 { background: url(../images/ortho_h3-05.jpg) 0 0 no-repeat; }
#ortho h3#title06 { background: url(../images/ortho_h3-06.jpg) 0 0 no-repeat; }
#ortho h4#title07 { background: url(../images/ortho_h4-07.jpg) 0 0 no-repeat; }
#ortho h4#title08 { background: url(../images/ortho_h4-08.jpg) 0 0 no-repeat; }
#ortho h4#title09 { background: url(../images/ortho_h4-09.jpg) 0 0 no-repeat; }
#ortho h4#title10 { background: url(../images/ortho_h4-10.jpg) 0 0 no-repeat; }
#ortho h4#title11 { background: url(../images/ortho_h4-11.jpg) 0 0 no-repeat; }


#ortho .case .alpha {
  float: left;
  width: 200px;
  margin: 0;
  padding: 0;
  } 
#ortho .case .beta {
  float: right;
  width: 200px;
  margin: 0;
  padding: 0;
 }

/*---------- Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }

#sitemap #content dt {
  background: url(../images/li_bg.png) 0 5px no-repeat;
  padding-left: 15px;
  margin-top: 5px;
  }

.txt_red{ color:#FF0000;}
.mgpd0{margin:0px; padding:0px;}