@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Staff                       */
/*                 09  Access                      */
/*                 10  Office                      */
/*                 11  Public                      */
/*                 12  Prevention                  */
/*                 13  Beauty                      */
/*                 14  Whitening                   */
/*                 15  Implant                     */
/*                 16  Implant_faq                 */
/*                 17  Caught                      */
/*                 18  Ortho                       */
/*                 19  Ortho_faq                   */
/*                 20  Contact                     */
/*                 21  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: #fff url(../images/body_bg.jpg) top repeat-x; border-bottom: 1px solid #535353 ;}

#wrapper {
    background: url(../images/wrapper_bg02.jpg) 0 0 no-repeat;
    width: 820px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    }

#main {
    margin: 0 10px;
    width: 800px;
    padding-top: 176px;
    }

#content {
    width: 800px;
    font-size: 108%;
    line-height: 1.6;
    color: #333;
    margin: 15px 0 0 0 ;
    padding: 0 0 15px 0;
    border: 1px solid #EDEDED;
    background: #fff;
    }

/*---------- 03  Header -----------*/

#header {
    background: url(../images/header_bg.jpg) 0 0 no-repeat;
    height: 66px;
    width: 800px;
    margin: 0;
    padding: 0;
	position:relative;
    }


#header p.logo a{
    width: 220px;
    height: 66px;
    display: block;
    background: url(../images/h1.jpg) 0 0 no-repeat;
	position:absolute;
	top:0;
	margin:0;
    }
#header p{
	margin:0;
	padding:0;
}
#header h1#header_text{
	width:300px;
	height:16px;
	display:block;
	position:absolute;
	left:230px;
	bottom:5px;
	font-size:12px;
	padding:2px;
}
#header .section {
    width: 220px;
    float: right;
    margin: 0;
    padding: 0;
    }

#header p.tel {
	margin: 0;
	padding: 0;
	width:220px;
	height: 66px;
	clear: both;
	position:absolute;
	right:-6px;
	top: 1px;
    }
#header p.tel img { display: block; }


/*----------04  Navigation -----------*/

#global-nav {
    width: 800px;
    height: 25px;
    margin: 0;
    padding: 0;
    background: url(../images/gnav.jpg) 0 0 no-repeat;
    }
#global-nav dt{
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    float: left;
    text-indent: -9999px;
    }
#global-nav dd {
    margin: 0;
    padding: 0;
    width: 133px;
    height: 25px;
    float: left;
    text-indent: -9999px;
    }
#global-nav dd #gnav01{
    margin: 0;
    padding: 0;
    width: 135px;
    height: 25px;
    float: left;
    text-indent: -9999px;
    }
#global-nav dd a {
    display: block;
    height: 25px;
    }
    
#global-nav dt { background: url(../images/gnav.jpg) 0 0 no-repeat; }

#gnav01 a { background: url(../images/gnav.jpg) 0 0 no-repeat; }
#gnav02 a { background: url(../images/gnav.jpg) -135px 0 no-repeat; }
#gnav03 a { background: url(../images/gnav.jpg) -268px 0 no-repeat; }
#gnav04 a { background: url(../images/gnav.jpg) -401px 0 no-repeat; }
#gnav05 a { background: url(../images/gnav.jpg) -534px 0 no-repeat; }
#gnav06 a { background: url(../images/gnav.jpg) -667px 0 no-repeat; }

#gnav01 a:hover { background: url(../images/gnav.jpg) 0 -25px no-repeat; }
#gnav02 a:hover { background: url(../images/gnav.jpg) -135px -25px no-repeat; }
#gnav03 a:hover { background: url(../images/gnav.jpg) -268px -25px no-repeat; }
#gnav04 a:hover { background: url(../images/gnav.jpg) -401px -25px no-repeat; }
#gnav05 a:hover { background: url(../images/gnav.jpg) -534px -25px no-repeat; }
#gnav06 a:hover { background: url(../images/gnav.jpg) -667px -25px no-repeat; }

#nav {
    margin: 0 0 0 319px;
    padding: 10px 0 15px 10px;
    background: url(../images/nav_bg02.jpg) 0 0 no-repeat;
    }
#nav ul,
#nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    }

#nav .internal li {
    width: 150px;
    height: 55px;
    float: left;
    margin: 0;
    padding: 0;
    }
#nav .internal li.li01 { margin-right: 5px; }
#nav .internal li.li02 { margin-right: 6px; }
#nav .internal li.li03 { margin-right: 0; }

#nav .internal li a {
    display: block;
    height: 50px;
    text-indent: -9999px;
    }

#nav01 a { background: url(../images/nav02.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav02.jpg) -155px 0 no-repeat; }
#nav03 a { background: url(../images/nav02.jpg) -311px 0 no-repeat; }
#nav04 a { background: url(../images/nav02.jpg) 0 -55px no-repeat; }
#nav05 a { background: url(../images/nav02.jpg) -155px -55px no-repeat; }
#nav06 a { background: url(../images/nav02.jpg) -311px -55px no-repeat; }
#nav07 a { background: url(../images/nav02.jpg) 0 -110px no-repeat; }
#nav08 a { background: url(../images/nav02.jpg) -155px -110px no-repeat; }
#nav09 a { background: url(../images/nav02.jpg) -311px -110px no-repeat; }

#nav01 a:hover { background: url(../images/nav02.jpg) 0 -160px no-repeat; }
#nav02 a:hover { background: url(../images/nav02.jpg) -155px -160px no-repeat; }
#nav03 a:hover { background: url(../images/nav02.jpg) -311px -160px no-repeat; }
#nav04 a:hover { background: url(../images/nav02.jpg) 0 -215px no-repeat; }
#nav05 a:hover { background: url(../images/nav02.jpg) -155px -215px no-repeat; }
#nav06 a:hover { background: url(../images/nav02.jpg) -311px -215px no-repeat; }
#nav07 a:hover { background: url(../images/nav02.jpg) 0 -270px no-repeat; }
#nav08 a:hover { background: url(../images/nav02.jpg) -155px -270px no-repeat; }
#nav09 a:hover { background: url(../images/nav02.jpg) -311px -270px no-repeat; }

#nav .left{ 
 text-align: left; 
    padding-left:5px;}

/*---------- 05  Footer -----------*/

#footer {
    clear: both;
    padding: 0;
    margin: 0;
    height: 60px;
    font-size: 85%;
    color: #333;
    }
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer address {
    width: 800px;
    margin: 0 auto;
    padding: 20px 0 0 0 ;
    text-align: center;
    }

/*---------- 06  Contents -----------*/

.section { padding: 20px 20px 10px 15px; }
.section .section { padding: 20px 0 10px 20px; }

.center { text-align: center; }

h2 {
    height: 42px;
    text-indent: -9999px;
    margin: 15px 0 0 15px ;
    width: 762px;
    clear: both;
    }    
 
#content h3 {
    clear: both;
    height: 42px;
    text-indent: -9999px;
    margin-left: 13px;
    }
#content h4 {
    clear: both;
    height: 20px;
    text-indent: -9999px;
    margin-top: 20px;
    }

#content h5 {
    font-size: 100%;
    font-weight: bold;
    margin: 0 .5em .5em 0;
    padding: 4px 8px;
    background: #dcc783;
    border-bottom: 1px solid #b2a46d;
    }
#content h6 {
    font-size: 93%;
    color: #5e510d;
    }

#content ul { margin-left: 15px; }

#content ul li {
    list-style: none;
    background: url(../images/li_bg.jpg) 0 3px no-repeat;
    padding-left: 30px;
    }
#content ul.olist li {
    background-image: none;
    padding-left: 0;
    }

#content dt {
    font-weight: bold;
    color: #562603;
    }

#content a { text-decoration: underline; }

a {
    color: #E25610;
    outline: none;
    }
a:hover { color: #D59758; }

#content blockquote {
    margin: .5em;
    background: url(../images/blockquote_bg.jpg) top left repeat-y;
    padding: .5em 1em;
    }

.image_l  {
    float: left;
    margin: 0 16px 8px 0;
    }

.image_r {
    float: right;
    margin: 0 0 8px 16px;
    }

.case { margin: 10px 50px 10px 30px; }
.case p { margin: 0; }

.case .alpha {
    width: 240px;
    background: url(../images/arrow.jpg) right center no-repeat;
    padding: 0;
    }
.case .beta { width: 240px; }

.case .image_l { margin-right: 8px; }
.case .image_r { margin-left: 8px; }

.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; }


#content ul.totop {
    clear: both;
    padding-bottom: 20px;
    }

#content ul.totop li {
    list-style: none;
    width: 94px;
    height: 21px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    float: right;
    background-image: none;
    }
#content ul.totop li a {
    display: block;
    height: 21px;
    background: url(../images/totop.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 */


input.submit {
    font-weight: bold;
    margin-right: 1.5em;
    }

.alpha { float: left; }
.beta { float: right; }

#content .text01 { color: #990000; font-weight: bold; }
#content .text02 { color: #C1A376; font-weight: bold; }

.comment_title {
    color: #003300;
    font-size: 124%;
    font-weight: bold;
    border-bottom: 1px dotted #ffcccc;
    }

.case .case_text {
    border-top: 1px solid #999 ;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 240px;
    }

.textarea { border: 1px solid #ffcccc; padding:10px 15px; }
.textarea02 { border: 1px solid #999; padding:10px 15px; }

.subtitle { border-bottom: 1px double #D8D8D8; padding-bottom: 5px; color: #442A0F; margin-top: 20px;}

.ban_contact {
    width: 632px;
    height: 82px;
    margin: 0 0 0 70px;
    text-indent: -9999px;
    }
.ban_contact a {
    height: 82px;
    display: block;
    }

/*---------- 07  Index -----------*/

#index #main { background: url(../images/index_main.jpg) top no-repeat; padding-top: 206px; }
#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index h3#title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }
#index h3#title03 { background: url(../images/index_h3-03.jpg) 0 0 no-repeat; }
#index h2#title04 { background: url(../images/index_h2-04.jpg) 0 0 no-repeat; }

#index h2,
#index h3{
    height: 42px;
    margin: 15px 0 0 15px ;
	text-indent:0;
    width: 762px;
    clear: both;
    }  

#index #wrapper { background: url(../images/wrapper_bg.jpg) 0 0 no-repeat; }
#index #nav {
    margin: 0 0 0 319px;
    padding: 10px 0 5px 7px;
    background: url(../images/nav_bg.jpg) 0 0 no-repeat;
    }

#index #nav .internal li { width: 156px; height: 70px; margin: 0; padding: 0 0 5px; }
#index #nav .internal li a { height: 70px; margin: 0 0 0 3px; padding: 0; }

#index #nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#index #nav02 a { background: url(../images/nav.jpg) -156px 0 no-repeat; }
#index #nav03 a { background: url(../images/nav.jpg) -312px 0 no-repeat; }
#index #nav04 a { background: url(../images/nav.jpg) 0 -75px no-repeat; }
#index #nav05 a { background: url(../images/nav.jpg) -156px -75px no-repeat; }
#index #nav06 a { background: url(../images/nav.jpg) -312px -75px no-repeat; }
#index #nav07 a { background: url(../images/nav.jpg) 0 -150px no-repeat; }
#index #nav08 a { background: url(../images/nav.jpg) -156px -150px no-repeat; }
#index #nav09 a { background: url(../images/nav.jpg) -312px -150px no-repeat; }

#index #nav01 a:hover { background: url(../images/nav.jpg) 0 -220px no-repeat; }
#index #nav02 a:hover { background: url(../images/nav.jpg) -156px -220px no-repeat; }
#index #nav03 a:hover { background: url(../images/nav.jpg) -312px -220px no-repeat; }
#index #nav04 a:hover { background: url(../images/nav.jpg) 0 -295px no-repeat; }
#index #nav05 a:hover { background: url(../images/nav.jpg) -156px -295px no-repeat; }
#index #nav06 a:hover { background: url(../images/nav.jpg) -312px -295px no-repeat; }
#index #nav07 a:hover { background: url(../images/nav.jpg) 0 -370px no-repeat; }
#index #nav08 a:hover { background: url(../images/nav.jpg) -156px -370px no-repeat; }
#index #nav09 a:hover { background: url(../images/nav.jpg) -312px -370px no-repeat; }

#index h2 {
    height: 50px;
    margin: 0;
    width: 798px;
    }
#index #content h3 { height: 50px; }

#index .bg01 {
    margin: 0 5px 0 25px;
    background: url(../images/concept_bg.jpg) right 0 no-repeat;
    } 
#index .bg01 p { padding-right: 250px; }

#index .bg02 {
    margin: 0 5px 0 25px;
} 

#main #content div .bg02 iframe {
  width: 500px;
	height: 100px;
  margin: 0 0 0 20px;
}
	
#index .pkup { margin: 3px 0 5px 20px; }
#index .pkup p {
    margin: 0;
    width: 254px;
    height: 85px;
    text-indent: -9999px;
    float: left;
    }
#index .pkup a {
    display: block;
    height: 85px;
    }
#index .pkup p#pkup01 { width: 253px; }

#pkup01 a { background: url(../images/pkup.jpg) 0 0 no-repeat; }    
#pkup02 a { background: url(../images/pkup.jpg) -253px 0 no-repeat; }    
#pkup03 a { background: url(../images/pkup.jpg) -507px 0 no-repeat; }    

#pkup01 a:hover { background: url(../images/pkup.jpg) 0 -85px no-repeat; }    
#pkup02 a:hover { background: url(../images/pkup.jpg) -253px -85px no-repeat; }    
#pkup03 a:hover { background: url(../images/pkup.jpg) -507px -85px no-repeat; }    

#index .info .alpha { width: 330px;} 
#index .info #info_img { width: 327px; }
#index .info p { margin: 0; }

#clinic_info {
    background: url(../images/info_bg.jpg) 0 0 no-repeat;
    font-size: 93%;
    height: 190px;
    line-height: 1.3;
    margin: 0 0 0 14px;
    }

#clinic_info dl { margin: 0 0 0 30px; }
#clinic_info dt { margin: 0; float: left; width: 80px; }
#clinic_info dd { padding-left: 80px; margin: 0; }

#index .alpha #timetable { margin-left: 14px; margin-top: 10px; }

/*#index .info .beta { padding: 80px 0 0 0 ; width: 135px; }
#index .info .beta p { margin-bottom: 5px; }*/
#index .info .beta { padding: 0 0 0 0 ; width: 135px; }
#index .info .beta p { margin-bottom: 5px; }



/*---------- 08  Staff -----------*/

#staff #main { background: url(../images/staff_main.jpg) 0 0 no-repeat; }
#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 h3#title06 { background: url(../images/staff_h3-06.jpg) 0 0 no-repeat; }
#staff h3#title07 { background: url(../images/staff_h3-07.jpg) 0 0 no-repeat; }

#staff .ban_contact a { background: url(../images/ban_staff.jpg) 0 0 no-repeat; }
#staff .ban_contact a:hover { background: url(../images/ban_staff.jpg) 0 -82px no-repeat; }

#staff .dr { margin-right: 40px; margin-left: 10px;} 
#staff .alpha { width: 200px; }
#staff .beta { width: 400px; }

#staff .bg01 {
    margin: 0 15px 0 0 ;
    background: url(../images/staff_bg01.jpg) right 0 no-repeat;
    }
#staff .bg01 p { padding-right: 200px; }

#staff .bg02 {
    margin: 0 15px 0 0 ;
    background: url(../images/staff_bg02.jpg) right 0 no-repeat;
    }
#staff .bg02 p { padding-right: 220px; }
#staff .midashi{
   font-weight: bold;
   color: #562603;
   padding-left:20px;
}
#staff #content table {
    border-collapse: collapse;
    border: none;
    font-size: 108%;
    color: #333;
    margin: 0px;
    }

#staff #content table th,
#staff #content table td { border: none; padding: 4px 5px 4px 15px; }


#staff #content table th.th_end { border-bottom: 1px solid #D9D9D9; }
#staff #content table td { border-bottom: none; }

#staff table{
	width:390px;
	border:none;
	margin-left:10px;
}
#staff table th{
	width:100px;
	padding:0 15px 0 0;
	background-color:#ffffff;
	text-align:right;
	color:#666666;
	font-weight:normal;
}
#staff table td{
	border:none;
	padding:0;
	font-size:12px;
}
/*---------- 09  Access ----------*/

#access #main { background: url(../images/access_main.jpg) 0 0 no-repeat; }
#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 .time { margin-left: 0px; }
#access .time dt { float: left; width: 80px; }
#access .time dd { padding-left: 80px; margin: 0; }

#map {
    width: 450px;
    height: 450px;
    margin: 0;
    padding: 0;
    border: 1px solid #B2B2B2;
    }

#access .ban_contact a { background: url(../images/ban_access.jpg) 0 0 no-repeat; }
#access .ban_contact a:hover { background: url(../images/ban_access.jpg) 0 -82px no-repeat; }

#access .clinic_time { margin-bottom: 10px; }
#access .clinic_time .alpha { width: 520px; }
#access .clinic_time .beta { width: 220px; }

#access .keiro{
	width:700px;
	height:250px;
	margin:0 0 10px 0;
	padding:0 0 0 15px;
	background:url(../images/access_bg.jpg) no-repeat right top;
}

#access #content table {
    border-collapse: collapse;
    border: 1px solid #D9D9D9;
    font-size: 108%;
    color: #333;
    margin: 0px;
    width: 700px;
    }

#access #content table th,
#access #content table td { border: none; padding: 4px 5px 4px 15px; }

#access #content table th {
    background: #A7B63A;
    color: #fff;
    width: 170px;
    border-bottom: 1px solid #fff;
    }
#access #content table th.th_end { border-bottom: 1px solid #D9D9D9; }
#access #content table td { border-bottom: 1px solid #D9D9D9; }

/*---------- 10  Office ----------*/

#office #main { background: url(../images/office_main.jpg) 0 0 no-repeat; }
#office h2#title01 { background: url(../images/office_h2-01.jpg) 0 0 no-repeat; }
#office h3#title02 { background: url(../images/office_h3-02.jpg) 0 0 no-repeat; }

#office h4#title03 { background: url(../images/office_h4-03.jpg) 0 0 no-repeat; }
#office h4#title04 { background: url(../images/office_h4-04.jpg) 0 0 no-repeat; }
#office h4#title05 { background: url(../images/office_h4-05.jpg) 0 0 no-repeat; }
#office h4#title06 { background: url(../images/office_h4-06.jpg) 0 0 no-repeat; }
#office h4#title07 { background: url(../images/office_h4-07.jpg) 0 0 no-repeat; }
#office h4#title08 { background: url(../images/office_h4-08.jpg) 0 0 no-repeat; }
#office h4#title09 { background: url(../images/office_h4-09.jpg) 0 0 no-repeat; }
#office h4#title10 { background: url(../images/office_h4-10.jpg) 0 0 no-repeat; }
#office h4#title11 { background: url(../images/office_h4-11.jpg) 0 0 no-repeat; }
#office h4#title12 { background: url(../images/office_h4-12.jpg) 0 0 no-repeat; }
#office h4#title13 { background: url(../images/office_h4-13.jpg) 0 0 no-repeat; }
#office h4#title14 { background: url(../images/office_h4-14.jpg) 0 0 no-repeat; }

#office .clinics {
	margin: 10px 40px;
	}
#office .clinics .image_l,
#office .clinics .image_r {
	width: 280px;
	}
#office .clinics h4 {
	height: 40px;
	margin: 0 0 10px;
	}
	
#office .ban_contact a { background: url(../images/ban_office.jpg) 0 0 no-repeat; }
#office .ban_contact a:hover { background: url(../images/ban_office.jpg) 0 -82px no-repeat; }


/*---------- 11  Public ----------*/

#public #main { background: url(../images/public_main.jpg) 0 0 no-repeat; }
#public h2#title01 { background: url(../images/public_h2-01.jpg) 0 0 no-repeat; }
#public h3#title02 { background: url(../images/public_h3-02.jpg) 0 0 no-repeat; }
#public h4#title03 { background: url(../images/public_h4-03.jpg) 0 0 no-repeat; }
#public h4#title04 { background: url(../images/public_h4-04.jpg) 0 0 no-repeat; }

#public #checkbox {
    background: url(../images/public_bg01.jpg) right no-repeat;
    padding-right: 200px;
    margin: 10px;
    border: 1px solid #D9D9D9;
    }
#public #checkbox input { margin: 0 10px 3px 10px; }

#public .ban_contact a { background: url(../images/ban_public.jpg) 0 0 no-repeat; }
#public .ban_contact a:hover { background: url(../images/ban_public.jpg) 0 -82px no-repeat; }

#public #content table th { width: 240px; }

#public #content table {
    border-collapse: collapse;
    border: 1px solid #D9D9D9;
    font-size: 108%;
    color: #333;
    margin: 0px;
    width: 700px;
    }

#public #content table th,
#public #content table td { border: none; padding: 4px 5px 4px 15px; }

#public #content table th {
    background: #A7B63A;
    color: #fff;
    width: 170px;
    border-bottom: 1px solid #fff;
    }
#public #content table th.th_end { border-bottom: 1px solid #D9D9D9; }
#public #content table td { border-bottom: 1px solid #D9D9D9; }

/*---------- 12  Prevention ------*/

#prevention #main { background: url(../images/prevention_main.jpg) 0 0 no-repeat; }
#prevention h2#title01 { background: url(../images/prevention_h2-01.jpg) 0 0 no-repeat; }
#prevention h3#title02 { background: url(../images/prevention_h3-02.jpg) 0 0 no-repeat; }
#prevention h4#title03 { background: url(../images/prevention_h4-03.jpg) 0 0 no-repeat; }
#prevention h4#title04 { background: url(../images/prevention_h4-04.jpg) 0 0 no-repeat; }
#prevention h3#title05 { background: url(../images/prevention_h3-05.jpg) 0 0 no-repeat; }
#prevention h4#title06 { background: url(../images/prevention_h4-06.jpg) 0 0 no-repeat; }
#prevention h4#title07 { background: url(../images/prevention_h4-07.jpg) 0 0 no-repeat; }
#prevention h3#title08 { background: url(../images/prevention_h4-08.jpg) 0 0 no-repeat; }

#prevention .ban_contact a { background: url(../images/ban_prevention.jpg) 0 0 no-repeat; }
#prevention .ban_contact a:hover { background: url(../images/ban_prevention.jpg) 0 -82px no-repeat; }

#prevention .price { margin-top:10px; }

/*---------- 13  Beauty ----------*/

#beauty #main { background: url(../images/beauty_main.jpg) 0 0 no-repeat; }
#beauty h2#title01 { background: url(../images/beauty_h2-01.jpg) 0 0 no-repeat; }
#beauty h3#title02 { background: url(../images/beauty_h3-02.jpg) 0 0 no-repeat; }
#beauty h4#title03 { background: url(../images/beauty_h4-03.jpg) 0 0 no-repeat; }
#beauty h4#title04 { background: url(../images/beauty_h4-04.jpg) 0 0 no-repeat; }
#beauty h4#title05 { background: url(../images/beauty_h4-05.jpg) 0 0 no-repeat; }

#beauty .bg01 {
    margin: 0 50px 0 25px;
    background: url(../images/beauty_bg01.jpg) right 0 no-repeat;
    height: 230px;
    } 
#beauty .bg01 p { padding-right: 200px; }

#beauty .ban_contact a { background: url(../images/ban_beauty.jpg) 0 0 no-repeat; }
#beauty .ban_contact a:hover { background: url(../images/ban_beauty.jpg) 0 -82px no-repeat; }

#beauty .alpha { width: 350px; padding-right: 0;}


/*---------- 14  Whitening -------*/

#whitening #main { background: url(../images/whitening_main.jpg) 0 0 no-repeat; }
#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 h4#title03 { background: url(../images/whitening_h4-03.jpg) 0 0 no-repeat; }
#whitening h4#title04 { background: url(../images/whitening_h4-04.jpg) 0 0 no-repeat; }

#whitening .ban_contact a { background: url(../images/ban_whitening.jpg) 0 0 no-repeat; }
#whitening .ban_contact a:hover { background: url(../images/ban_whitening.jpg) 0 -82px no-repeat; }

#whitening #content table th.merit { background-color: #FDE8EB; color: #000;}
#whitening #content table th.demerit { background-color: #E2EDF7; color: #000; }

#whitening #content table {
    border-collapse: collapse;
    border: 1px solid #D9D9D9;
    font-size: 108%;
    color: #333;
    margin: 0px;
    width: 700px;
    }

#whitening #content table th,
#whitening #content table td { border: none; padding: 4px 5px 4px 15px; }

#whitening #content table th {
    background: #A7B63A;
    color: #fff;
    width: 170px;
    border-bottom: 1px solid #fff;
    }
#whitening #content table th.th_end { border-bottom: 1px solid #D9D9D9; }
#whitening #content table td { border-bottom: 1px solid #D9D9D9; }

#whitening .bg01 {
    margin: 0 50px 0 25px;
    background: url(../images/whitening_bg01.jpg) right 0 no-repeat;
    height: 200px;
    } 
#whitening .bg01 p { padding-right: 200px; }

#whitening .bg02 {
    margin: 0 10px 0 25px;
    background: url(../images/whitening_bg02.jpg) right 0 no-repeat;
    height: 200px;
    } 
#whitening .bg02 p { padding-right: 250px; }

#whitening .bg03 {
    margin: 0 10px 0 25px;
    background: url(../images/whitening_bg04.jpg) right 0 no-repeat;
    height: 200px;
    } 
#whitening .bg03 p { padding-right: 250px; }

#whitening .case .alpha { width: 350px; padding-right: 0;}


/*---------- 15  Implant ---------*/

#implant #main { background: url(../images/implant_main.jpg) 0 0 no-repeat; }
#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 h4#title04 { background: url(../images/implant_h4-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 .ban_contact a { background: url(../images/ban_implant.jpg) 0 0 no-repeat; }
#implant .ban_contact a:hover { background: url(../images/ban_implant.jpg) 0 -82px no-repeat; }

#implant #content table {
    border-collapse: collapse;
    border: 1px solid #D9D9D9;
    font-size: 108%;
    color: #333;
    margin: 0px;
    width: 700px;
    }

#implant #content table th,
#implant #content table td { border: none; padding: 4px 5px 4px 15px; }

#implant #content table th {
    background: #A7B63A;
    color: #fff;
    width: 170px;
    border-bottom: 1px solid #fff;
    }
#implant #content table th.th_end { border-bottom: 1px solid #D9D9D9; }
#implant #content table td { border-bottom: 1px solid #D9D9D9; }

#implant #content table th.merit { background-color: #FDE8EB; color: #000;}
#implant #content table th.demerit { background-color: #E2EDF7; color: #000; }

#implant .alpha { width: 350px; padding-right: 0;}

#implant table {
    border-collapse: collapse;
    border: 1px solid #D9D9D9;
    font-size: 108%;
    color: #333;
    margin: 0px;
    width: 475px;
    }

#implant table th,
#implant table td { border: none; padding: 4px 5px 4px 15px; }

#implant table th {
    background: #A7B63A;
    color: #fff;
    width: 90px;
    border-bottom: 1px solid #fff;
    }
#implant table th.th_end { border-bottom: 1px solid #D9D9D9; }
#implant table td { border-bottom: 1px solid #D9D9D9; }

/*---------- 16  Implant_faq -----*/

#implant_faq #main { background: url(../images/implant_faq_main.jpg) 0 0 no-repeat; }
#implant_faq h2#title01 { background: url(../images/implant_faq_h2-01.jpg) 0 0 no-repeat; }
#implant_faq h3#title02 { background: url(../images/implant_faq_h3-02.jpg) 0 0 no-repeat; }

#implant_faq .faq_list { border-bottom: 1px dotted #364900; padding-bottom: 30px; }
#implant_faq .faq_list ul { margin-left: 30px; }

#implant_faq .qa { border-bottom: 1px solid #AFE4C6; }

#implant_faq .ban_contact a { background: url(../images/ban_implant_faq.jpg) 0 0 no-repeat; }
#implant_faq .ban_contact a:hover { background: url(../images/ban_implant_faq.jpg) 0 -82px no-repeat; }


/*---------- 17  Caught ----------*/

#caught #main { background: url(../images/caught_main.jpg) 0 0 no-repeat; }
#caught h2#title01 { background: url(../images/caught_h2-01.jpg) 0 0 no-repeat; }
#caught h3#title02 { background: url(../images/caught_h3-02.jpg) 0 0 no-repeat; }
#caught h4#title03 { background: url(../images/caught_h4-03.jpg) 0 0 no-repeat; }
#caught h4#title04 { background: url(../images/caught_h4-04.jpg) 0 0 no-repeat; }
#caught h4#title05 { background: url(../images/caught_h4-05.jpg) 0 0 no-repeat; }

#caught table th { width: 230px; }

#caught .ban_contact a { background: url(../images/ban_caught.jpg) 0 0 no-repeat; }
#caught .ban_contact a:hover { background: url(../images/ban_caught.jpg) 0 -82px no-repeat; }

#caught .check p { padding-bottom: 5px; }
#caught .textarea02 { border: none; padding-top: 0; padding-bottom: 0; }
#caught .inf .section { padding: 10px ; }

#caught #content table {
    border-collapse: collapse;
    border: 1px solid #D9D9D9;
    font-size: 108%;
    color: #333;
    margin: 0px;
    width: 700px;
    }

#caught #content table th,
#caught #content table td { border: none; padding: 4px 5px 4px 15px; }

#caught #content table th {
    background: #A7B63A;
    color: #fff;
    border-bottom: 1px solid #fff;
    }
#caught #content table th.th_end { border-bottom: 1px solid #D9D9D9; }
#caught #content table td { border-bottom: 1px solid #D9D9D9; }

/*---------- 18  Ortho -----------*/

#ortho #main { background: url(../images/ortho_main.jpg) 0 0 no-repeat; }
#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 h4#title04 { background: url(../images/ortho_h4-04.jpg) 0 0 no-repeat; }
#ortho h4#title05 { background: url(../images/ortho_h4-05.jpg) 0 0 no-repeat; }

#ortho .ortho_kind { margin-left: 80px; }
#ortho .ortho_kind p { 
    float: left;
    width: ;
    margin: 0 20px 0 0 ;
    }

#ortho .ban_contact a { background: url(../images/ban_ortho.jpg) 0 0 no-repeat; }
#ortho .ban_contact a:hover { background: url(../images/ban_ortho.jpg) 0 -82px no-repeat; }

#ortho .bg01 {
    margin: 0 15px 0 0 ;
    background: url(../images/ortho_bg01.jpg) right 0 no-repeat;
    height: 350px;
    }
#ortho .bg01 p { padding-right: 200px; }

#ortho .bg02 {
    margin: 0 15px 0 0 ;
    background: url(../images/ortho_bg02.jpg) right 0 no-repeat;
    height: 200px;
    }
#ortho .bg02 p { padding-right: 220px; margin-top:30px; }

/*---------- 19  Ortho_faq -------*/

#ortho_faq #main { background: url(../images/ortho_faq_main.jpg) 0 0 no-repeat; }
#ortho_faq h2#title01 { background: url(../images/ortho_faq_h2-01.jpg) 0 0 no-repeat; }
#ortho_faq h3#title02 { background: url(../images/ortho_faq_h3-02.jpg) 0 0 no-repeat; }

#ortho_faq .faq_list { border-bottom: 1px dotted #364900; padding-bottom: 30px; }
#ortho_faq .faq_list ul { margin-left: 30px; }

#ortho_faq .qa { border-bottom: 1px solid #E7E1B1; }

#ortho_faq .ban_contact a { background: url(../images/ban_ortho_faq.jpg) 0 0 no-repeat; }
#ortho_faq .ban_contact a:hover { background: url(../images/ban_ortho_faq.jpg) 0 -82px no-repeat; }

/*---------- 20  Contact ---------*/

#contact #main { background: url(../images/contact_main.jpg) 0 0 no-repeat; }
#contact h2#title01 { background: url(../images/contact_h2-01.jpg) 0 0 no-repeat; }
#contact h3#title02 { background: url(../images/contact_h3-02.jpg) 0 0 no-repeat; }

#contact .bottan { margin: 30px 0 0 0 ; }

#contact #content table {
    border-collapse: collapse;
    border: 1px solid #D9D9D9;
    font-size: 108%;
    color: #333;
    margin: 0px;
    width: 700px;
    }

#contact #content table th,
#contact #content table td { border: none; padding: 4px 5px 4px 15px; }

#contact #content table th {
    background: #A7B63A;
    color: #fff;
    width: 170px;
    border-bottom: 1px solid #fff;
    }
#contact #content table th.th_end { border-bottom: 1px solid #D9D9D9; }
#contact #content table td { border-bottom: 1px solid #D9D9D9; }

/*---------- 21  Sitemap ---------*/

#sitemap #main { background: url(../images/sitemap_main.jpg) 0 0 no-repeat; }
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }
#sitemap h2#title03 { background: url(../images/sitemap_h2-02.jpg) 0 0 no-repeat; }

#sitemap #content ul.sitemap_list li { padding-left: 30px; }

p.link a{ background:url(../images/banner01.jpg) 0 0 no-repeat; text-indent:-9999px; width:120px; height:58px; overflow:hidden; display:block;}
p.link a:hover{ background:url(../images/banner01_o.jpg) 0 0 no-repeat;}

.section .section01 { padding: 0px 0 10px 20px; }
