@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Info                        */
/*                 09  Concept                     */
/*                 10  Staff                       */
/*                 11  Medical                     */
/*                 12  Implant                     */
/*                 13  Esthe                       */
/*                 14  Perio                       */
/*                 15  Micro                       */
/*                 16  Prevent                     */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Light Blue     #6E91B9      */
/*        Main Color - Light Greem    #157571      */
/*                                                 */
/*        Sub Color  - Light Pink     #FBD1D2      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { margin-top: 0;}

#wrapper {
	background: url(../images/wrapper_bg.jpg) 0 0 repeat-y;
	width: 836px;
	padding: 0;
	text-align: left;
	margin: 0px auto;
	}

#main {
	margin-left: 18px;
	margin-right: 18px;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header.jpg) 0 0 no-repeat;
	width: 836px;
	height: 115px;
	margin: 0;
	padding: 0;
	xborder: 1px solid #FF0000;
	position: relative;
	}

p.h1 {
	position:absolute;
	top:13px;
	left:40px;
	}
	
p.h1 a {
	}

#header h1.headp{
	position:absolute;
	top:90px;
	left:40px;
	color: #567091;
	line-height: 1em;
	font-size:13px;
}

#header .section {
	width: 230px;
	float: right;
	margin: 0 20px;
	padding: 0;
	}

#header .section .header_nav a {
	display:block;
	width: 230px;
	height:30px;
	margin:30px 0 0 0;
	background:url(../images/header_nav03.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	}

#header .section .header_nav a:hover {
	width: 230px;
	height:50px;
	background:url(../images/header_nav03_o.jpg) 0 0 no-repeat;
	}

/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding:0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 52px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 52px;
	}

#nav01 a { background: url(../images/navi.jpg) 0 0 no-repeat;
	   height: 63px;
	   display: block; }
#nav02 a { background: url(../images/navi.jpg) 0 -63px no-repeat; }
#nav03 a { background: url(../images/navi.jpg) 0 -115px no-repeat; }
#nav04 a { background: url(../images/navi.jpg) 0 -167px no-repeat; }
#nav05 a { background: url(../images/navi.jpg) 0 -375px no-repeat; }
#nav06 a { background: url(../images/navi.jpg) 0 -219px no-repeat; }
#nav07 a { background: url(../images/navi.jpg) 0 -271px no-repeat; }
#nav08 a { background: url(../images/navi.jpg) 0 -323px no-repeat; }
#nav09 a { background: url(../images/navi.jpg) 0 -427px no-repeat; }


#nav01 a:hover { background: url(../images/navi.jpg) -200px 0 no-repeat; }
#nav02 a:hover { background: url(../images/navi.jpg) -200px -63px no-repeat; }
#nav03 a:hover { background: url(../images/navi.jpg) -200px -115px no-repeat; }
#nav04 a:hover { background: url(../images/navi.jpg) -200px -167px no-repeat; }
#nav05 a:hover { background: url(../images/navi.jpg) -200px -375px no-repeat; }
#nav06 a:hover { background: url(../images/navi.jpg) -200px -219px no-repeat; }
#nav07 a:hover { background: url(../images/navi.jpg) -200px -271px no-repeat; }
#nav08 a:hover { background: url(../images/navi.jpg) -200px -323px no-repeat; }
#nav09 a:hover { background: url(../images/navi.jpg) -200px -427px no-repeat; }

#nav p { text-align: center; }

#nav .clinic_info {
	text-align: left;
	margin: 10px;
	color: #666;
	font-size: 11px;
	}

#nav .clinic_info dd {
	margin: 5px 0;
	}
#nav .clinic_info dd p {
	text-align: left;
	margin: 0;
	}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	width:800;
	padding: 14px 0 5px 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 85%;
	text-align: center;
	color: #6699CC;
	display: block; }

*: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: #6699CC;
	}
#footer a:hover { text-decoration: underline; }

#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: 5px 1em;
	 color: #ffffff;}

#footer address a{
	 color: #ffffff;}

/*---------- 06  Contents -----------*/

.section { padding: .5em 10px; }
.section .section { padding: .5em 10px; }

.section2 { padding: 0; }

p.center { text-align: center; }

#content h2 {
	height: 223px;
	text-indent: -9999px;
	margin: 0px;
	}
#content h3 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	padding-left: 0;
	}
#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: 0 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .alpha,   
.case .beta {   
    float: left;   
    margin: 0 15px 15px 0;   
    }   
.case .gamma {   
    float: left;   
    margin: 0 0 15px 0;   
    }  

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 120px;
	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/pagetop.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 */



/*---------- 07  Index -----------*/
#index h2#title01 {
	text-indent: 0px;
	padding: 0;
	margin: 0;
}

#index h3#title02 {background: url(../images/index_h3-02.jpg) 0 0 no-repeat}
#index h4#title03 {background: url(../images/index_h4-03.jpg) 0 0 no-repeat}
#index h3#title04 {background: url(../images/index_h3-04.jpg) 0 0 no-repeat}


#index .alpha{ 
	width : 267px;
	height: 233px;
	float:left;
	overflow-y: auto;
	overflow-x: hidden;
	}

#index .beta{ 
	width : 263px;
	float:right;
	}

#index .pup01{
	width : 162px;
	float : left;
	margin-right : 10px;
	margin-left : 10px;
	}

#index .pup02{
	width : 162px;
	float : left;
	}

#index .pup03{
	width : 164px;
	float : right;
	}

#index .topix {
	margin: 5px;
	font-size: 11px
	}

#index .topix dt {
	float: left;
	width: 65px;
	color: #68b79a;
	}

#index .topix dd {
	margin-left: 75px;
	}

#index p.nont{ padding: 0; margin: 10px 0 0 0;}

#index .section2 p.txt{ padding: 5px 10px; margin: 0;}


/*---------- 08  Info -----------*/
#info h2#title01 {background: url(../images/info_h2-01.jpg) 0 0 no-repeat;
		   height: 122px;
		   text-indent: -9999px;
}
#info h3#title02 {background: url(../images/info_h3-02.jpg) 0 0 no-repeat}
#info h3#title03 {background: url(../images/info_h3-03.jpg) 0 0 no-repeat}
#info h4#title04 {background: url(../images/info_h4-04.jpg) 0 0 no-repeat}
#info h4#title05 {background: url(../images/info_h4-05.jpg) 0 0 no-repeat}
#info h4#title06 {background: url(../images/info_h4-06.jpg) 0 0 no-repeat}
#info h4#title07 {background: url(../images/info_h4-07.jpg) 0 0 no-repeat}
#info h4#title08 {background: url(../images/info_h4-08.jpg) 0 0 no-repeat}
#info h4#title09 {background: url(../images/info_h4-09.jpg) 0 0 no-repeat}
#info h4#title10 {background: url(../images/info_h4-10.jpg) 0 0 no-repeat}


#info .beta{ 
	width : 350px;
	float:right;
	}


/*---------- 09  Concept -----------*/
#concept h2#title01 {background: url(../images/concept_h2-01.jpg) 0 0 no-repeat;
		   height: 122px;
		   text-indent: -9999px;
}
#concept h3#title02 {background: url(../images/concept_h3-02.jpg) 0 0 no-repeat}
#concept h3#title03 {background: url(../images/concept_h3-03.jpg) 0 0 no-repeat}


/*---------- 10  Staff -----------*/
#staff h2#title01 {background: url(../images/staff_h2-01.jpg) 0 0 no-repeat;
		   height: 122px;
		   text-indent: -9999px;
}
#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 h3#title04 {background: url(../images/staff_h3-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 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 h4#title10 {background: url(../images/staff_h4-10.jpg) 0 0 no-repeat}
#staff h4#title11 {background: url(../images/staff_h4-11.jpg) 0 0 no-repeat}
#staff h4#title21 {background: url(../images/staff_h4-21.jpg) 0 0 no-repeat}

#staff .beta{ 
	width : 340px;
	float:right;
	}
#staff .staff_ttl dt{
	background: #eee;
	border: 1px solid #ccc;
	padding: 1px 2px;
	}

#staff dl.dr{margin:5px 0 5px 25px;}
#staff dl.dr dt{width:8em; float:left; font-weight:normal;}
#staff dl.dr dd{width:15em; overflow:hidden;}
#staff .dr02 h5{color:#658AB6; font-size:100%; background: url(../images/staff_h5.jpg) 0 3px no-repeat; padding-left:15px; margin-bottom:-10px;}

/*---------- 11  Medical  -----------*/
#medical h2#title01 {background: url(../images/medical_h2-01.jpg) 0 0 no-repeat;
		   height: 122px;
		   text-indent: -9999px;
}
#medical h3#title02 {background: url(../images/medical_h3-02.jpg) 0 0 no-repeat}
#medical h3#title03 {background: url(../images/medical_h3-03.jpg) 0 0 no-repeat}
#medical h3#title04 {background: url(../images/medical_h3-04.jpg) 0 0 no-repeat}
#medical h3#title05 {background: url(../images/medical_h3-05.jpg) 0 0 no-repeat}
#medical h3#title06 {background: url(../images/medical_h3-06.jpg) 0 0 no-repeat}
#medical h3#title07 {background: url(../images/medical_h3-07.jpg) 0 0 no-repeat}
#medical h3#title08 {background: url(../images/medical_h3-08.jpg) 0 0 no-repeat}
#medical h3#title09 {background: url(../images/medical_h3-09.jpg) 0 0 no-repeat}

/*---------- 12  Implant -----------*/
#implant h2#title01 {background: url(../images/implant_h2-01.jpg) 0 0 no-repeat;
		   height: 122px;
		   text-indent: -9999px;
}
#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}


/*---------- 13  Esthe -----------*/
#esthe h2#title01 {background: url(../images/esthe_h2-01.jpg) 0 0 no-repeat;
		   height: 122px;
		   text-indent: -9999px;
}
#esthe h3#title02 {background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat}
#esthe h3#title03 {background: url(../images/esthe_h3-03.jpg) 0 0 no-repeat}
#esthe h4#title04 {background: url(../images/esthe_h4-04.jpg) 0 0 no-repeat}
#esthe h4#title05 {background: url(../images/esthe_h4-05.jpg) 0 0 no-repeat}
#esthe h4#title06 {background: url(../images/esthe_h4-06.jpg) 0 0 no-repeat}
#esthe h3#title07 {background: url(../images/esthe_h3-07.jpg) 0 0 no-repeat}
#esthe h3#title08 {background: url(../images/esthe_h3-08.jpg) 0 0 no-repeat}
#esthe h3#title09 {background: url(../images/esthe_h3-09.jpg) 0 0 no-repeat}
#esthe h4#title10 {background: url(../images/esthe_h4-10.jpg) 0 0 no-repeat}
#esthe h4#title11 {background: url(../images/esthe_h4-11.jpg) 0 0 no-repeat}



/*---------- 14  Perio -----------*/
#perio h2#title01 {background: url(../images/perio_h2-01.jpg) 0 0 no-repeat;
		   height: 122px;
		   text-indent: -9999px;
}
#perio h3#title02 {background: url(../images/perio_h3-02.jpg) 0 0 no-repeat}
#perio h3#title03 {background: url(../images/perio_h3-03.jpg) 0 0 no-repeat}
#perio h3#title04 {background: url(../images/perio_h3-04.jpg) 0 0 no-repeat}


/*---------- 15  Micro -----------*/
#micro h2#title01 {background: url(../images/micro_h2-01.jpg) 0 0 no-repeat;
		   height: 122px;
		   text-indent: -9999px;
}
#micro h3#title02 {background: url(../images/micro_h3-02.jpg) 0 0 no-repeat}
#micro h3#title03 {background: url(../images/micro_h3-03.jpg) 0 0 no-repeat}
#micro h4#title04 {background: url(../images/micro_h4-04.jpg) 0 0 no-repeat}
#micro h4#title05 {background: url(../images/micro_h4-05.jpg) 0 0 no-repeat}
#micro h3#title06 {background: url(../images/micro_h3-06.jpg) 0 0 no-repeat}

/*---------- 16  Prevent -----------*/
#prevent h2#title01 {background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat;
		   height: 122px;
		   text-indent: -9999px;
}
#prevent h3#title02 {background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat}
#prevent h3#title03 {background: url(../images/prevent_h3-03.jpg) 0 0 no-repeat}
#prevent h3#title04 {background: url(../images/prevent_h3-04.jpg) 0 0 no-repeat}


/*---------- 17  Sitemap -----------*/

