@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Care                        */
/*                 10  Treatment                   */
/*                 11  Prevent                     */
/*                 12  Aesthe                      */
/*                 13  Snoring                     */
/*                 14  Implant                     */
/*                 15  Recruit                     */
/*                 16  Access                      */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*                                                 */
/*==================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.jpg) top repeat-x;
}

#wrapper {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	}

#main {
	margin: 0;
	padding: 0 0 10px 0;
	background: url(../images/wrapper_bg.jpg) repeat-y;
	xbackground: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #3F3F3F;
	background: #fff;
	_background: none;
	margin-right:12px;
	padding: 0 11px 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 100px;
	width: 820px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#header h1{
    margin:-6px 0 0 9px;
    padding:0 0 0 10px;
    xline-height:10px;
    color:#ffffff;
		font-size:11px;
    }

#header .rogo {
	width: 143px;
	height: 21px;
	line-height: 1.0;
	margin:6px 0 0 10px;
	_margin:6px 0 0 5px;
	float: left;
	}

#header .section {
	width: 205px;
	float: right;
	margin: 0 10px 0 0 ;
	padding: 0;
	}

#header .alpha{
    margin:0;
    padding:13px 0 0 10px;
    float:left;
    width:500px;
    }
    
#header .gamma{
    margin:0;
    padding:3px 0 0 0;
    float:right;
    width:205px;
    }

#header p.tel {
	margin: 12px 0 0 -22px;
	_margin: 7px 0 0 -22px;
	padding: 0;
	height: 57px;
	width:200px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0 0 0 31px;
	padding: 0;
	list-style: none;
	width: 148px;
	height: 16px;
	}

#header_nav li {
	height: 21px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 21px;
	}

#nav01 { width: 64px; }
#nav02 { width: 84px; }

#nav01 a {
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 64px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -64px 0 no-repeat;
	width: 84px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 0 0 20px 0px;
	margin-left:11px;
	}
* html #nav {
	margin-left:5px;
	}


#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 38px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 38px;
	}

#nav .nav_ban {
	margin:15px 0 0 0;
	text-align:center;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -38px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -76px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -114px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -152px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -190px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -228px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -266px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -304px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -342px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -180px -38px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -180px -76px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -180px -114px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -180px -152px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -180px -190px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -180px -228px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -180px -266px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -180px -304px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -180px -342px no-repeat; }

#nav p { text-align: center; }

#nav .nav_timetable{
    width:160px;
    margin:0 0 16px 9px;
    border:1px solid #E0E0E0;
    background:#F3F3F3;
    }

*:first-child+html #nav .nav_timetable{
    margin:0 0 16px 1px;
    }

* html #nav .nav_timetable{
    margin:0 0 15px 1px;
    }

#nav .nav_timetable p{
    text-align:left;
    margin-left:20px;
    color:#003E6D;
    }
#nav .nav_timetable span{
    font-size:85%;
    }
    
#nav h2#nav_title01{
    background: url(../images/nav_h2-01.jpg) 0 0 no-repeat;
    height:31px;
    text-indent:-9999px;
    padding:0;
    margin:15px 0 0 9px;
    }

/*---------- 05  Footer -----------*/

#footer_bg {
 	height:100px;
	background: url(../images/footer_bg02.jpg) bottom repeat-x;
}

#footer {
 	height:100px;
	width:820px;
 	clear: both;
	padding: 0 0 0 0;
	margin: 0 auto;
	font-size: 95%;
	color: #B2B2B2;
	}

div#footer_in {
	background: url(../images/footer_bg.jpg) bottom no-repeat;
	width:820px;
	height:100px;
	margin: 0 auto;
}

*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #e0e0e0;
	}
#footer a:hover { text-decoration: underline; }

#footer .footer_nav{
    padding-top:20px;
    }

#footer ul {
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
    margin: 10px 1em 0 0;
	color: #D3D3D3;
    }


/*---------- 06  Contents -----------*/
.section { padding: .5em 15px; }
.section .section { padding: .5em 10px; }
.section_text { padding: 0 10px; }

p.center { text-align: center; }

#content h2 {
	height: 35px;
	text-indent: -9999px;
	margin:8px 0 0 5px;
	}
#content h3 {
	clear: both;
	height: 25px;
	text-indent: -9999px;
	}
#content h4 {
	height: 20px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em 0;
	color:#416D94;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #028eaf;
	outline: none;
	}
a:hover { color: #de91a2; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 5px 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}


.case .image_l {
	margin: 0 16px 16px 0;
	}

.case {
	margin: 10px 20px 0 10px;
	background: url(../images/arrow_h.gif) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}

.case_caption{
    padding:0;
    margin:0 0 10px 0;
    }

#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 100px;
	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;
	}

#content .link{
    text-align:right;
    color:#003E6D;
    }

#content p.totop {
	margin: 0 ;
	padding: 0 0 10px 0;
	text-indent: -9999px;
	height: 30px;
	width: 110px;
	float: right;
	}
* html body #content p.totop {
	height: 30px;
	margin: 0 6px 0 0;
	}

#content table {
    background:#ffffff;
    }
* html #content table {font-size:95%;color:#666;}
    
#content table th{
    text-align:center;
    background:#416D94;
    color:#fff;
    }

#content table,tr,th,td {
    border-color:#999;
    }


#content p.totop a {
	display: block;
	height: 30px;
	background: url(../images/to_top.gif) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.jpg) 0 1px no-repeat;
	}

/* Hides from IE-mac \*/
p.answer2: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 .click{
    text-align:center;
    background:url(../images/click.gif) 0 0 no-repeat;
    text-indent:-9999px;
    padding:0;
    margin:0 0 10px 0;
    }

#content .img_click{
    border:2px solid #4199BF;
    }
#content .img_line{
    border:1px solid #B2B2B2;
    }

#content .subtitle{
    font-weight:bold;
    color:#416D94;
    font-size:105%;
    }

#content .caution{
    color:#3984B2;
    font-size:95%;
    padding:3px 20px 15px 20px;
    }

/*-------- 07  Index --------*/
#index h2#title01{background: url(../images/index_h2-01.png) 0 0 no-repeat;height:46px;}
#index h2#title02{background: url(../images/index_h2-02.png) 0 0 no-repeat;height:35px;}
#index h3#title03{background: url(../images/index_h3-03.png) 0 0 no-repeat;height:31px;}
#index h4#title04{background: url(../images/index_h4-04.gif) 0 0 no-repeat;}
#index h4#title05{background: url(../images/index_h4-05.gif) 0 0 no-repeat;}
#index h4#title06{background: url(../images/index_h4-06.gif) 0 0 no-repeat;}
#index h3#title07{background: url(../images/index_h3-04.png) 0 0 no-repeat;height:31px;}

* html #index #content {
    margin-right:5px;
    padding-right:5px;
    }

#index .greeting{
    margin:0 0 15px 0;
    }
    
#index .history dl{
    margin:3px 0 0 15px;
    }
#index .history dt{
    width:60px;
    float:left;
    font-weight:normal;
    }
#index .history dd{
    margin-left:60px;
    }
#index .message{
    width:314px;
    margin:3px 0 0 15px;
    }

#index #content .alpha{
    margin:0;
    padding:0;
    float:left;
    width:360px;
    }
    
#index #content .gamma{
    margin:0;
    padding:0;
    float:right;
    width:240px;
    }

#index .access_info{
    border:1px solid #E0E0E0;
    background:#F3F3F3;
    padding-bottom:5px;
	margin-bottom: 10px;
    } 
#index .access_info p{
    margin-top:2px;
    }

#index .access_info .section{
    padding:15px;
    }

#map {
	border: 1px solid #999999;
	margin-bottom: 10px;
}

/*-------- 08  Concept --------*/
#concept h2#title01{background: url(../images/concept_h2-01.png) 0 0 no-repeat;}
#concept h3#title02{background: url(../images/concept_h3-02.png) 0 0 no-repeat;}
#concept h4#title03{background: url(../images/concept_h4-03.png) 0 0 no-repeat;}
#concept h4#title04{background: url(../images/concept_h4-04.png) 0 0 no-repeat;}
#concept h3#title05{background: url(../images/concept_h3-05.png) 0 0 no-repeat;}
#concept h3#title06{background: url(../images/concept_h3-06.png) 0 0 no-repeat;}
#concept h4#title07{background: url(../images/concept_h4-07.png) 0 0 no-repeat;height:33px;}
#concept h4#title08{background: url(../images/concept_h4-08.png) 0 0 no-repeat;height:33px;}
#concept h4#title09{background: url(../images/concept_h4-09.png) 0 0 no-repeat;height:33px;}
#concept h4#title10{background: url(../images/concept_h4-10.png) 0 0 no-repeat;height:33px;}
#concept h4#title11{background: url(../images/concept_h4-11.png) 0 0 no-repeat;}
#concept h4#title12{background: url(../images/concept_h4-12.png) 0 0 no-repeat;height:33px;}

#concept .dr_photo{
    margin-top:10px;
    }
#concept .dr_info{
    width:270px;
    float:right;
    }
#concept .dr_info dl{
    margin:3px 0 5px 5px;
    }
#concept .dr_info dt{
    font-weight:normal;
    width:70px;
    float:left;
    }
#concept .dr_info dd{
    margin-left:70px;
    }
#concept .dr_info ul li{
    padding:0;
    }
#concept .dr_info ul {
    margin:3px 0 0 6px;
    }
    
#concept #content .alpha{
    margin-top:5px;
    width:250px;
    float:left;
    }

#concept #content .gamma{
    margin-top:5px;
    width:250px;
    float:right;
    }

* html #concept #content{
    margin-right:8px;
    }

/*-------- 09  Care --------*/
#care h2#title01{background: url(../images/care_h2-01.png) 0 0 no-repeat;}
#care h3#title02{background: url(../images/care_h3-02.png) 0 0 no-repeat;}
#care h4#title03{background: url(../images/care_h4-03.png) 0 0 no-repeat;}
#care h3#title04{background: url(../images/care_h3-04.png) 0 0 no-repeat;}

/*-------- 10  Treatment --------*/
#treatment h2#title01{background: url(../images/treatment_h2-01.png) 0 0 no-repeat;}
#treatment h3#title02{background: url(../images/treatment_h3-02.png) 0 0 no-repeat;}
#treatment h4#title03{background: url(../images/treatment_h4-03.png) 0 0 no-repeat;}
#treatment h4#title04{background: url(../images/treatment_h4-04.png) 0 0 no-repeat;}
#treatment h4#title05{background: url(../images/treatment_h4-05.png) 0 0 no-repeat;}
#treatment h4#title06{background: url(../images/treatment_h4-06.png) 0 0 no-repeat;}
#treatment h3#title07{background: url(../images/treatment_h3-07.png) 0 0 no-repeat;}
#treatment #title08{
    background: url(../images/h4_bg.png) 0 0 no-repeat;
    text-indent:25px;
    line-height:21px;
    font-size:105%
    }
#treatment #title09{
    background: url(../images/h4_bg.png) 0 0 no-repeat;
    text-indent:25px;
    line-height:21px;
    font-size:105%
    }

#treatment h3{margin-bottom:10px;}

/*-------- 11  Prevent --------*/
#prevent h2#title01{background: url(../images/prevent_h2-01.png) 0 0 no-repeat;}
#prevent h3#title02{background: url(../images/prevent_h3-02.png) 0 0 no-repeat;}
#prevent h3#title03{background: url(../images/prevent_h3-03.png) 0 0 no-repeat;margin-bottom:10px;}
#prevent h4#title04{background: url(../images/prevent_h4-04.png) 0 0 no-repeat;}
#prevent h4#title05{background: url(../images/prevent_h4-05.png) 0 0 no-repeat;}
#prevent h4#title06{background: url(../images/prevent_h4-06.png) 0 0 no-repeat;}
#prevent h4#title07{background: url(../images/prevent_h4-07.png) 0 0 no-repeat;}

#prevent .brushing_txt{padding-top:15px;}

/*-------- 12  Aesthe --------*/
#aesthe h2#title01{background: url(../images/aesthe_h2-01.png) 0 0 no-repeat;}
#aesthe h3#title02{background: url(../images/aesthe_h3-02.png) 0 0 no-repeat;}
#aesthe h3#title03{background: url(../images/aesthe_h3-03.png) 0 0 no-repeat;margin-bottom:10px;}
#aesthe h4#title04{background: url(../images/aesthe_h4-04.png) 0 0 no-repeat;}
#aesthe h4#title05{background: url(../images/aesthe_h4-05.png) 0 0 no-repeat;}
#aesthe h4#title06{background: url(../images/aesthe_h4-06.png) 0 0 no-repeat;}
#aesthe h3#title07{background: url(../images/aesthe_h3-07.png) 0 0 no-repeat;}
#aesthe h4#title08{background: url(../images/aesthe_h4-08.png) 0 0 no-repeat;}

#aesthe .metalbond_text{padding-top:10px;}
#aesthe .single{margin-left:10px;}

#aesthe #content .gamma{
    width:275px;
    float:right;
    }
#aesthe #content .gamma ol{
    margin-top:0;
    }

/*-------- 13  Snoring --------*/
#snoring h2#title01{background: url(../images/snoring_h2-01.png) 0 0 no-repeat;}
#snoring h3#title02{background: url(../images/snoring_h3-02.png) 0 0 no-repeat;}
#snoring h4#title03{background: url(../images/snoring_h4-03.png) 0 0 no-repeat;}

/*-------- 14  Implant --------*/
#implant h2#title01{background: url(../images/implant_h2-01.png) 0 0 no-repeat;}
#implant h3#title02{background: url(../images/implant_h3-02.png) 0 0 no-repeat;}
#implant h3#title03{background: url(../images/implant_h3-03.png) 0 0 no-repeat;}
#implant h4#title04{background: url(../images/implant_h4-04.png) 0 0 no-repeat;}
#implant h4#title05{background: url(../images/implant_h4-05.png) 0 0 no-repeat;}

#implant .implant_text{
    padding-top:15px;
    }

#implant .question{
	background:url(../images/q.png) 0 0 no-repeat;
    text-indent:27px;
    font-weight:bold;
    color:#416D94;
    border-bottom:dotted 1px #047391;
    }

#implant .answer{
	background:url(../images/a.png) 0 0 no-repeat;
    padding-left:27px;
    padding-bottom:10px;
    }

#implant .step1_text{margin-top:30px;}
#implant .step2_text{margin-top:30px;}
#implant .step3_text{margin-top:30px;}
#implant .step4_text{margin-top:60px;}

/*-------- 15  Recruit --------*/
#recruit h2#title01{background: url(../images/recruit_h2-01.png) 0 0 no-repeat;}
#recruit h3#title02{background: url(../images/recruit_h3-02.png) 0 0 no-repeat;}

#recruit .recruit_info table{
    width:450px;
    margin:15px 0 0 50px;
    }
#recruit .recruit_info th{
    width:70px;
    }
*:first-child+html #recruit .recruit_info{
    padding:15px 0 0 50px;
    }
*:first-child+html #recruit .recruit_info th{
    width:80px;
    }
   
* html #recruit h3#title02{
    padding-bottom:15px;
    }

/*-------- 16  Access --------*/
#access h2#title01{background: url(../images/access_h2-01.png) 0 0 no-repeat;}
#access h3#title02{background: url(../images/access_h3-02.png) 0 0 no-repeat;}
#access h3#title03{background: url(../images/access_h3-03.png) 0 0 no-repeat;}

* html #access h3#title02{
    padding-bottom:15px;
    }
* html #access h3#title03{
    padding-bottom:15px;
    }
    
#access #map {width: 400px;  
   height: 350px;  
   border: 2px solid #ccc;  
   margin: 0;  
   }  

#access .access_info table{
   width:520px;
   margin:15px 0 10px 20px;
   }

*:first-child+html #access .access_info {
   padding:15px 0 10px 20px;
   }

#access .access_info th{
   width:100px;
   }

#access .access_clinic_info table{
   width:350px;
   margin:15px 0 0 60px;
   }

*:first-child+html #access .access_clinic_info {
   padding:15px 0 0 60px;
   }

/*-------- 17  Sitemap --------*/
#sitemap h2#title01{background: url(../images/sitemap_h2-01.png) 0 0 no-repeat;}

#sitemap .sitemap_info dt{
   background: url(../images/li_bg.png) 0 0 no-repeat;
   text-indent:18px;
   line-height:15px;
   }

#sitemap .sitemap_info dd{
   margin:3px 0 10px 0;
   }



.red {
	color:#FF0033;
}

