@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Clinic                      */
/*                 09  Treatment                   */
/*                 10  Prevent                     */
/*                 11  Implant                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color -      #      */
/*        Main Color -      #      */
/*        Main Color -      #      */
/*                                                 */
/*        Sub Color  -      #1A6893                */
/*                                                 */   
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/index_bg.png) top repeat-x ; }

#wrapper {
	width: 802px ;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
  width: 800px;
	margin: 0;
	background: #fff;
	border-left: #1990E0 solid 1px;
	border-right: #1990E0 solid 1px;
	}
* html body #main {
  width: 802px;
	}

#content {
	width: 595px;
	float: right;
	font-size: 108%;
	line-height: 1.5;
	color: #666;
	background: #fff;
	padding: 0;
	margin: 0;
	padding: 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) 0 0 no-repeat ;
	height: 105px;
	width: 802px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 270px;
	height: 80px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 270px;
	height: 80px;
	background: url(../images/h1.png) 0 0 no-repeat ;
	}

#header .section {
	width: 190px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	}
#header p.tel img { display: block; }

#header_nav {
	width: 190px;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#header_nav li {
	height: 25px;
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	list-style: none;
	}

#header_nav li a {
	height: 25px;
	display: block;
	}

#nav01 { width: 90px; }
#nav02 { width: 100px; }

#nav01 a {
	background: url(../images/header_nav.png) 0 0 no-repeat ;
	width: 70px;
	}

#nav02 a {
	background: url(../images/header_nav.png) -90px 0 no-repeat ;
	width: 100px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 180px;
	float: left;
	padding: 0 0 0 11px;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	}

#nav .internal01 li,
#nav .internal02 li {
	text-indent: -9999px;
	}

#nav .internal01 li a,
#nav .internal02 li a {
	display: block;
	text-indent: -9999px;
	height: 30px;
	}

#nav .internal01 { background: url(../images/nav.png) 0 0 no-repeat;
  padding-top: 10px;
  height:110px; }

#nav03 a{ background: url(../images/nav.png) 0 -10px no-repeat; }
#nav04 a{ background: url(../images/nav.png) 0 -40px no-repeat; }
#nav05 a{ background: url(../images/nav.png) 0 -70px no-repeat; }

#nav03 a:hover{ background: url(../images/nav.png) -180px -10px no-repeat; }
#nav04 a:hover{ background: url(../images/nav.png) -180px -40px no-repeat; }
#nav05 a:hover{ background: url(../images/nav.png) -180px -70px no-repeat; }

#nav .internal02 { background: url(../images/nav.png) 0 -120px no-repeat;
  padding-top: 10px;
  height:200px; }
* html body #nav .internal02 { margin-top: 10px; }

#nav06 a{ background: url(../images/nav.png) 0 -130px no-repeat; }
#nav07 a{ background: url(../images/nav.png) 0 -160px no-repeat; }
#nav08 a{ background: url(../images/nav.png) 0 -190px no-repeat; }
#nav09 a{ background: url(../images/nav.png) 0 -220px no-repeat; }
#nav10 a{ background: url(../images/nav.png) 0 -250px no-repeat; }
#nav11 a{ background: url(../images/nav.png) 0 -280px no-repeat; }

#nav06 a:hover{ background: url(../images/nav.png) -180px -130px no-repeat; }
#nav07 a:hover{ background: url(../images/nav.png) -180px -160px no-repeat; }
#nav08 a:hover{ background: url(../images/nav.png) -180px -190px no-repeat; }
#nav09 a:hover{ background: url(../images/nav.png) -180px -220px no-repeat; }
#nav10 a:hover{ background: url(../images/nav.png) -180px -250px no-repeat; }
#nav11 a:hover{ background: url(../images/nav.png) -180px -280px no-repeat; }

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	background: url(../images/footer_bg.png) 0 0 no-repeat ;
	font-size: 77%;
	text-align: right;
	color: #1A6893;
	height: 77px;
	}
*: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: #1990E0;
	}
#footer a:hover { text-decoration: underline;
  color: #1A6893; }


#footer_clinic,
#footer_tel {
  margin: 0;
	padding: 0;
	float: left;
	}

#footer .beta {
  float: right;
	width: 390px;
	margin: 0;
	padding: 15px 15px 0 0;
	}

#footer ul { 
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding-bottom:0;
	}

#footer address { margin: 0; }


/*---------- 06  Contents -----------*/

#content .section { padding: .5em 10px; }
#content .section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	line-height:25px;
	font-size:100%;
	}
#content h3 {
	clear: both;
	height: ;
	color:#666666;
	font-weight:bold;
	font-size:100%;
	}
#content h4 {
	height: ;
	margin-top:5px;
	font-size:100%;
	color:#0060B6;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul {
  margin: 0;
	padding: 0;
	}

#content ul li {
	list-style: none;
	background: ;
	padding-left: ;
	}
#content ul.olist li {
	background-image: none;
	padding-left: ;
	}

#content ul.totop {
	clear: both;
	list-style: none;
	}
#content ul.totop li {
  background-image: none;
	width: 90px;
	height: 10px;
	float: right;
	margin-bottom: 5px;
	}
#content ul.totop li a {
	display: block;
	width: 90px;
	height: 10px;
	background: url(../images/to_top.gif) 0 0 no-repeat;
	text-indent: -9999px;
	}

#content dl {
  margin: 0;
	padding: 0;
	}

#content dt { font-weight: bold; }

#content a { 
  text-decoration: underline;
	color: ;
	outline: none;
	}
#content a:hover { color: ; }

#content blockquote {
	margin: ;
	background: ;
	padding: ;
	}

.image_l  {
	float: left;
	margin: 5px 10px 0 0;
	}

.image_r {
	float: right;
	margin: 5px 0 0 15px;
	}

.case {
	margin: ;
	background: url() center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: ;
	}

#content ul.detail {
  list-style: none;
	margin: 0;
	padding: 0;
	height: 16px;
	}

#content ul.detail li{
  float: right;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	width: 90px;
	height: 16px;
	}

#content ul.detail li a{
  display: block;
	background: url(../images/detail.gif) 0 0 no-repeat;
	width: 90px;
	height: 16px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	}

#content .subtitle{
    font-weight:bold;
    }

#content table, td, th {
    border: 1px #cccccc solid;
    margin:0; 
    }

* html #content table {
    font-size:85%;
    color:#666666;
    }

#content .td_subtitle {
    text-align:center;
    background:#AEE2FF;
    color:#1A6893;
    }

#content .h3_box {
    margin-top:15px;
    }

#content .subtitle_p{
    color:#D99ED2;
    }
#content .subtitle_b{
    color:#529ED2;
    }

#content .photo{
    width:400px;
    margin-left:90px;
    }

#content .center{
    text-align:center;
    } 
    
#content p.totop {
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	text-indent: -9999px;
	height: 35px;
	width: 100px;
	float: right;
	}
* html body #content p.totop {
	height: 35px;
	margin: 0 6px 0 0;
	}

#content p.totop a {
	display: block;
	height: 42px;
	background: url(../images/to_top.gif) 0 0 no-repeat;
	}
#content .mag_b20{
    margin-bottom:20px;
    }
    
#content .mag_t20{
    margin-top:20px;
    }
/*---------- 07  Index -----------*/

#index h2#title01 {
  background: url(../images/index01.jpg) 0 0 no-repeat;
	height: 250px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	}

#index #greeting {
  margin: 10px 0;
	padding: 0;
	}

#index h3#title02 { background: url(../images/index_greeting.png) 0 0 no-repeat;
 height: 30px;
 	text-indent: -9999px;
}

#index #greeting p { 
  background: url(../images/greeting_bg.jpg) 0 0 no-repeat;
	padding: 5px 30px 0 60px;
	height: 140px;
	}

#index .pickup {
  margin: 0 0 10px 0;
	padding: 0;
	width: 580px;
	clear: both;
	}

#index .pickup p{
  margin: 0;
	padding: 0;
	}

#index .pickup .alpha {
  float: left;
	width: 272px;
	margin: 0;
	padding: 0;
	}
#index .pickup .beta {
  float: right;
	width: 272px;
	margin: 0;
	padding: 0;
	}

#index h4 { height: 92px; }

#index h4#title03 { background: url(../images/pick01.jpg) 0 0 no-repeat; text-indent: -9999px;}
#index h4#title04 { background: url(../images/pick02.jpg) 0 0 no-repeat; text-indent: -9999px;}
#index h4#title05 { background: url(../images/pick03.jpg) 0 0 no-repeat; text-indent: -9999px;}
#index h4#title06 { background: url(../images/pick04.jpg) 0 0 no-repeat; text-indent: -9999px;}

#index_clinic {
  clear: both;
	}

#index h5#title07 { 
  background: url(../images/index_clinicinfo.png) 0 0 no-repeat;
	height: 32px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	}

#index_clinic {
  clear: both;
  padding: 0 0 10px 0; }


#index_clinic .alpha {
  float: right;
	width: 380px;
	margin-top: 5px;
	}

#index_clinic dt{
  float: left;
	width: 80px;
	font-weight: normal;
	}
  
#index_clinic dd{
  padding-left: 80px;
	}


/*---------- 08  Clinic -----------*/
/* #clinic h2#title01 {background: url(../images/clinic_h2-01.png) 0 0 no-repeat;height: 30px;}*/
/* #clinic h3#title02 {background: url(../images/clinic_h3-02.png) 0 0 no-repeat;height: 30px;}*/
/* #clinic h3#title03 {background: url(../images/clinic_h3-03.png) 0 0 no-repeat;height: 30px;}*/
/* #clinic h3#title04 {background: url(../images/clinic_h3-04.png) 0 0 no-repeat;height: 30px;}*/
/* #clinic h3#title05 {background: url(../images/clinic_h3-05.png) 0 0 no-repeat;height: 30px;}*/
/* #clinic h3#title06 {background: url(../images/clinic_h3-06.png) 0 0 no-repeat;height: 30px;}*/
/* #clinic h4#title07 {background: url(../images/clinic_h4-07.png) 0 0 no-repeat;height: 30px;}*/
/* #clinic h4#title08 {background: url(../images/clinic_h4-08.png) 0 0 no-repeat;height: 30px;}*/

#clinic #content dt{
    float:left;
    width:50px;
}
#clinic #content dd{
    margin-left:50px;
}

#clinic #content .clinic_box{
    width:510px;
    margin-bottom:5px;
    margin-left:30px;
}

#clinic #content table {
    width:510px;
    }

#clinic #content .td_subtitle {
    width:150px;
    }

#clinic .center{
    text-align:center;
    }

#clinic .career{
    margin:0 0 5px 120px;
    }

/*---------- 09  Treatment -----------*/

/* #treatment h2#title01 {background: url(../images/treatment_h2-01.png) 0 0 no-repeat;height: 30px;}*/
/* #treatment h3#title02 {background: url(../images/treatment_h3-02.png) 0 0 no-repeat;height: 30px;}*/

#treatment #content ul {
    margin:10px 10px 10px 10px;
    }

#treatment #content li{
    background: url(../images/list.gif) 0 4px no-repeat;
    text-indent:18px;
    }
    
#treatment #content li{
    margin-bottom:15px;
    }

/*---------- 10  Prevent -----------*/

/* #prevent h2#title01 {background: url(../images/prevent_h2-01.png) 0 0 no-repeat;height: 30px;}*/
/* #prevent h3#title02 {background: url(../images/prevent_h3-02.png) 0 0 no-repeat;height: 30px;}*/
/* #prevent h4#title03 {background: url(../images/prevent_h4-03.png) 0 0 no-repeat;height: 30px;}*/
/* #prevent h3#title04 {background: url(../images/prevent_h3-04.png) 0 0 no-repeat;height: 30px;}*/
/* #prevent h4#title05 {background: url(../images/prevent_h4-05.png) 0 0 no-repeat;height: 30px;}*/
/* #prevent h4#title06 {background: url(../images/prevent_h4-06.png) 0 0 no-repeat;height: 30px;}*/
/* #prevent h4#title07 {background: url(../images/prevent_h4-07.png) 0 0 no-repeat;height: 30px;}*/

/*---------- 11  Implant -----------*/
/* #implant h2#title01 {background: url(../images/impnalt_h2-01.png) 0 0 no-repeat;height: 30px;} */
#implant .selectpoint {
    margin:5px 0 5px 0;
    }
#implant .selectpoint td{
    width:250px;
    }

/*---------- 13 whitening -----------*/
#whitening #content .listbox ul li {
	height:16px;
	margin:0 0 0 0;
	padding:5px 0 0 15px;
	background: url(../images/list.gif) 0 7px no-repeat;
	}

#whitening #content .listbox{
    border:1px #cccccc solid;
    width:280px;
    padding:0 0 8px 10px;
	margin:10px 0 0 0;
    }

/*---------- 14 access -----------*/

#access #content .clinic_box{
    width:560px;
    margin-bottom:5px;
}

#access #content table {
    width:510px;
    margin-top:10px;
    margin-left:30px;
    }

#access #content .td_subtitle {
    width:150px;
    }

#access #content .access_comment{
    }
    
/*---------- 15 sitemap -----------*/

#sitemap #content ul {
    margin:10px 10px 10px 10px;
    }

#sitemap #content li{
    background: url(../images/list.gif) 0 4px no-repeat;
    text-indent:18px;
    }
    
#sitemap #content li{
    margin-bottom:15px;
    }

/*---------- 16 recruit -----------*/
#recruit #content table {
    width:510px;
    margin-top:10px;
    margin-left:30px;
    }
#recruit #content .td_subtitle {
    width:80px;
    }

#recruit #content .blank {
    background:#eeeeee;
    }

#recruit #content .message{
    width:510px;
    margin-top:10px;
    margin-left:30px;
    }
   
