@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Doctor                      */
/*                 09  Clinic                      */
/*                 10  Guide                       */
/*                 11  Example                     */
/*                 12  Rebirth                     */
/*                 13  Implant                     */
/*                 14  Prevent                     */
/*                 15  Seminar                     */
/*                 16  Access                      */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Blue           #0a50a1      */
/*        Main Color - Light Blue     #688cc0      */
/*                                                 */
/*        Sub Color  - Gray           #333333      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      83%                 */
/*                   11px      92%                 */
/*                   12px     100%                 */
/*                   14px     117%                 */
/*                   16px     133%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #FFFFFF url(../images/body_bg03.jpg) top repeat-x; }
body#index { background: #FFFFFF url(../images/body_bg01.jpg) top repeat-x; }
#body01 { background: url(../images/body_bg02.jpg) bottom repeat-x; }

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 0 20px 0;
	background: url(../images/main_bg.jpg) repeat-y;
	}
#index #main {
	margin: 0;
	background: none;
	}

#content {
	width: 590px;
	font-size: 100%;
	line-height: 1.67em;
	color: #000000;
	padding: 0;
	margin:0;
	float:right;
	}
#index #content {
	width: 760px;
	font-size: 100%;
	line-height: 2em;
	color: #000000;
	padding: 0;
	margin:0 20px 25px 20px;
	}


/*---------- 03  Header -----------*/

#header {
	width: 800px;
	height:225px;
	margin: 0 0 10px 0;
	padding: 0;
	background:url(../images/header_bg03.jpg) bottom repeat-x;
	}
#index #header {
	width: 800px;
	height:403px;
	margin: 0 0 20px 0;
	padding: 0;
	background:url(../images/header_bg02.jpg) bottom repeat-x;
	}
	
#header01{
	width:800px;
	height:20px;
	background:#688cc0;
	margin:0;
	padding:0;
	}

h1 {
	width: 184px;
	height: 20px;
	float: left;
	font-size:100%;
	margin:0;
	padding:0;
	}
h1 a {
	display: block;
	width: 184px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	}
#header01 .header_text{
	width:600px;
	float:right;
	}
#header01 .header_text p {
	font-size:83%;
	line-height:1em;
	color:#cfd8e5;
	text-align:right;
	margin:0;
	padding:6px 0 0 0;
	}
#header02 {
	width: 800px;
	height:350px;
	margin: 0;
	padding: 0;
	background:url(../images/header_bg01.jpg) 0 0 no-repeat;
	}
#header02 .index_main_img{
	padding: 277px 0 0 0;
	margin:0;
	display:block;
	line-height:1%;
	}
#header02 .index_fla{
	padding: 0 0 0 0;
	margin:0;
	}
	
#header_nav {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 30px;
	}

#header_nav ul{
	margin:0;
	padding:0;
	}
#header_nav li {
	height: 30px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	}
	
#nav01 a { background: url(../images/header_nav.jpg) 0 0 no-repeat;	width: 50px; }
#nav02 a { background: url(../images/header_nav.jpg) -50px 0 no-repeat;	width: 70px; }
#nav03 a { background: url(../images/header_nav.jpg) -120px 0 no-repeat;	width: 70px; }
#nav04 a { background: url(../images/header_nav.jpg) -190px 0 no-repeat;	width: 73px; }
#nav05 a { background: url(../images/header_nav.jpg) -263px 0 no-repeat;	width: 60px; }
#nav06 a { background: url(../images/header_nav.jpg) -323px 0 no-repeat;	width: 72px; }
#nav07 a { background: url(../images/header_nav.jpg) -395px 0 no-repeat;	width: 75px; }
#nav08 a { background: url(../images/header_nav.jpg) -470px 0 no-repeat;	width: 65px; }
#nav09 a { background: url(../images/header_nav.jpg) -535px 0 no-repeat;	width: 135px; }
#nav10 a { background: url(../images/header_nav.jpg) -670px 0 no-repeat;	width: 65px; }
#nav11 a { background: url(../images/header_nav.jpg) -735px 0 no-repeat;	width: 65px; }

#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -30px no-repeat;	width: 50px; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -50px -30px no-repeat;	width: 70px; }
#nav03 a:hover { background: url(../images/header_nav.jpg) -120px -30px no-repeat;	width: 70px; }
#nav04 a:hover { background: url(../images/header_nav.jpg) -190px -30px no-repeat;	width: 73px; }
#nav05 a:hover { background: url(../images/header_nav.jpg) -263px -30px no-repeat;	width: 60px; }
#nav06 a:hover { background: url(../images/header_nav.jpg) -323px -30px no-repeat;	width: 72px; }
#nav07 a:hover { background: url(../images/header_nav.jpg) -395px -30px no-repeat;	width: 75px; }
#nav08 a:hover { background: url(../images/header_nav.jpg) -470px -30px no-repeat;	width: 65px; }
#nav09 a:hover { background: url(../images/header_nav.jpg) -535px -30px no-repeat;	width: 135px; }
#nav10 a:hover { background: url(../images/header_nav.jpg) -670px -30px no-repeat;	width: 65px; }
#nav11 a:hover { background: url(../images/header_nav.jpg) -735px -30px no-repeat;	width: 65px; }


/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 0 0 20px 0;
	}

#nav ul {
	margin:0 5px;
	padding:0;
	}
#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;
	}


#nav12 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -30px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -60px no-repeat; }
#nav15 a { background: url(../images/nav.jpg) 0 -90px no-repeat; }
#nav16 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav17 a { background: url(../images/nav.jpg) 0 -150px no-repeat; }
#nav18 a { background: url(../images/nav.jpg) 0 -180px no-repeat; }
#nav19 a { background: url(../images/nav.jpg) 0 -210px no-repeat; }
#nav20 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav21 a { background: url(../images/nav.jpg) 0 -270px no-repeat; }
#nav22 a { background: url(../images/nav.jpg) 0 -300px no-repeat; }

#nav12 a:hover { background: url(../images/nav.jpg) -190px 0 no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -190px -30px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -190px -60px no-repeat; }
#nav15 a:hover { background: url(../images/nav.jpg) -190px -90px no-repeat; }
#nav16 a:hover { background: url(../images/nav.jpg) -190px -120px no-repeat; }
#nav17 a:hover { background: url(../images/nav.jpg) -190px -150px no-repeat; }
#nav18 a:hover { background: url(../images/nav.jpg) -190px -180px no-repeat; }
#nav19 a:hover { background: url(../images/nav.jpg) -190px -210px no-repeat; }
#nav20 a:hover { background: url(../images/nav.jpg) -190px -240px no-repeat; }
#nav21 a:hover { background: url(../images/nav.jpg) -190px -270px no-repeat; }
#nav22 a:hover { background: url(../images/nav.jpg) -190px -300px no-repeat; }


#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	height:155px;
	padding: 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 100%;
	line-height: 1.67em;
	text-align: left;
	color: #000;
	}
*:first-child+html #footer { font-size: 12px; } /*  for IE7 only */
* html body #footer { font-size: 12px; } /*  for IE6 only */

#footer01{
	height:60px;
	margin:0;
	padding:0;
	background:url(../images/footer_bg02.jpg) 0 0 repeat-x;
	}
#footer01 .alpha{
	padding:18px 0 17px 3px;
	margin:0;
	margin:0;
	float:left;
	}
#footer01 .beta{
	width:475px;
	padding:0;
	margin:4px 0 0 0;
	float:right;
	}
#footer02{
	padding:14px 15px 19px 11px;
	margin:0;
	border-top:1px solid #688cc0;
	}	

#footer .footer_img01{
	display:block;
	line-height:1%;
	margin:0 21px 0 0;
	float:left;
	}

#footer address { margin: 23px 0 0 0; float:right; }


/*---------- 06  Contents -----------*/

.section { padding: 0 20px 0 20px; clear:both; }
.section .section { padding: 0 10px 0 10px; }

.center { text-align: center; }
.top { vertical-align: top; }

#content h2 {
	height: 35px;
	text-indent: -9999px;
	margin: 0 10px 30px 10px;
	}
#content h3 {
	clear: both;
	height: 25px;
	text-indent: -9999px;
	margin: 0 -10px 14px -10px;
	}
#content h4 {
	height: 17px;
	text-indent: -9999px;
	margin:0 0 7px 0;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}

#content ul li {
	list-style: none;
	background: url(../images/icon01.jpg) 0 6px no-repeat;
	padding-left: 15px;
	}

#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{
	display:block;
	line-height:1%;
	margin:0 auto;
	}
.image_l  {
	float: left;
	margin: 0 15px 8px 0;
	display:block;
	line-height:1%;
	}
/*:first-child+html .image_l { margin: 0 12px 2px 0; } /*  for IE7 only */
/* html body .image_l { margin: 0 12px 2px 0; } /*  for IE6 only */

.image_r {
	float: right;
	margin: 0 0 8px 15px;
	display:block;
	line-height:1%;
	}
*:first-child+html .image_r { margin: 0 0 2px 12px ; } /*  for IE7 only */
* html body .image_r { margin: 0 0 2px 12px ; } /*  for IE6 only */


.image_l_b {
	float: left;
	margin: 0 15px 0 0;
	display:block;
	line-height:1%;
	border:1px solid #666;
	padding:5px;
	}
/*:first-child+html .image_l_b { margin: 0 12px 2px 0; } /*  for IE7 only */
/* html body .image_l_b { margin: 0 12px 2px 0; } /*  for IE6 only */

.image_r_b {
	float: right;
	margin: 0 0 8px 15px;
	display:block;
	line-height:1%;
	border:1px solid #666;
	padding:5px;
	}
/*:first-child+html .image_r_b { margin: 0 0 2px 12px ; } /*  for IE7 only */
/* html body .image_r_b { margin: 0 0 2px 12px ; } /*  for IE6 only */

.image_l_b01 {
	float: left;
	margin: 0 15px 6px 0;
	display:block;
	line-height:1%;
	border:1px solid #666;
	padding:5px;
	}
*:first-child+html .image_l_b01 { margin: 0 12px 0 0; } /*  for IE7 only */
* html body .image_l_b01 { margin: 0 12px 2px 0; } /*  for IE6 only */

.image_r_b01 {
	float: right;
	margin: 0 0 6px 15px;
	display:block;
	line-height:1%;
	border:1px solid #666;
	padding:5px;
	}
*:first-child+html .image_r_b01 { margin: 0 0 0 12px ; } /*  for IE7 only */
* html body .image_r_b01 { margin: 0 0 2px 12px ; } /*  for IE6 only */

.case {
	margin: 0;
	padding:0;
	background: url(../images/arrow.jpg) 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 ul.totop {
	clear: both;
	padding: 0;
	margin:0;
	height:20px;
	}

#content ul.totop li {
	list-style: none;
	width: 80px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 20px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #4499af;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */



#content table {
	border-collapse: collapse;
	font-size: 100%;
	line-height:1.67em;
	color: #000;
	width: 100%;
	margin-bottom:8px;
	}

#content table th,
#content table td {
	padding: 3px 10px;
	border: 1px solid #666;
	}

#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

#content .beta {
	width: 322px;
	float:right;
/*	clear:both;*/
	}



/*---------- 07  Index -----------*/

#index .index01{
	margin:0 0 14px 0;
	}
#index .index01_01{
	margin:0 0 12px 0;
	padding:0;
	display:block;
	line-height:1%;
	}
#index .index01_02{
	padding:0 38px 0 14px;
	}
	
#index .index02{
	background:url(../images/index_bg01.jpg) 0 19px no-repeat;
	margin:0 6px 0 4px;
	padding:0 22px 0 18px;
	}
#index #content .alpha01{
	margin:0 70px 0 0;
	float:left;
	}
#index #content .beta01{
	margin:0 60px 0 0;
	float:left;
	}
#index #content .gama01{
	margin:0;
	float:left;
	}
#index #content .delta01{
	margin:0;
	float:right;
	}

/*---------- 08  Doctor -----------*/

#doctor h2#title01 { background:url(../images/doctor_h2.jpg) 0 0 no-repeat; }
#doctor h3#title02 { background:url(../images/doctor_h3-01.jpg) 0 0 no-repeat; }
#doctor h3#title03 { background:url(../images/doctor_h3-02.jpg) 0 0 no-repeat; }

#doctor #content dl{
	width:550px;
	margin:0;
	padding:0;
	font-size:100%;
	line-height:1.67em;
	}
#doctor #content dl dt{
	width:70px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	color:#333;
	}
#doctor #content dl dd{
	width:480px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	}
#doctor #content dl dd.dd01{
	width:40px;
	}
#doctor #content dl dd.dd02{
	width:440px;
	}
#doctor #content dl dd.dd03{
	width:440px;
	margin:0 0 0 110px;
	}
#doctor #content dl dd.dd04{
	width:40px;
	margin:0 0 0 70px;
	}
#doctor #content dl dd.dd05{
	width:480px;
	margin:0 0 0 70px;
	}
	
#content .bn_reservation{
	margin:0 20px 25px 20px;
	}
#content .bn_reservation a {
	background:url(../images/bn_reservation.jpg) 0 0 no-repeat;
	width:550px;
	height:80px;
	margin:0;
	padding:0;
	display:block;
	text-indent:-9999px;
	}
#content .bn_reservation a:hover {
	background:url(../images/bn_reservation.jpg) 0 -80px no-repeat;
	}

/*---------- 09  Clinic -----------*/

#clinic h2#title01 { background:url(../images/clinic_h2.jpg) 0 0 no-repeat; }
#clinic h3#title02 { background:url(../images/clinic_h3-01.jpg) 0 0 no-repeat; }
#clinic h4#title03 { background:url(../images/clinic_h4-01.jpg) 0 0 no-repeat; }
#clinic h4#title04 { background:url(../images/clinic_h4-02.jpg) 0 0 no-repeat; }
#clinic h4#title05 { background:url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }
#clinic h4#title06 { background:url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic h4#title07 { background:url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic h4#title08 { background:url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic h4#title09 { background:url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic h4#title10 { background:url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }

/*---------- 10  Guide -----------*/

#guide h2#title01 { background:url(../images/guide_h2.jpg) 0 0 no-repeat; }
#guide h3#title02 { background:url(../images/guide_h3-01.jpg) 0 0 no-repeat; }
#guide h4#title03 { background:url(../images/guide_h4-01.jpg) 0 0 no-repeat; }
#guide h4#title04 { background:url(../images/guide_h4-02.jpg) 0 0 no-repeat; }
#guide h4#title05 { background:url(../images/guide_h4-03.jpg) 0 0 no-repeat; }
#guide h4#title06 { background:url(../images/guide_h4-04.jpg) 0 0 no-repeat; }

/*---------- 11  Example -----------*/

#example h2#title01 { background:url(../images/example_h2.jpg) 0 0 no-repeat; }
#example h3#title02 { background:url(../images/example_h3-01.jpg) 0 0 no-repeat; }
#example h4#title03 { background:url(../images/example_h4-01.jpg) 0 0 no-repeat; }
#example h4#title04 { background:url(../images/example_h4-02.jpg) 0 0 no-repeat; }
#example h4#title05 { background:url(../images/example_h4-03.jpg) 0 0 no-repeat; }
#example h4#title06 { background:url(../images/example_h4-04.jpg) 0 0 no-repeat; }

/*---------- 12  Rebirth -----------*/

#rebirth h2#title01 { background:url(../images/rebirth_h2.jpg) 0 0 no-repeat; }
#rebirth h3#title02 { background:url(../images/rebirth_h3-01.jpg) 0 0 no-repeat; }
#rebirth h4#title03 { background:url(../images/rebirth_h4-01.jpg) 0 0 no-repeat; }
#rebirth h3#title04 { background:url(../images/rebirth_h3-02.jpg) 0 0 no-repeat; }
#rebirth h4#title05 { background:url(../images/rebirth_h4-02.jpg) 0 0 no-repeat; }
#rebirth h4#title06 { background:url(../images/rebirth_h4-03.jpg) 0 0 no-repeat; }
#rebirth h4#title07 { background:url(../images/rebirth_h4-04.jpg) 0 0 no-repeat; }

/*---------- 13  Implant -----------*/

#implant h2#title01 { background:url(../images/implant_h2.jpg) 0 0 no-repeat; }
#implant h3#title02 { background:url(../images/implant_h3-01.jpg) 0 0 no-repeat; }
#implant h3#title03 { background:url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h3#title04 { background:url(../images/implant_h3-03.jpg) 0 0 no-repeat; }
#implant h4#title05 { background:url(../images/implant_h4-01.jpg) 0 0 no-repeat; }
#implant h4#title06 { background:url(../images/implant_h4-02.jpg) 0 0 no-repeat; }
#implant h4#title07 { background:url(../images/implant_h4-03.jpg) 0 0 no-repeat; }
#implant h4#title08 { background:url(../images/implant_h4-04.jpg) 0 0 no-repeat; }
#implant h4#title09 { background:url(../images/implant_h4-05.jpg) 0 0 no-repeat; }
#implant h4#title10 { background:url(../images/implant_h4-06.jpg) 0 0 no-repeat; }

/*---------- 14  Prevent -----------*/

#prevent h2#title01 { background:url(../images/prevent_h2.jpg) 0 0 no-repeat; }
#prevent h3#title02 { background:url(../images/prevent_h3-01.jpg) 0 0 no-repeat; }
#prevent h3#title03 { background:url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent h4#title04 { background:url(../images/prevent_h4-01.jpg) 0 0 no-repeat; }
#prevent h4#title05 { background:url(../images/prevent_h4-02.jpg) 0 0 no-repeat; }
#prevent h4#title06 { background:url(../images/prevent_h4-03.jpg) 0 0 no-repeat; }

/*---------- 15  Seminar -----------*/

#seminar h2#title01 { background:url(../images/seminar_h2.jpg) 0 0 no-repeat; }
#seminar h3#title02 { background:url(../images/seminar_h3-01.jpg) 0 0 no-repeat; }

#seminar .seminar01 {
  margin:0 20px 25px 20px;
	display:block;
	line-height:1%;
  }

/*---------- 16  Access -----------*/

#access h2#title01 { background:url(../images/access_h2.jpg) 0 0 no-repeat; }
#access h3#title02 { background:url(../images/access_h3-01.jpg) 0 0 no-repeat; }
#map {
width:430px;
height:450px;
}

/*---------------------*/

.margin_t0 { margin-top:0; }
.margin_b10 { margin-bottom:10px; }
.margin_b20 { margin-bottom:20px; }
.margin_b15 { margin-bottom:15px; clear:both; }
.margin_b25 { margin-bottom:25px; clear:both; }
.margin_b30 { margin-bottom:30px; }

.w_80 { width: 80px; }
.bg01 { background:#d1deed; }
