@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: #FFFAFA; }

.fR{ float: right;}
.fL{ float: left;}

#index .pu img.fR { float: right; padding: 13px 5px 0 0;}
.red{ color:#930000;}
.bold{ font-weight: bold; font-size: 13px;}

#wrapper {
	width: 800px;
	margin: 10px auto 10px auto;
	padding: 0;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
	}

#wrapper02 {
	width: 800px;
	margin: 10px 0px 10px 231px;
	padding: 0;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
	}

*html #wrapper02 {
	width: 800px;
	margin: 10px auto 10px auto;
	padding: 0;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
	}

*+html #wrapper02 {
	width: 800px;
	margin: 10px auto 10px auto;
	padding: 0;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
	}



#main {
	margin: 0;
	width: 800px;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 0 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) 0 0 no-repeat;
	height: 88px;
	width: 800px;
	margin: 0;
	padding: 0;
	position:relative;
	}
* html body #header { height: 88px; } /*  for IE6 only */

#header h1{ font-size:90%; position:absolute; top:10px; left:25px;}

#header .rogo {
	width: 470px;
	height: 55px;
	line-height: 1.0;
	float: left;
	margin-top:13px;
	}

#header .section {
	width: 150px;
	float: right;
	margin: 8px 0 0 10px;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	margin-top:2px;
	padding: 0;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	float:right;
	}

#header_nav li {
	float: left;
	list-style: none;
	margin: 9px 5px 0 5px;
	padding: 0;
	font-size:85%;
	}
#header_nav li a {
	display: block;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 200px;
	float: left;
	padding: 0;
	}

#nav ul{margin: 0 0 10px 9px; width:180px; padding-top: 10px;}
#nav li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 25px;
	text-indent: -9999px;
	width:180px
	}

#nav .internal li a {
	display: block;
	height: 25px;
	width:180px
	}

#nav03 a { background: url(../images/nav.png) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -25px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -50px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -75px no-repeat; }
#nav07 a { background: url(../images/nav.png) 0 -100px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -125px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -150px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -175px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -200px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -225px no-repeat; }
#nav13 a { background: url(../images/nav.png) 0 -250px no-repeat; }
#nav14 a { background: url(../images/nav.png) 0 -275px no-repeat; }

#nav03 a:hover { background: url(../images/nav.png) -180px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -180px -25px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -180px -50px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -180px -75px no-repeat; }
#nav07 a:hover { background: url(../images/nav.png) -180px -100px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -180px -125px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -180px -150px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -180px -175px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -180px -200px no-repeat; }
#nav12 a:hover { background: url(../images/nav.png) -180px -225px no-repeat; }
#nav13 a:hover { background: url(../images/nav.png) -180px -250px no-repeat; }
#nav14 a:hover { background: url(../images/nav.png) -180px -275px no-repeat; }

#nav p { text-align: center; }
#nav .nav_tel{width:200px; background-color:#FFF;
    margin: 0;
	float:right;
	padding:5px 0 5px 0;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C67F7F;}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 10px;
	margin: 0;
	background: #fff url(../images/footer_bg.png) bottom repeat-x;
	font-size: 85%;

	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A35D5D;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	}
#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;
	color: #9966CC;
	}

#footer address { margin: 10px 0 0 10px; color:#A35D5D; }
#footer address a { color:#A35D5D; }


#footer p{
	padding: 5px 0 0 8px;
	color:#666666;
	}

/*---------- 06  Contents -----------*/

.section { margin: 15px 15px 0 15px; padding:10px }
.section .section { margin: 15px 10px 0 10px; }

p.center { text-align: center; }

#content h2 {
	height: 40px;
	text-indent: -9999px;
	margin: 10px 15px;
	}
#content h3 {
	clear: both;
	height: 38px;
	text-indent: -9999px;
	margin: -10px 0 0 -10px;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul{margin:10px;}
#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 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: #9966CC;
	outline: none;
	}
a:hover { color: #9966CC; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 10px 15px 0 0;
	}

.image_r {
	float: right;
	margin: 10px 0 0 15px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.caption {
	text-align: center; color:#930000;
	margin:-10px 0 10px 0;
	}


#content ul.totop {
	clear: both;
	margin:0;
	padding:0;
	}

#content ul.totop li {
	list-style: none;
	width: 70px;
	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.png) 0 0 no-repeat;
	}

.banner{margin:0 auto; width:564px; padding-top:10px;}
/* 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{background:url(../images/index_h2-01.png) 0 0 no-repeat;
                  width:600px; height:300px;
				  margin:0; padding:0;}

#index h3#title02{background:url(../images/index_h3-02.png) 0 0 no-repeat;}
#index h4#title03{background:url(../images/index_h4-03.png) 0 0 no-repeat; height:28px; width:180px;}
#index h4#title04{background:url(../images/index_h4-04.png) 0 0 no-repeat; height:28px; width:180px;}
#index h4#title05{background:url(../images/index_h4-05.png) 0 0 no-repeat; height:28px; width:180px;}

#index div.clinic{background:url(../images/clinic_top.jpg) 0 0 no-repeat; height:265px; width:570px; clear: both;
padding: 10px 0; }

#index .pickup{
	width:180px;
	height:250px;
	border: 1px solid #8E5151;
	margin: 0 12px 10px 0;
	float:left;
}
#index .pickup_r{
	width:180px;
	height:250px;
	border: 1px solid #8E5151;
	margin: 0;
	float:right;
}

#index .pu { margin: 15px 15px 0 15px; padding:0;}
#index .pu img{margin:0; padding:0px;}
#index .pu p{margin:10px; font-size:85%;}
#index .pu .clinic{margin:0 auto; font-size:100%; padding: 30px 0 0 0;}
#index .pu .click {float:right; margin:0 10px 0 10px;
background:url(../images/click.png) 0 0 no-repeat; width:70px; height:16px;
text-indent:-9999px;}
#index .pu .click a {
	display: block;
	height: 16px;
	background: url(../images/click.png) 0 0 no-repeat;
	}

#index table {
	text-align: left;
	float: left;	
	background-color:#FFF;
	border:none;
	font-size:12px;
	color: #666;
	width: 290px;
	margin: 0 0 0 10px;	
}
#index table th {
	background: #EDD9FF;
	text-align: left;	
	color:#9966CC;
	width: 45px;
}
#index table th.week {
	background-color: #FFD2E6;
	text-align: center;	
	color:#930000;	
	width: 20px;
	height:20px;
}
#index td.open {
	background-color:#FFFFFF;
	background: url(../images/icon_open_s.png) center center no-repeat;
	text-indent:-9999px;
	height:15px;
}
#index td.close {
	background-color:#FFFFFF;
	background: url(../images/icon_close_s.png) center center no-repeat;
	text-indent:-9999px;
	height:15px;
}
#index td,
#index th,{
	border: 1px solid #8E5151;
}
/*---------- 08  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;}


/*---------- 09  Denture -----------*/

#denture h2#title01{background:url(../images/denture_h2-01.png) 0 0 no-repeat;}
#denture h3#title02{background:url(../images/denture_h3-02.png) 0 0 no-repeat;}
#denture h4#title03{background:url(../images/denture_h4-03.png) 0 0 no-repeat;}
#denture h4#title04{background:url(../images/denture_h4-04.png) 0 0 no-repeat;}


/*---------- 10  Flow -----------*/

#flow h2#title01{background:url(../images/flow_h2-01.png) 0 0 no-repeat;}
#flow h3#title02{background:url(../images/flow_h3-02.png) 0 0 no-repeat;}
#flow h4#title03{background:url(../images/flow_h4-03.png) 0 0 no-repeat;}
#flow h4#title04{background:url(../images/flow_h4-04.png) 0 0 no-repeat;}
#flow h4#title05{background:url(../images/flow_h4-05.png) 0 0 no-repeat;}
#flow h4#title06{background:url(../images/flow_h4-06.png) 0 0 no-repeat;}
#flow h4#title07{background:url(../images/flow_h4-07.png) 0 0 no-repeat;}

#flow .step{
	margin: 0 10px ;
	border: 1px solid #8E5151;
	padding:10px;
}

#flow .step_a{background:url(../images/arrow.png) center center no-repeat;
              height:20px; margin:0; padding:0;
			  text-indent:-9999px;}

/*---------- 11  Whitening -----------*/

#whitening h2#title01{background:url(../images/whitening_h2-01.png) 0 0 no-repeat;}
#whitening h3#title02{background:url(../images/whitening_h3-02.png) 0 0 no-repeat;}
#whitening h4#title03{background:url(../images/whitening_h4-03.png) 0 0 no-repeat;}
#whitening h4#title04{background:url(../images/whitening_h4-04.png) 0 0 no-repeat;}
#whitening h3#title05{background:url(../images/whitening_h3-05.png) 0 0 no-repeat;}
#whitening h4#title06{background:url(../images/whitening_h4-06.png) 0 0 no-repeat;}
#whitening h4#title07{background:url(../images/whitening_h4-07.png) 0 0 no-repeat;}
#whitening h4#title08{background:url(../images/whitening_h4-08.png) 0 0 no-repeat;}
#whitening h4#title09{background:url(../images/whitening_h4-09.png) 0 0 no-repeat;}


/*---------- 12  Maintenance -----------*/

#maintenance h2#title01{background:url(../images/maintenance_h2-01.png) 0 0 no-repeat;}
#maintenance h3#title02{background:url(../images/maintenance_h3-02.png) 0 0 no-repeat;}
#maintenance h4#title03{background:url(../images/maintenance_h4-03.png) 0 0 no-repeat;}


/*---------- 13  Merit -----------*/

#merit h2#title01{background:url(../images/merit_h2-01.png) 0 0 no-repeat;}
#merit h3#title02{background:url(../images/merit_h3-02.png) 0 0 no-repeat;}
#merit h4#title03{background:url(../images/merit_h4-03.png) 0 0 no-repeat;}
#merit h4#title04{background:url(../images/merit_h4-04.png) 0 0 no-repeat;}
#merit h3#title05{background:url(../images/merit_h3-05.png) 0 0 no-repeat;}
#merit h4#title06{background:url(../images/merit_h4-06.png) 0 0 no-repeat;}

#merit table {
	text-align: left;	
	border:none;
	font-size:12px;
	color: #666;
}
#merit table th {
	background: #EDD9FF;	
	text-align: left;	
	color:#9966CC;
	width: 200px;
}
#merit .price {
	background:#FFD2E6;
	width: 150px;
	text-align: center;
	color:#930000;
}
#merit td {
	background-color:#FFFFFF;
	width: 150px;
	text-align: center;
	color:#D3003C;
}

#merit td,
#merit th,{
	border: 1px solid #8E5151;
}


/*---------- 14  Dr -----------*/

#dr h2#title01{background:url(../images/dr_h2-01.png) 0 0 no-repeat;}
#dr h3#title02{background:url(../images/dr_h3-02.png) 0 0 no-repeat;}
#dr h4#title03{background:url(../images/dr_h4-03.png) 0 0 no-repeat;}
#dr h4#title04{background:url(../images/dr_h4-04.png) 0 0 no-repeat;}
#dr h3#title05{background:url(../images/dr_h3-05.png) 0 0 no-repeat;}

#dr .staff{width:320px;
           margin:10px 0 0 0;
           float: right;}
#dr dl{margin:10px;}
#dr dl dt{
	width: 4em;
	float: left;
	font-weight: normal;
}
#dr dl dd{ overflow:hidden;}


/*---------- 15  Clinic -----------*/

#clinic h2#title01{background:url(../images/clinic_h2-01.png) 0 0 no-repeat;}
#clinic h3#title02{background:url(../images/clinic_h3-02.png) 0 0 no-repeat;}
#clinic h3#title03{background:url(../images/clinic_h3-03.png) 0 0 no-repeat;}
#clinic h4#title04{background:url(../images/clinic_h4-04.png) 0 0 no-repeat;}

#clinic table {
	text-align: left;	
	background-color:#FFF;
	border:none;
	font-size:12px;
	color: #666;
}
#clinic table th {
	background: #EDD9FF;
	text-align: left;	
	color:#9966CC;
	width: 200px;
}
#clinic table th.week {
	background-color: #FFD2E6;
	text-align: center;	
	color:#930000;	
	width: 40px;
	height:20px;
}
#clinic td.open {
	background-color:#FFFFFF;
	background: url(../images/icon_open.png) center center no-repeat;
	text-indent:-9999px;
	height:30px;
}
#clinic td.close {
	background-color:#FFFFFF;
	background: url(../images/icon_close.png) center center no-repeat;
	text-indent:-9999px;
	height:30px;
}
#clinic td,
#clinic th,{
	border: 1px solid #8E5151;
}


/*---------- 16  Sitemap -----------*/

#sitemap h2#title01{background:url(../images/sitemap_h2-01.png) 0 0 no-repeat;}



/*---------- gmap -----------*/

.gmap01{float:right; margin-right:15px; margin-top:-15px;}
