@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Staff                       */
/*                 10  Clinic                      */
/*                 11  Recruit                     */
/*                 12  Perio                       */
/*                 13  Prevent                     */
/*                 14  Laser                       */
/*                 15  Child                       */
/*                 16  Ortho                       */
/*                 17  Aesthe                      */
/*                 18  Implant                     */
/*                 19  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: url(../images/body_bg.jpg) top repeat-x; color: #666;}

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 10px;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 605px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 0 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 140px;
	width: 820px;
	margin: 0;
	padding: 10px 0 0 0;
	font-size:100%;
	}

h1 {
	text-indent: -9999px;
	width: 480px;
	height: 90px;
	line-height: 1.0;
	float: left;
	margin: 3px 10px;
	}
h1 a {
	display: block;
	width: 480px;
	height: 90px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .text{width:800px; height:20px; margin:0 10px 5px 10px; font-size:75%; padding-top:1px; background-color:#FFFFFF;}
#header .text p{padding:0 10px;}
#header .section {
	width: 200px;
	float: right;
	margin: 0 10px;
	padding: 0;
	font-size:75%;
	}

*html #header .section {
	margin: 0 8px;
	}


#header p.tel {
	margin: 0;
	padding: 0;
	height: 55px;
	}

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 155px;
	height: 16px;
	float:right;
	}

#header_nav li {
	height: 16px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0 5px;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 16px;
	}

#nav01 { width: 55px; }
#nav02 { width: 70px; }



/*----------04  Navigation -----------*/

#nav {
	width: 195px;
	float: left;
	padding: 5px 0 20px 0;
	}

#nav ul{
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	list-style: none;
	background:url(../images/nav_bg.jpg) repeat-y;
	}
#nav li {
	width: 195px;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height:30px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; margin:0 0 10px 0; }
#nav04 a { background: url(../images/nav.jpg) 0 -30px no-repeat; margin:0 0 10px 0; }
#nav05 a { background: url(../images/nav.jpg) 0 -60px no-repeat; margin:0 0 10px 0; }
#nav06 a { background: url(../images/nav.jpg) 0 -90px no-repeat; margin:0; }
#nav07 a { background: url(../images/nav.jpg) 0 -120px no-repeat; margin:0; }
#nav08 a { background: url(../images/nav.jpg) 0 -150px no-repeat; margin:0; }
#nav09 a { background: url(../images/nav.jpg) 0 -180px no-repeat; margin:0; }
#nav10 a { background: url(../images/nav.jpg) 0 -210px no-repeat; margin:0; }
#nav11 a { background: url(../images/nav.jpg) 0 -240px no-repeat; margin:0; }
#nav12 a { background: url(../images/nav.jpg) 0 -270px no-repeat; margin:0; }
#nav13 a { background: url(../images/nav.jpg) 0 -300px no-repeat; margin:0; }
#nav14 a { background: url(../images/nav.jpg) 0 -330px no-repeat; margin:0; padding-bottom:5px; }

#nav03 a:hover { background: url(../images/nav.jpg) -195px 0 no-repeat; margin:0 0 10px 0; }
#nav04 a:hover { background: url(../images/nav.jpg) -195px -30px no-repeat; margin:0 0 10px 0; }
#nav05 a:hover { background: url(../images/nav.jpg) -195px -60px no-repeat; margin:0 0 10px 0; }
#nav06 a:hover { background: url(../images/nav.jpg) -195px -90px no-repeat; margin:0; }
#nav07 a:hover { background: url(../images/nav.jpg) -195px -120px no-repeat; margin:0; }
#nav08 a:hover { background: url(../images/nav.jpg) -195px -150px no-repeat; margin:0; }
#nav09 a:hover { background: url(../images/nav.jpg) -195px -180px no-repeat; margin:0; }
#nav10 a:hover { background: url(../images/nav.jpg) -195px -210px no-repeat; margin:0; }
#nav11 a:hover { background: url(../images/nav.jpg) -195px -240px no-repeat; margin:0; }
#nav12 a:hover { background: url(../images/nav.jpg) -195px -270px no-repeat; margin:0; }
#nav13 a:hover { background: url(../images/nav.jpg) -195px -300px no-repeat; margin:0; }
#nav14 a:hover { background: url(../images/nav.jpg) -195px -330px no-repeat; margin:0; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 20px 10px 0 10px;
	font-size: 85%;
	color: #666;
	}
*: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: #FF9900;
	}
	
#footer h4{height:20px;text-indent:-9999px;}

#footer .info{background: #fff url(../images/footer_bg.jpg) bottom repeat-x; padding:0 20px; height:150px;}
#footer .info h4#footer_title01{background:url(../images/footer_h4-01.jpg) 0 0 no-repeat;}
#footer .info h4#footer_title02{background:url(../images/footer_h4-02.jpg) 0 0 no-repeat;}
#footer .info h4#footer_title03{background:url(../images/footer_h4-03.jpg) 0 0 no-repeat;}

*html #footer .info{ padding:0 10px;}


#footer .info .box_l{width:200px; border-right:#FFFFFF solid 1px; padding:15px; float:left; margin:10px 0;}
#footer .info .box_r{padding:15px; float:left; width:250px; margin:10px 0; }
#footer .info .box{padding:0 0 0 15px;}
#footer .info p.text{float:left; padding:0 20px 0 0;}

*html #footer .info .box_l{width:240px;}



#footer .info dl{ margin:5px 15px;}
#footer .info dt{ width:40px; float:left; font-weight:normal; }
#footer .info dd{ width:110px; float:right;}

#footer .section{background: #fff; color:#FF9900; padding:15px 10px; height:60px;}
#footer .link{float:right; text-align:right;}

#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: 8px 1em; color:#007C12; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 20px; }
.section .section { padding: .5em 10px; }

p.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 20px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: .3em 0 .3em .3em;
	color:#006600;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 6px 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: #28B238;
	outline: none;
	}
a:hover { color: #FFCC33; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 10px 0;
	}

.image_r {
	float: right;
	margin: 0 0 10px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow01.jpg) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 0;
	}

#content ul.totop li {
	list-style: none;
	width: 80px;
	height: 16px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 16px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.jpg) 0 1px no-repeat;
	}

p.attention {
	color: #f00;
	font-weight: bold;
}

/* 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 */

.box01{width:340px;  float:right;}
.box02{width:320px;  float:right;}
.box03{margin:10px;  padding:10px; border: 1px solid #ccc;}
.box04{width:350px;  float:left;}
.box06{width:300px;  float:left;}

/*---------- 07  Index -----------*/
#index h2#title01{background:url(../images/index_h2-01.jpg) 0 0 no-repeat; width:570px; height:220px;}
#index h3#title02{background:url(../images/index_h3-02.jpg) 0 0 no-repeat; height:25px; margin:0;}
#index h3#title03{background:url(../images/index_h3-03.jpg) 0 0 no-repeat; height:25px; margin:0;}
#index h3#title04{background:url(../images/index_h3-04.jpg) 0 0 no-repeat; height:40px;}

#index .box_l{width:270px; float:left; padding-right:10px; border-right:#FFCC00 solid 1px;}
#index .box_r{width:270px; float:right;}

#index .topics {
	width: 500px;
	margin:5px 0 0 30px;
	border: 3px double #ada;
}
#index .topics p {
	margin: .2em 0;
	padding-left: 1.5em;
}
#index .topics p.attention {
	border-bottom: 1px dashed #ccc;
	padding-left: 0;
	color: #262;
	letter-spacing: 1px;
}

/*---------- 08  Access-----------*/
#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 h4#title03{background:url(../images/access_h4-03.jpg) 0 0 no-repeat; }
#access h3#title04{background:url(../images/access_h3-04.jpg) 0 0 no-repeat; }
#access h4#title05{background:url(../images/access_h4-05.jpg) 0 0 no-repeat; }
#access h4#title06{background:url(../images/access_h4-06.jpg) 0 0 no-repeat; }
#access h4#title07{background:url(../images/access_h4-07.jpg) 0 0 no-repeat; }
#access h4#title08{background:url(../images/access_h4-08.jpg) 0 0 no-repeat; }
#access h4#title09{background:url(../images/access_h4-09.jpg) 0 0 no-repeat; }
#access h3#title10{background:url(../images/access_h3-10.jpg) 0 0 no-repeat; }
#access h4#title11{background:url(../images/access_h4-11.jpg) 0 0 no-repeat; }
#access h4#title12{background:url(../images/access_h4-12.jpg) 0 0 no-repeat; }
#access h4#title13{background:url(../images/access_h4-13.jpg) 0 0 no-repeat; }
#access h4#title14{background:url(../images/access_h4-14.jpg) 0 0 no-repeat; }
#access h4#title15{background:url(../images/access_h4-15.jpg) 0 0 no-repeat; }
#access h4#title16{background:url(../images/access_h4-16.jpg) 0 0 no-repeat; }
#access h4#title17{background:url(../images/access_h4-17.jpg) 0 0 no-repeat; }


#access #content dl{margin:0;}
#access #content dt{width:60px; float:left; font-weight:normal;}
#access #content dd{overflow:hidden; width:200px;}

#access #map {
	width: 500px;
	height: 360px;
	border: 1px solid #999;
	margin: 0 20px 10px 20px;
	}

#access #content #map .InfoWin { width: 240px; }
#access #content #map .InfoWin p {
	margin-left: 24px;
	font-size: 108%;
	color: #de91a2;
	letter-spacing: 1px;
	} 
	
#access h4 a{display:block; height:20px; width:250px;}


/*---------- 09  doctor -----------*/
#doctor h2#title01{background:url(../images/doctor_h2-01.jpg) 0 0 no-repeat; }
#doctor h3#title02{background:url(../images/doctor_h3-02.jpg) 0 0 no-repeat; }
#doctor h3#title03{background:url(../images/doctor_h3-03.jpg) 0 0 no-repeat; }
#doctor h4#title04{background:url(../images/doctor_h4-04.jpg) 0 0 no-repeat; }
#doctor h4#title05{background:url(../images/doctor_h4-05.jpg) 0 0 no-repeat; }
#doctor h4#title06{background:url(../images/doctor_h4-06.jpg) 0 0 no-repeat; }
#doctor h4#title07{background:url(../images/doctor_h4-07.jpg) 0 0 no-repeat; }


/*---------- 10  General -----------*/
#general h2#title01{background:url(../images/general_h2-01.jpg) 0 0 no-repeat; }
#general h3#title02{background:url(../images/general_h3-02.jpg) 0 0 no-repeat; }
#general h3#title03{background:url(../images/general_h3-03.jpg) 0 0 no-repeat; }
#general h4#title04{background:url(../images/general_h4-04.jpg) 0 0 no-repeat; }
#general h4#title05{background:url(../images/general_h4-05.jpg) 0 0 no-repeat; }
#general h4#title06{background:url(../images/general_h4-06.jpg) 0 0 no-repeat; }
#general h3#title07{background:url(../images/general_h3-07.jpg) 0 0 no-repeat; }
#general h3#title08{background:url(../images/general_h3-08.jpg) 0 0 no-repeat; }
#general h3#title09{background:url(../images/general_h3-09.jpg) 0 0 no-repeat; }


/*---------- 11  Child -----------*/
#child h2#title01{background:url(../images/child_h2-01.jpg) 0 0 no-repeat; }
#child h3#title02{background:url(../images/child_h3-02.jpg) 0 0 no-repeat; }
#child h4#title03{background:url(../images/child_h4-03.jpg) 0 0 no-repeat; }
#child h3#title04{background:url(../images/child_h3-04.jpg) 0 0 no-repeat; }
#child h3#title05{background:url(../images/child_h3-05.jpg) 0 0 no-repeat; }
#child h3#title06{background:url(../images/child_h3-06.jpg) 0 0 no-repeat; }


/*---------- 12  Ortho -----------*/
#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 h4#title03{background:url(../images/ortho_h4-03.jpg) 0 0 no-repeat; }
#ortho h3#title04{background:url(../images/ortho_h3-04.jpg) 0 0 no-repeat; }
#ortho h4#title05{background:url(../images/ortho_h4-05.jpg) 0 0 no-repeat; }
#ortho h4#title06{background:url(../images/ortho_h4-06.jpg) 0 0 no-repeat; }
#ortho h3#title07{background:url(../images/ortho_h3-07.jpg) 0 0 no-repeat; }


/*---------- 13  Aesthe -----------*/
#aesthe h2#title01{background:url(../images/aesthe_h2-01.jpg) 0 0 no-repeat; }
#aesthe h3#title02{background:url(../images/aesthe_h3-02.jpg) 0 0 no-repeat; }
#aesthe h4#title03{background:url(../images/aesthe_h4-03.jpg) 0 0 no-repeat; }
#aesthe h3#title04{background:url(../images/aesthe_h3-04.jpg) 0 0 no-repeat; }
#aesthe h4#title05{background:url(../images/aesthe_h4-05.jpg) 0 0 no-repeat; }
#aesthe h4#title06{background:url(../images/aesthe_h4-06.jpg) 0 0 no-repeat; }
#aesthe h4#title07{background:url(../images/aesthe_h4-07.jpg) 0 0 no-repeat; }
#aesthe h3#title08{background:url(../images/aesthe_h3-08.jpg) 0 0 no-repeat; }
#aesthe h4#title09{background:url(../images/aesthe_h4-09.jpg) 0 0 no-repeat; }
#aesthe h4#title10{background:url(../images/aesthe_h4-10.jpg) 0 0 no-repeat; }
#aesthe h4#title11{background:url(../images/aesthe_h4-11.jpg) 0 0 no-repeat; }
#aesthe h4#title12{background:url(../images/aesthe_h4-12.jpg) 0 0 no-repeat; }
#aesthe h4#title13{background:url(../images/aesthe_h4-13.jpg) 0 0 no-repeat; }
#aesthe h4#title14{background:url(../images/aesthe_h4-14.jpg) 0 0 no-repeat; }
#aesthe h4#title15{background:url(../images/aesthe_h4-15.jpg) 0 0 no-repeat; }
#aesthe h3#title16{background:url(../images/aesthe_h3-16.jpg) 0 0 no-repeat; }

#aesthe #content table.color01{
	float:right;
	text-align: left;	
	border:none;
	font-size:12px;
	color: #666;
	border-collapse:collapse;
	border:none;}
#aesthe #content table.color01 th{
	width:40px;
	background-color:#FFFF66;}
#aesthe #content table.color01 td.star{width:120px;background-color:#FFF;}
#aesthe #content table.color01 td{width:140px;background-color:#FFFED2;}

#aesthe #content table.color02{
	float:right;
	text-align: left;	
	border:none;
	font-size:12px;
	color: #666;
	border-collapse:collapse;
	border:none;}
#aesthe #content table.color02 th{width:40px;background-color:#FFFED2;}
#aesthe #content table.color02 td.star{width:120px;background-color:#FFF;}
#aesthe #content table.color02 td{width:140px;background-color:#EFEFEF;}
#aesthe #content td,
#aesthe #content th,{border: 1px solid #999;}

#aesthe #content .section .section .image_l  {
	float: left;
	margin: 0;
	}
	
/*---------- 14  Denture -----------*/
#denture h2#title01{background:url(../images/denture_h2-01.jpg) 0 0 no-repeat; }
#denture h3#title02{background:url(../images/denture_h3-02.jpg) 0 0 no-repeat; }
#denture h3#title03{background:url(../images/denture_h3-03.jpg) 0 0 no-repeat; }
#denture h4#title04{background:url(../images/denture_h4-04.jpg) 0 0 no-repeat; }
#denture h3#title05{background:url(../images/denture_h3-05.jpg) 0 0 no-repeat; }

#denture #content table{
	float:right;
	text-align: left;	
	border:none;
	font-size:12px;
	color: #666;
	border-collapse:collapse;
	border:none;}
#denture #content table th.denture01{width:200px;background-color:#FFFF66;}
#denture #content table th{width:120px;background-color:#FFFED2;}
#denture #content table td{width:200px;background-color:#FFF;}
#denture #content td,
#denture #content th,{border: 1px solid #999;}

/*---------- 15  Implant -----------*/
#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 h4#title03{background:url(../images/implant_h4-03.jpg) 0 0 no-repeat; }
#implant h3#title04{background:url(../images/implant_h3-04.jpg) 0 0 no-repeat; }
#implant h3#title05{background:url(../images/implant_h3-05.jpg) 0 0 no-repeat; }
#implant h3#title06{background:url(../images/implant_h3-06.jpg) 0 0 no-repeat; }
#implant h4#title07{background:url(../images/implant_h4-07.jpg) 0 0 no-repeat; }
#implant h3#title08{background:url(../images/implant_h3-08.jpg) 0 0 no-repeat; }


/*---------- 16  Anesthesia -----------*/
#anesthesia h2#title01{background:url(../images/anesthesia_h2-01.jpg) 0 0 no-repeat; }
#anesthesia h3#title02{background:url(../images/anesthesia_h3-02.jpg) 0 0 no-repeat; }
#anesthesia h3#title03{background:url(../images/anesthesia_h3-03.jpg) 0 0 no-repeat; }
#anesthesia h3#title04{background:url(../images/anesthesia_h3-04.jpg) 0 0 no-repeat; }
#anesthesia h4#title05{background:url(../images/anesthesia_h4-05.jpg) 0 0 no-repeat; }
#anesthesia h4#title06{background:url(../images/anesthesia_h4-06.jpg) 0 0 no-repeat; }
#anesthesia h4#title07{background:url(../images/anesthesia_h4-07.jpg) 0 0 no-repeat; }


/*---------- 17  Sitemap -----------*/
#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 #content .section ul{padding:0 30px;}