@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; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 980px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.jpg) repeat-y;
	width:950px;
	}

#content {
	width: 730px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 2em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 112px;
	width: 950px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 430px;
	height: 80px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 430px;
	height: 80px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 61px;
	}
#header p.tel img { display: block; }

#topimg{

       margin:0;
       padding:0;
}



/*----------04  Navigation -----------*/

#nav {
	width: 220px;
	float: left;
	padding: 0;
	margin: 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 35px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 35px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -35px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -70px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -105px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -140px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -175px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -210px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -245px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -280px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -315px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -400px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -440px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -220px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -220px -35px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -220px -70px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -220px -105px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -220px -140px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -220px -175px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -220px -210px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -220px -245px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -220px -280px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -220px -315px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -220px -400px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -220px -440px no-repeat; }

#nav p { 
 text-align: center;
}

.navtitle{
 height:px;
 margin:0;
 padding:0;
}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 85%;
	text-align: center;
	color: #333300;
	height:68px;
	}
*: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: #f94956;
	}
#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 { 
  text-align:right;
  margin: 25px 1em;
  padding:10px;
}


/*---------- 06  Contents -----------*/

.section { padding: .5em 25px 1em 20px; }
.section .section { padding: .5em 10px 1em 10px; }

.section .map{
float:left;
}

.section .rmap{
float:right;
}

.section .hyou {
	padding: 0 0 10px 0;
  width: 380px;
	float: left;
	color: #343434;
	font-size: 11px;
}

.center { text-align: center; }

#content h2 {
	height: 55px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 67px;
	text-indent: -9999px;
	}
#content h4 {
	height: 20px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 4px 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: #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 8px 0;
	}

.image_r {
	float: right;
	margin: 0 0 8px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) 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-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 100px;
	height: 14px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 14px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.jpg) 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: separate;
	border-spacing: 1px;
	border: 1px solid #faedd9;
	font-size: 100%;
	color: #666;
	width: 580px;
	margin-left: 40px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #ffe5bc;
	}

#content table th {
	background: #ffdba4;
	color: #927307;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}




/*---------- 07  Index -----------*/
#index #title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index #title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }

#index h2 {
height:32px;
}

#index .box {
padding:2px 0 2px 0;
margin:10px;
border:solid 1px;
}

#index .info{
width:400px;
text-align:left;
}

p.kyuuka {
color: red;
border: 2px red solid; /* 枠線（太さ・色・スタイル） */
padding: 10px 10px 10px 10px; /* ボックス内の余白 */
text-align: center; /* 文字の位置 */
margin-top: 0; /* ボックス上部の余白 */
margin-left: 10px; /* ボックス上部の余白 */
margin-bottom: 10px; /* ボックス下部の余白 */;}


/*---------- 08  Staff -----------*/
#staff #title01 { background: url(../images/staff_h2-01.jpg) 0 0 no-repeat; }
#staff #title02 { background: url(../images/staff_h3-02.jpg) 0 0 no-repeat; }
#staff #title03 { background: url(../images/staff_h4-03.jpg) 0 0 no-repeat; }


/*---------- 09  Clinic -----------*/

#clinic #title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic #title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic #title03 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic #title04 { background: url(../images/clinic_h4-04.jpg) 0 0 no-repeat; }
#clinic #title05 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic #title06 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic #title07 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic #title08 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }


/*---------- 09  Item -----------*/

#item #title01 { background: url(../images/item_h2-01.jpg) 0 0 no-repeat; }
#item #title02 { background: url(../images/item_h3-02.jpg) 0 0 no-repeat; }


/*---------- 09  Perio -----------*/

#perio #title01 { background: url(../images/perio_h2-01.jpg) 0 0 no-repeat; }
#perio #title02 { background: url(../images/perio_h3-02.jpg) 0 0 no-repeat; }
#perio #title03 { background: url(../images/perio_h4-03.jpg) 0 0 no-repeat; }
#perio #title04 { background: url(../images/perio_h4-04.jpg) 0 0 no-repeat; }

#perio .box{
padding:2px 0 2px 0;
margin:3px;
background:#fef3e2;
border:solid 1px;

}


#perio .thtitle{
text-align:center;
background:#dbbc8b;
}

#perio .tdtitle{
text-align:center;
background:#fef3e2;
}


/*---------- 09  Prevent -----------*/

#prevent #title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent #title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent #title03 { background: url(../images/prevent_h4-03.jpg) 0 0 no-repeat; }
#prevent #title04 { background: url(../images/prevent_h3-04.jpg) 0 0 no-repeat; }
#prevent #title05 { background: url(../images/prevent_h4-05.jpg) 0 0 no-repeat; }

/*---------- 09  Lost-----------*/

#lost #title01 { background: url(../images/lost_h2-01.jpg) 0 0 no-repeat; }
#lost #title02 { background: url(../images/lost_h3-02.jpg) 0 0 no-repeat; }
#lost #title03 { background: url(../images/lost_h4-03.jpg) 0 0 no-repeat; }
#lost #title04 { background: url(../images/lost_h4-04.jpg) 0 0 no-repeat; }
#lost #title05 { background: url(../images/lost_h4-05.jpg) 0 0 no-repeat; }
#lost #title06 { background: url(../images/lost_h4-06.jpg) 0 0 no-repeat; }
#lost #title07 { background: url(../images/lost_h4-07.jpg) 0 0 no-repeat; }
#lost #title08 { background: url(../images/lost_h4-08.jpg) 0 0 no-repeat; }


/*---------- 09  Esthe-----------*/

#esthe #title01 { background: url(../images/esthe_h2-01.jpg) 0 0 no-repeat; }
#esthe #title02 { background: url(../images/esthe_h3-02.jpg) 0 0 no-repeat; }
#esthe #title03 { background: url(../images/esthe_h4-03.jpg) 0 0 no-repeat; }
#esthe #title04 { background: url(../images/esthe_h4-04.jpg) 0 0 no-repeat; }
#esthe #title05 { background: url(../images/esthe_h4-05.jpg) 0 0 no-repeat; }
#esthe #title06 { background: url(../images/esthe_h3-06.jpg) 0 0 no-repeat; }
#esthe #title07 { background: url(../images/esthe_h4-07.jpg) 0 0 no-repeat; }
#esthe #title08 { background: url(../images/esthe_h4-08.jpg) 0 0 no-repeat; }




#esthe h5{
color:#996600;
	font-size: 124%;
}

#esthe .type dt{
width :60px;
float:left;
}

#esthe .type dd{
margin;left:60px;
color:#ff9900;
}

#esthe .feature dt{
width:605px;
clear:both;
}

#esthe .feature dt{
border-bottom:#996600 solid;
color:#996600;
}

#esthe .feature dd{
background:#f2f1e3;
margin:0;
padding:2px 5px 2px 10px;
}

#esthe .me{
background:#ffcc66;
}

#esthe .dme{
background:#bbe6fe;
}




/*---------- 09  Ortho-----------*/

#ortho #title01 { background: url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho #title02 { background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho #title03 { background: url(../images/ortho_h4-03.jpg) 0 0 no-repeat; }


/*---------- 10 Recruit-----------*/

#recruit #title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }
#recruit #title02 { background: url(../images/recruit_h3-02.jpg) 0 0 no-repeat; }






